home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 17 / CD_ASCQ_17_101194.iso / vrac / deutex1b.zip / EXAMPLE / SPRITES / README.TXT
Text File  |  1994-09-08  |  928b  |  27 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.BMP 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 and TROOB2.BMP
  15.  
  16.  
  17. TO MAKE USE OF YOUR NEW SPRITEs, YOU MUST MERGE YOUR PWAD WITH DOOM.WAD
  18.  
  19.     There was a limitation with DOOM 1.2. there shouldn't be with DOOM 1.666
  20.     but as I couldn't make it work myself, I'll better warn you
  21.  
  22.     the SPRITES inserted here will not crash DOOM if used as PWAD
  23.     (because I don't use the regular S_START S_END delimiters that confuse DOOM)
  24.     If your PWAD is used regularly (without merging in IWAD) there should
  25.      be no crash, but you won't have your sprites!
  26.  
  27.