home *** CD-ROM | disk | FTP | other *** search
/ Quake 'em / QUAKEEM.BIN / doom_ii / program / deutex.exe / CHANGES.TXT next >
Encoding:
Text File  |  1995-07-16  |  2.1 KB  |  58 lines

  1.  
  2.     Changes with version 3.1
  3.  
  4.  
  5. If you have been using a version of DeuTex anterior to 3.0,
  6. a few changes in your files will be necessary. It's a shame,
  7. but the changes are not *that* important.
  8.  
  9. Build your PWAD with old deutex, and extract it with new DeuTex.
  10. That will make the conversion automatic! Err... well... of course,
  11. your comments will be lost in the process.
  12.  
  13. See the manual (lines begining with a '+') for more information
  14. about the changes 
  15.  
  16.  
  17. If you want to do the changes manually:
  18.  
  19. Concerning all TXT files:
  20.  Now the comment indicator is either '#' (Unix) or ';' (Windoze).
  21.  If you want to use VbDeutex, better use ';' comments, because
  22.  Windoze will barf on '#'. Well, actually Windoze will barf 
  23.  whatever you do, but at least you won't feel responsible.
  24.  DeuTex now defaults to ';' comments.
  25.  
  26. Concerning WADINFO.TXT:
  27.  You shall remove all those ugly Pascalish Begin: End: lines
  28.  and replace Begin: XXXXX by [XXXXX], which is a Windoze-like
  29.  section header. There is no need for section trails now.
  30.  The sections names for TEXTURES are now distincts, as [TEXTURE1]
  31.  and [TEXTURE2], so that it's a little less messy.
  32.  Of course, [TEXTURE2] is only needed for DOOM1
  33.  
  34. Concerning textures files
  35.  You shall remove the Begin: and End: in texture files.
  36.  They are not necessary. Now the format is exactly the
  37.  same as the one used in NWT, so you can build textures
  38.  with NWT and tell deutex to use them, if you wish.
  39.  
  40. Concening TEXTURE1.TXT and TEXTURE2.TXT:
  41.  Those files used to contain old textures for DOOM. Now they
  42.  will contain your new textures if you wish (or you can use
  43.  any other name). 
  44.  The Old textures are extracted as OLDTEX1.TXT and OLDTEX2.TXT. 
  45.  
  46.  
  47. Note about the changes:
  48.  I know that I'm pissing off quite a few of you faithfull DeuTex 
  49.  users, but it was necessary to remove the old restrictions, so  
  50.  that DeuTex be easier to handle for new users.
  51.  Lots of old stinking code have been deleted, to make DeuTex easier
  52.  to patch and extend, and to limit the number of hidden bugs.
  53.  Well, So I hope...
  54.  
  55.  Olivier Montanuy
  56.  
  57.  
  58.