home *** CD-ROM | disk | FTP | other *** search
/ GCW Games & More & Wacky Windows Companion / gcw.iso / doom / starwar / decompos.txt next >
Encoding:
Text File  |  1994-10-30  |  829 b   |  26 lines

  1. -------------------------
  2.  How to decompose PWADS
  3. -------------------------
  4.  
  5. First check that all the entries are identified correctly
  6. DEUTEX -wadir NEWBIE.WAD
  7. will list the directory.
  8.  
  9.  
  10. To get all the entries.
  11. DEUTEX -xtra NEWBIE.WAD
  12. a whole directory structure is created.
  13.  
  14. To get only the sounds, for instance
  15. DEUTEX -sound -xtra NEWBIE.WAD 
  16. only the sound directory is created
  17.  
  18. Note: some PWAD creator declare PATCHES, FLATS, SPRITES outside of the
  19. normal boundaries. In that case, DeuTex amy not identify them what they
  20. really are, and they'll end up in another directory (under a wrong format)
  21. I'm sorry for this, but there is *nothing* I can do.
  22.  
  23. Once you have decomposed a PWAD, you can rebuild it with
  24. DEUTEX -make WADINFO.TXT NEWBIE.WAD
  25. because WADINFO.TXT is automatically created (cool, no?)
  26.