home *** CD-ROM | disk | FTP | other *** search
/ Doom Game Editor / DoomGameEditorTheu.bin / util / misc / gdutil / gd_util1.txt < prev    next >
Text File  |  1995-02-23  |  831b  |  25 lines

  1. Here is some small program i have made.
  2.  
  3. SHOWMAP         Shows MAP's in .WAD files. And print number of Weapons, Enemys
  4.                 and Starting points (both for Players and Deathmatch)
  5.  
  6.                 Usage: SHOWMAP <wadfile.wad>
  7.  
  8.                 The file MODERN.FON must be in current directory!
  9.  
  10. PLAYWAD         This program look in the specified .WAD file and if there is a
  11.                 MAP to play it starts DOOM.EXE and warp you to the first
  12.                 MAP it finds.
  13.  
  14.                 Usage: PLAYWAD [-1|2|3|4|5] <wadfile.wad>
  15.  
  16.                 -1 to -5 is the skill level to play (default -3). So if you
  17.                 wan't to play forest.wad in Nigthmare type something like this:
  18.  
  19.                 PLAYWAD -5 FOREST.WAD
  20.  
  21.  
  22. COMMENTS/SUGGESTIONS:
  23. Gunnar Dahlström
  24. dahlstr@vtek.chalmers.se
  25.