home *** CD-ROM | disk | FTP | other *** search
/ Doom I/II Collection / DM12.ISO / edit / deusf / readme.tx6 < prev    next >
Text File  |  1994-09-22  |  2KB  |  60 lines

  1. Put the definitions of new textures here
  2. then declare them in the TEXTURES bloc of the WAD creation directives.
  3.  
  4.  
  5. the files names TEXTURE1.TXT and TEXTURE2.TXT are reserved:
  6. if you put TEXTURE1.TXT here, DeuTex will automatically recreate the
  7. TEXTURE1 entry, then it will add you new definitions.
  8.  
  9. This is done because of an amazing bug (in DOOM?) that forces DeuTex
  10. to first declare the formerly existing textures, before trying to
  11. add some more textures.
  12.  
  13. summary:
  14.  
  15.    If you only want to add new textures:
  16.     - run DeuTex -textures   to get the textures
  17.     - leave TEXTURES1.TXT here
  18.     - delete TEXTURES2.TXT  (if you leave it, if will be loaded...)
  19.     - put your new MYTEXTURE.TXT files and declare  MYTEXTURE in the 
  20.       PWAD creation directives, in the TEXTURES section.
  21.  
  22.    If you want to redefine old textures (of tEXTURE1)
  23.     - run DeuTex -textures   to get the textures
  24.     - leave TEXTURES1.TXT here
  25.     - delete TEXTURES2.TXT  (if you leave it, if will be loaded...)
  26.     - cut the textures to redefine out of TEXTURES1.TXT and put them
  27.       in MYTEXTURE.TXT. edit them, change them as you wish.
  28.     - declare MYTEXTURE in the PWAD creation directives, in the 
  29.       TEXTURES section.
  30.  
  31.    If you want to redefine old textures (of TEXTURE2)
  32.     - run DeuTex -textures   to get the textures
  33.     - leave TEXTURES1.TXT here
  34.     - leave TEXTURES2.TXT here
  35.     - cut the textures to redefine out of TEXTURES2.TXT and put them
  36.       in MYTEXTURE.TXT. edit them, change them as you wish.
  37.     - declare MYTEXTURE in the PWAD creation directives, in the 
  38.       TEXTURES section.
  39.  
  40. That way, all new and modified textures are defined in TEXTURE1
  41. and TEXTURE2 is redefined only if needed.
  42. This is better for compatibility between DOOM1 and DOOM2, because
  43. TEXTURE2 does not exist in DOOM2 (info from ID software).
  44.  
  45.  
  46.  
  47. the EXAMPLES subdirectory contains exemples of textures you could redefine,
  48. by type (normal, animated, switches, sky...)
  49.  
  50.  
  51. note: 
  52.   if you declare TEXTURE1 or TEXTURE2 in the PWAD creation directive,
  53. they will be ignored. only the presence of the corresponding .txt file 
  54. is checked. this is because order of declaration seems critical.
  55.   if you delete some textures entries in the TEXTURE2 or TEXTURE2 file,
  56. make sure that you redefine them somewhere. if they are never defined,
  57. DOOM will halt when it finds such a texture.
  58.  
  59. see format.txt for the format of texture definitions.
  60.