home *** CD-ROM | disk | FTP | other *** search
/ Doom I/II Collection / DM12.ISO / edit / deusf / readme.tx8 < prev    next >
Text File  |  1994-09-08  |  749b  |  25 lines

  1. *************************** What is it for? ***************************
  2.  
  3. Declare here your new missions levels!
  4.  
  5. Actually, you'd better first create your level (with DEU for instance)
  6. then rip it off and let DeuTex put the data here, in the relevant subdirectory,
  7.  
  8.  
  9. ALL THE LEVELS PUT HERE MUST BE DECLARED IN THE PWAD CREATION DIRECTIVE.
  10.  
  11.     Suppose you want to insert E1M2 and E3M4 then
  12.  
  13.     Begin: LEVELS
  14.     E1M2
  15.     E3M4
  16.     End: LEVELS
  17.     
  18.     and DeuTex will look in the LEVELS\E1M2 and LEVELS\E3M4 subdirectories
  19.     for all the entries needed to declare a level.
  20.     Beware:  BLOCKMAP REJECT SSECTOR SEGS are not optionnal! they must have
  21.     been generated by you level editor.
  22.     
  23.     Should work also for MAPxx (i.e. MAP01, MAP02 ...) of DOOM 2
  24.  
  25.