home *** CD-ROM | disk | FTP | other *** search
/ Doom I/II Collection / DM12.ISO / edit / deusf / readme.tx4 < prev    next >
Text File  |  1994-09-08  |  1KB  |  44 lines

  1. *************************** What is it for? ***************************
  2.  
  3. Declare here the new LUMPS (raw data for DOOM) that you want to insert in your PWAD
  4.  
  5.  
  6. ALL FILES MUST HAVE EXTENSION .LMP for Lump
  7.  
  8.  
  9. ALL THE FILES PUT HERE MUST BE DECLARED IN THE PWAD CREATION DIRECTIVE.
  10.  
  11.     Suppose you want to put ENDOOM.LMP and DEMO1.LMP as a new graphic,
  12.     just declare it in the GRAPHICS part, like:
  13.  
  14.     Begin: GAPHICS
  15.     ENDOOM
  16.     DEMO1
  17.     End: GRAPHICS 
  18.     and DeuTex will look here for ENDOOM.LMP and DEMO1.LMP
  19.  
  20.  
  21. ****************** Type of entries found here ***********************
  22.  
  23. PLAYPAL        14 color paletes. 
  24.         light,darks, reds, green...
  25. COLORMAP    How the colors of DOOM are mapped into darker/lighter colors
  26. ENDDOOM        text displayed when leaving DOOM
  27.         use TED to edit that text.
  28. DEMO1        |  Demo recorded by DOOM:
  29. DEMO2        |    DOOM -record DEMO2 -file MYWAD.WAD
  30. DEMO3        | then move DEMO2.LMP here, and that's all!
  31.  
  32. D_xxxxxx    musics
  33. DP_xxxxx    PC speaker sounds
  34. DS_xxxxx    DS sound card sounds
  35.  
  36. DeuTex cannot read the sound formats, sorry.
  37. You have to insert/edit them while in PWAD, with DMAUDS, DMMIDI or the like.
  38. You can also rip them off from your favorite WADS.
  39. but: YOU ARE NOT ALLOWED TO RIP THEM OFF FROM DOOM.WAD.
  40.  
  41.  
  42.  
  43.  
  44.