home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 17 / CD_ASCQ_17_101194.iso / vrac / wadlist.zip / WADLIST.DOC < prev    next >
Text File  |  1994-08-31  |  2KB  |  71 lines

  1. WADLIST WAD file directory lister
  2.  
  3. The archive should contain 2-3 files:
  4.   wadlist.exe  - the executable file
  5.   wadlist.doc  - this file
  6.   file_id.diz  - BBS description (optional)
  7.  
  8.  
  9. WADLIST will list all or some of the directory entries of a DOOM wad file.
  10. WADLIST works with IWAD (main WAD file) or PWAD (those created with editors
  11. such as DEU) file types.  Command line syntax is very simple:
  12.  
  13. WADLIST <wadfile> [match] [redir]
  14.  
  15.   <wadfile> - name of wad file to list (required)
  16.   [match]   - search criteria (optional)
  17.   [redir]   - DOS redirection (optional)
  18.  
  19.  
  20. Here are some examples:
  21.  
  22. WADLIST doom.wad      - list ALL entries in DOOM.WAD
  23. WADLIST \deu\e1m1.wad - list ALL entries in \DEU\E1M1.WAD
  24. WADLIST doom.wad e1   - list entries in doom.wad matching E1??????
  25.                         this will produce a list of all entries for
  26.                         episode 1
  27.  
  28.  
  29. Output can be redirected to a file or printer in the following manner:
  30.  
  31. WADLIST e1m1.wad > e1m1.lst - list ALL entries in E1M1.WAD and store them
  32.                               in the text file E1M1.LST
  33. WADLIST doom.wad > prn      - list ALL entries in DOOM.WAD and send them to
  34.                               the DOS prn utility (LPT1 generally)
  35.  
  36.  
  37. Output:  (sample output)
  38.  
  39.      WAD Opened : \doom\e3m3.wad
  40.        WAD type : PWAD
  41.    DIR position : 128474
  42.     DIR entries : 11
  43.  match criteria : [none]
  44.  
  45. Entry:    Size:     dec pos:  hex pos:
  46. --------  --------  --------  --------
  47. E3M3             0        12         c
  48. THINGS        3600        12         c
  49. LINEDEFS     15218      3612       e1c
  50. SIDEDEFS     43470     18830      498e
  51. VERTEXES      4092     62300      f35c
  52. SEGS         19104     66392       358
  53. SSECTORS      2020     85496      4df8
  54. NODES        14112     87516      55dc
  55. SECTORS       5330    101628      8cfc
  56. REJECT        5254    106958      a1ce
  57. BLOCKMAP     16262    112212      b654
  58. \______/  \______/  \______/  \______/
  59.    |         |         |         |
  60. entry     size of   position  position
  61. name      entry     (in dec)  (in hex)
  62.           in bytes  of entry  of entry
  63.  
  64.  
  65. I hope someone can use this program.  I primarily wrote it for a friend that
  66. needed a directory list of a wad file he was working on.  If you can use it,
  67. use it...  If not, delete it.  If you do use it and it destroys your wad 
  68. file or anything else don't blame me.  
  69.  
  70. [ice]
  71.