home *** CD-ROM | disk | FTP | other *** search
/ Doom I/II Collection / DM12.ISO / edit / deusf / readme.tx7 < prev    next >
Text File  |  1994-10-09  |  761b  |  32 lines

  1. *************************** What is it for? ***************************
  2.  
  3. Declare here the new sprites 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 SPOSA1.GIF and TROOB2.BMP as a new floors and ceiling,
  8.     just declare it in the FLATS part, like:
  9.  
  10.     Begin: SPRITES
  11.     SPOSA1
  12.     TROOB2
  13.     End: SPRITES 
  14.     and DeuTex will look here for SPOSA1.BMP (then SPOSA1.GIF) and TROOB2.BMP
  15.  
  16. WARNING:
  17.  
  18.     DOOM WILL LOCK UP IF YOU ATTEMPT TO REPLACE ONLY SOME OF 
  19.     THE EXISTING SPRITES.
  20.  
  21.     You must replace all the sprites with
  22.     DEUTEX -iwad -make ...
  23.  
  24.     If you want to replace only some of the sprite you will need
  25.     to use DEUSF -add, DEUSF -append or DEUTEX -mergewad
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.