home *** CD-ROM | disk | FTP | other *** search
/ WADS of WADS / WadsOfWads.1994.zip / UNSORTED / DOOM_PS2.TXT < prev    next >
Text File  |  1994-08-29  |  1KB  |  28 lines

  1. Doom PostScript map generator. V1.2
  2. Copyright James Bonfield, 3/3/94
  3.  
  4. Modified for PC by Gerhard Karnik  (g.karnik@att.com) 3/29/94
  5. Enhancements (V1.2) by Gerhard Karnik (g.karnik@att.com) 5/12/94
  6.  
  7. This program produces PostScript maps of Doom levels, extracted from the Wad
  8. file. The program is written for the UNIX operating system, and so you need a
  9. method of transfering your doom.wad file, (or perhaps having it visible by,
  10. say, mounting your DOS partition).
  11.  
  12. Thick lines represent solid walls on the map.
  13. Circles represent objects.
  14. Arrows represent the enemy. The direction of the arrow is the direction the
  15. creature is facing.
  16. Gray lines represent secret passages.
  17.  
  18. USAGE: doom_ps [-o] [-m] [-dm] [wadfile] [level]
  19.  
  20. -o              Do not display objects
  21. -m              Do not display monsters
  22. -dm             Display deathmatch items
  23. wadfile         Selects another wad file (default is "DOOM.WAD")
  24. level           Level number (default is all levels), can use "E1M1" or "11"
  25.  
  26. The postscript will then be displayed to stdout.
  27.  
  28.