home *** CD-ROM | disk | FTP | other *** search
/ Toolkit for DOOM / DOOMTOOL.ISO / misc / dmps_13a.txt < prev    next >
Text File  |  1994-07-18  |  4KB  |  90 lines

  1. Note to archiver: This zipfile (DMPS_13A.ZIP) replaces the previous version,
  2.                   DMPSSWB1.ZIP.  Please delete the old file.
  3.  
  4. DMPS: The Doom PostScript Map Generator, Version SWB 1.3a
  5. ---------------------------------------------------------
  6. Original program for Unix and copyright (c) James Bonfield, March 3, 1994.
  7. Modified for PC by Gerhard Karnik, March 29, 1994.
  8. Extensive modifications & enhancements by Steve W Brewer, May 2, 1994.
  9.  
  10. Minor bugfix by Steve W Brewer, July 18, 1994.
  11. ----------------------------------------------
  12. Sorry these fixes took so long.  I had intended for this release to include
  13. some of the nice enhancements mentioned below in the notes, but the problem
  14. of shading in the textures has turned out to be a tough one.  After getting
  15. a lot of email on the PWAD problem, I decided not to wait any longer and to
  16. just release a quick fix until I can get the nice features working.
  17.  
  18.  
  19. Description
  20. -----------
  21. This program produces PostScript maps of Doom levels, extracted from the WAD
  22. file.
  23.   
  24. Thick lines represent solid walls on the map.
  25. Black circles represent objects.  The letters inside represent what kind of
  26. object it is.
  27. Black circles with arrows represent the enemy. The direction of the arrow is
  28. the direction the creature is initially facing.
  29. Grey lines represent secret areas.
  30.  
  31. Usage
  32. -----
  33.   
  34. DMPS [options]
  35.   
  36.   /D                 Enable debugging.
  37.   /W wadfile.WAD     Wadfile to read from.  (Default: DOOM.WAD)
  38.   /L level           Level to draw.  (Default: E1M1)
  39.   /S1                Draw things present at skills 1 & 2.
  40.   /S3                Draw things present at skill 3.
  41.   /S4                Draw things present at skills 4 & 5.
  42.   /MUL               Draw things present in multiple player mode.
  43.   /NO                Don't draw objects.
  44.   /NM                Don't draw monsters.
  45.   /NS                Don't draw player start positions.
  46.   /?                 Display command-line options.
  47.  
  48. The PostScript will then be displayed to stdout.
  49.  
  50. Compiled using Borland C++ 3.1 using 'bcc -mh'
  51.  
  52. Notes
  53. -----
  54.  
  55. More enhancements are in the works, including:
  56.  
  57.   * Option to print a Legend page, so you know what's what on the map.
  58.   * Option to fill in areas where you can't go (like outside the map area, 
  59.     between rooms, and inside thick walls) with dark gray, to make the map 
  60.     a little easier to read.
  61.   * Option to put a title on the map, so you can tell quicker which mission 
  62.     it belongs to.
  63.   * Redesigned monster and object icons that are easier to read at small 
  64.     sizes.
  65.   * Option to remove lines that don't represent a change in floor or cieling 
  66.     elevations (like those used for shadows and such).
  67.   * Option to fill in hazardous sectors (like nukage) with light gray.
  68.   * Better designed interface that doesn't require you to use ".WAD" and lets
  69.     you save the PostScript directly to a file instead of having to pipe it
  70.     to one from stdout.  Don't worry, the stdout format will remain as
  71.     default behaviour.
  72.  
  73. Don't hold your breath on any of these; I don't have a lot of free time to 
  74. spend on this program, but they'll get done eventually.
  75.  
  76. If you have any comments, questions, suggestions, or (ack!) bug reports, feel 
  77. free to email me at swbrew01@starbase.spd.louisville.edu.
  78.  
  79. Revision History
  80. ----------------
  81. 1.3a     DMPS now works with PWADs.  Also, a /? switch has been added to
  82.          bring up the help screen.
  83.  
  84. 1.3      This is my original release, based on the PC version of DOOM_PS by
  85.          Gerhard Karnik, which was based on the Unix version by James
  86.          Bonfield.  New to my version is a more graphical (and acuarate)
  87.          representation of objects and monsters, a finer dithering for gray
  88.          that is easier to see, a friendly help screen, and a few more
  89.          command-line options.
  90.