home *** CD-ROM | disk | FTP | other *** search
/ D!Zone (Collector's Edition) / D_ZONE_CD.ISO / docs / doomspec / doom_12.txt next >
Text File  |  1994-12-06  |  3KB  |  77 lines

  1. This is for Doom version 1.2 shareware. These codes are in HEX offset.
  2. This may come in handy since you can't use the cheat keys in Nightmare mode.
  3. Start a new game, save it and then exit.
  4. Open the savegame file (doomsav0.dsg if this is your first game).
  5. Use a hex editor to change the following:
  6. Everything you will need to change is in the first 0 to 200 offset.
  7.  
  8. WARNING! If you are hacking up a savegame file you don't want to lose, 
  9.          Make a backup of it first. 
  10.  
  11.  
  12.    Offset 0:       Range          Function    
  13.  
  14.  
  15.    52 - 53     ?                  Health
  16.                                   I can't get this to work the way I
  17.                                   want. You can mess around with it if
  18.                                   you want to. When I set it over 100
  19.                                   it didn't do any good.
  20.                                   
  21.  
  22.    56 - 57     00 00 - FF FF      This is your armor, different
  23.                                   from health, you can make this
  24.                                   as high as you want!
  25.  
  26. Example: 9999 in hex is 27 0F 
  27. Remember to always flip the two numbers around.
  28. Go to 56 and change it to 0F and then go to 57 and change it to 27
  29. Now you have 9999 armor.
  30.  
  31.  
  32. For the guns and cards, 00 = off and 01 = on
  33.  
  34.  
  35.    76             00 - 01         Blue Keycard,                    
  36.    7A             00 - 01         Yellow Keycard
  37.    7E             00 - 01         Red Keycard
  38.  
  39. Example: If you want the red card, go to 7E and change the 00 to 01.
  40.  
  41.  
  42. The Pistol is always on.
  43.  
  44.    B2             00 - 01         Shotgun,                               
  45.    B6             00 - 01         Chaingun
  46.    BA             00 - 01         Rocket Launcher                                                 
  47.    C6             00 - 01         Chainsaw
  48.  
  49. The Plasma Rifle and BFG9000 are not in the shareware version. 
  50. Even if you turn them on, there are no sprits for them.
  51.  
  52. Example: If you want the Rocket Launcher, go to BA and change the 00 to 01
  53.  
  54.    CA - CB     00 00 - FF FF      Bullets
  55.    CE - CF     00 00 - FF FF      Shotgun Shells
  56.    D6 - D7     00 00 - FF FF      Rockets
  57.    DA - DB     00 00 - FF FF      Maximum Bullets
  58.    DE - DF     00 00 - FF FF      Maximum Shells
  59.    E6 - E7     00 00 - FF FF      Maximum Rockets
  60.  
  61. Example: 9999 in hex is 27 0F 
  62. Remember to always flip the two numbers around.
  63. For 9999 max bullets, go to DA and change the number there to 0F and 
  64. then go to DB and change the number there to 27 Now you have 9999 max bulets.
  65.  
  66.  
  67.    For God mode, go to F2 and change the  00 to 02
  68.  
  69.    For Light visor, go to 72 and change the 00 to 3c
  70.    then go to 73 and change the 00 to 10
  71.  
  72.    For the radiation suit, go to 6A and change the 00 to 0F
  73.    then go to 6B and change the 00 to 07
  74.  
  75.  
  76. That's it for now. Have Fun!
  77.