home *** CD-ROM | disk | FTP | other *** search
/ WADS of WADS / WadsOfWads.1994.zip / UNSORTED / DOOMHPGL.ZIP / README.TXT < prev    next >
Text File  |  1994-04-09  |  2KB  |  56 lines

  1. This is Version 1.0 of the Doom HPGL map generator.
  2. Written 4/3/1994 by Robert Rodriguez.
  3. Adapted from the Postscript version by James Bonfield.
  4.  
  5. Introduction
  6. ------------
  7. As a service to those who don't have Postscript, I have generated
  8. HPGL commands that should work on any HP printer that accepts HPGL
  9. or any clone printer that claims to emulate HPGL. Do not send this
  10. output to any other printer (especially postscript unless they switch
  11. emulation modes on the fly).
  12.  
  13. Inventory
  14. ---------
  15. readme.txt    This file.
  16. legend.txt    One page text file that defines the symbols for the maps.
  17. wad.exe        The program that generates the HPGL output.
  18. dolevel.bat    Batch file to generate all 9 maps for a level.
  19.         Usage is: dolevel 1
  20.               dolevel 2
  21.               dolevel 3
  22.         You probably have to edit the batch file to set the path
  23.         to your doom.wad file. It also sends the maps directly to
  24.         the printer (PRN).
  25.  
  26.  
  27. Description
  28. -----------
  29.  
  30. This program produces HPGL maps of Doom levels, extracted from the Wad file.
  31.  
  32. Thick lines represent solid walls on the map.
  33. Gray lines represent secret passages.
  34.  
  35. Usage
  36. -----
  37.  
  38. wad [/w wadfile] [/l level] [/o] [/m] [/a] [>PRN | >file.hpg]
  39.  
  40.      /w wadfile -- selects another wad file (default is "doom.wad")
  41.      /l level   -- choose another level (default is "E1M1")
  42.      /o         -- don't do objects (default is do them all)
  43.      /m         -- don't do monsters (default is do them all)
  44.      /a         -- do all multi-player objects too (default is not all)
  45.  
  46. Other Info
  47. ----------
  48.  
  49. It is best to redirect to the printer since the files can get large.
  50.  
  51. It takes about 6 minutes to generate and print all 27 levels from the
  52. registered version on a 486/66 and HPLJ4 w/6MB memory in the printer.
  53.  
  54. It takes about 13 minutes to generate and print all 27 levels from the
  55. registered version on a 486/66 and HPLJ3p w/3MB memory in the printer.
  56.