home *** CD-ROM | disk | FTP | other *** search
/ Doom I/II Collection / DM12.ISO / edit / deusf / readme.tx3 < prev    next >
Text File  |  1994-09-22  |  952b  |  30 lines

  1. *************************** What is it for? ***************************
  2.  
  3. Declare here the general graphic entries (examples below)
  4.  
  5. ALL THE FILES PUT HERE MUST BE DECLARED IN THE PWAD CREATION DIRECTIVE.
  6.  
  7.     Suppose you want to put TITLEPIC.BMP and VICTORY2.BMP as a new graphic,
  8.     just declare it in the GRAPHICS part, like:
  9.  
  10.     Begin: GAPHICS
  11.     TITLEPIC
  12.     VICTORY2
  13.     End: GRAPHICS 
  14.     and DeuTex will look here for TITLEPIC.BMP (.GIF) and VICTORY2.BMP (.GIF)
  15.  
  16.  
  17. **************** Type of graphics you can put here **********************
  18.  
  19. HELP1                the HELP screen for DOOM 1.666
  20. HELP2                second HELP screen for DOOM 1.666
  21. HELP                the HELP screen for DOOM 2
  22. TITLEPIC    320x200        the title pic for Doom
  23. CREDIT                the credits for DOOM (Don't touch!)
  24. VICTORY2            the backgroundd of the victory scenes
  25. STCFNxx                the fonts for DOOM
  26. STxxxxx                description of the status bar
  27. M_xxxxx                description of the menus
  28.  
  29. (seem the unofficial DOOMSPECS)
  30.