home *** CD-ROM | disk | FTP | other *** search
/ Doom I/II Collection / DM12.ISO / edit / deusf / readme.tx2 < prev    next >
Text File  |  1994-10-04  |  858b  |  25 lines

  1. *************************** What is it for? ***************************
  2.  
  3. Declare here the new floors and ceilings you want to put in a PWAD
  4.  
  5. ALL THE FILES PUT HERE MUST BE DECLARED IN THE PWAD CREATION DIRECTIVE.
  6.  
  7.     Suppose you want to put MUDDY.BMP and HATCH.BMP as a new floors and ceiling,
  8.     just declare it in the FLATS part, like:
  9.  
  10.     Begin: FLATS
  11.     MUDDY
  12.     HATCH
  13.     End: FLATS 
  14.     and DeuTex will look here for MUDDY.BMP and HATCH.BMP
  15.  
  16.  
  17. TO MAKE USE OF YOUR NEW FLOORS, YOU MUST MERGE YOUR PWAD WITH DOOM.WAD
  18. OR USE DEUSF TO REGENERATE ALL THE FLOORS OF THE PWAD
  19.  
  20.     sorry, but it is a limitation of DOOM, not of DeuTex.
  21.     the FLATS inserted here will not crash DOOM if used as PWAD
  22.     (because I don't use the regular F_START F_END delimiters that confuse DOOM)
  23.     but of course your level will fail if it contains references to those Floors.
  24.  
  25.