home *** CD-ROM | disk | FTP | other *** search
/ Toolkit for DOOM / DOOMTOOL.ISO / editors / gd_util1.txt < prev    next >
Text File  |  1994-07-17  |  983b  |  29 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. DMPATC15        This program change DOOM.EXE version 1.5Beta so you can use
  22.                 IDKFA without to crash when you select weapon number 3
  23.                 (shoutgun).
  24.  
  25.  
  26. COMMENTS/SUGGESTIONS:
  27. Gunnar Dahlström
  28. dahlstr@vtek.chalmers.se
  29.