home *** CD-ROM | disk | FTP | other *** search
/ 1,000 Games (Collectors Edition) - Disc 2 / 1000GamesDisc2.iso / solution / text / wolf1.txt < prev    next >
Encoding:
Text File  |  1994-09-28  |  3.2 KB  |  79 lines

  1.                         Wolfenstein 3D Debug mode 
  2.                         
  3. To enter the mode, do the following:
  4.  
  5. 1.  Invoke Wolfenstein 3-D with the "next" parameter (wolf3d -next).
  6.     You can also use whatever other command-line parameters you want.
  7.  
  8. 2.  Begin or restore a game.  While in the game, hold down the TAB,
  9.     CONTROL, and ENTER keys simultaneously.  You should get a message
  10.     stating that debugging keys are now available.
  11.  
  12. That's it!
  13.  
  14. To use debugging mode commands, hold down the TAB key and one of the
  15. letter keys listed below simultaneously:
  16.  
  17. B   Changes the screen border color.  Don't ask me why it's here, but
  18.     it's here.
  19.  
  20. C   Displays the number of statics, doors, and actors in the level.  I
  21.     believe that statics are things like food and ammo that you can
  22.     pick up, and actors are the bad guys.  Doors should be
  23.     self-explanatory.
  24.  
  25. E   Moves you ahead two levels.  That's right, not one level, but two.
  26.     The W command (see below) seems to supercede this one.  Perhaps I'm
  27.     missing something.
  28.  
  29. F   Displays your current position on the level (X,Y) and orientation (A).
  30.  
  31. G   Turns what Id calls "GOD mode" on and off.  Basically it just
  32.     means that you're invincible.
  33.  
  34. H   Hurts you (-16% health).  Not much use to us, but I guess Id had
  35.     to debug their damage code just like everything else.
  36.  
  37. I   "Free items."  Ups your health, ammo, and score, and gives you the
  38.     next most powerful weapon.  (Machine gun if you didn't have it,
  39.     Big Grin if you did.)
  40.  
  41. M   Displays memory usage.  Loads of fun.
  42.  
  43. N   Turns "No clipping" on or off.  This lets you walk through walls.
  44.     Wall-walking does STRANGE things to the graphics (try approaching a
  45.     door from the side and opening it).  It also does strange things
  46.     to the bad guys.  If you walk into a room through the wall, often
  47.     they won't notice you at all, even if you walk right in front of
  48.     them or fire your machine gun (in some direction besides at them,
  49.     of course).
  50.  
  51. O   Changes the main viewscreen to a map of the current level, which
  52.     you can scroll through using the movement keys or the mouse.  It's
  53.     neat, but I wish that it wasn't so ugly.  Those numbers are from
  54.     the internal level format.  ESC will get you out.
  55.  
  56. P   Pauses the game, without putting up the little "Paused" window.
  57.     Useful for getting a screen shot, I guess.
  58.  
  59. Q   Bombs my machine.  Let me know if it works on yours.
  60.  
  61. S   Turns slow motion on or off.  If you have a slow computer you
  62.     don't need this.
  63.  
  64. T   Pops up a window which displays graphics and sounds from the game.
  65.     Use the left and right arrow keys to page through the entries.
  66.     If you come to a blank entry, keep going.  You'll know when you've
  67.     reached the end (500-something) because you won't be able to go
  68.     any higher.  ESC exits.
  69.  
  70. V   Asks you how many extra VBLs you want.  High values seem to make
  71.     the game sluggish and not much else.
  72.  
  73. W   Warps to any level.  10 is the secret level.  If you didn't know
  74.     there was a secret level then YOU SHOULDN'T BE READING THIS.
  75.  
  76. X   "Extra stuff."  It definitely does something, but I can't figure
  77.     out what.  Let me know what you find.
  78.  
  79.