home *** CD-ROM | disk | FTP | other *** search
/ Game Killer / Game_Killer.bin / 393.WMAP.TXT < prev    next >
Text File  |  1992-05-18  |  932b  |  32 lines

  1. WMAP -- v3.0
  2. ============
  3.  
  4. Here is a program to generate the maps for Wolfenstein. It uses the files
  5. MAPHEAD.WL1 and MAPTEMP.WL1 that come with the game, and the produces files:
  6.  
  7.        LEVELnn.MAP  --  the map for level nn
  8.  
  9. To display a description of the input syntax enter:
  10.  
  11.        WMAP /?
  12.  
  13. The source code is also included for those who like to mess around with
  14. things. All comments about the prog. will be greatfully received.
  15.  
  16. Hosko
  17.  
  18.  
  19. History
  20. -------
  21.   v1.0 - Original version.
  22.   v2.0 - Blue SS guards marked separate to normal guards.
  23.          Key updated.
  24.          Code generally improved.
  25.          Command line parameters included.
  26.   v2.1 - Minor mods.
  27.          Map interpretation errors corrected.
  28.   v3.0 - Map start address taken from MAPHEAD.WL1 .
  29.          Map names taken from MAPTEMP.WL1 .
  30.          /k switch can be used on its own.
  31.          /h switch included - prints map as hex dump.
  32.