home *** CD-ROM | disk | FTP | other *** search
/ Doom Game Editor / DoomGameEditorTheu.bin / levels / doomit.txt < prev    next >
Text File  |  1995-02-23  |  5KB  |  123 lines

  1.                               How to Cheat in Doom
  2.                               --------------------
  3.  
  4. March 25, 1994
  5.  
  6. Greetings. I am required to upload something non-illegal to the BBS to retain my
  7. downloading privledges. I think this will be valuable enough to keep me in fair
  8. standing. I downloaded the shareware version of Doom about a week ago. I was
  9. very very impressed. This game breaks new boundaries in groupware gaming. This
  10. game is much more cool than Spectre (vector graphics don't do much for me). I
  11. will probably register the game soon.
  12.  
  13. I played the game in net mode and then played some in one player mode. I was in
  14. the easy mode and was basically addicted to the game. At the end of the game, I
  15. was killed several times by something which I won't mention to spoil your fun. I
  16. then decided to pull out my disk editor and see if I could do something about
  17. this travesty of events.
  18.  
  19. Doom and the latest series of games has the cool feature of saving a game in
  20. progress. This little feature allows the user to do some maintenance on his/her
  21. body while not losing precious points (the game also has a pause function, but
  22. some people may actually have a life). Well, when you save a game it makes a
  23. neat file called DOOMSAVx.DSG where x is 0 - 5 for the 6 different save areas.
  24. The files are ascii files that may be edited with a disk editor (Norton is the
  25. tool of choice for me).
  26.  
  27. After scouting around and basically plugging and chugging, and using some
  28. methods that I have developed (an example is to save a character with as many
  29. unique numbers as you can i.e. Ammo of 94, Health of 42, Shells of 49, etc) I
  30. was able to find out where certain values were stored, so that I can, how shall
  31. I put this... be able to dominate, decimate, and destroy everything in the game
  32. (including my net partner ... no matter).
  33.  
  34. The values are stored in Hex and are byte reversed from normal appearance. An
  35. example of this would be:
  36.  
  37.   My Ammo Number is oh I don't know - 999. In hex 999 is 3E7. Breaking that into
  38.   bytes would make it 03 E7. The byte reversal would display it as E7 03.
  39.  
  40. The following are the locations of the various options in the game. I basically
  41. start them off with E7 03 myself:
  42.  
  43. Armor    - Offset 86 - 87 - Armor will allow you to go past 999.
  44. Health   - Offset 82 - 83 - Health will work at 999, but if you pick up any
  45.                             kind of health bonus your level will drop to 199 and
  46.                             will not go past it. Could not locate the max
  47.                             setting for that. Also, you can still die will mega
  48.                             health if you do something stupid like fire a rocket
  49.                             point blank at something.
  50. Rockets  - Offset 214 - 215 - Amount of Rockets you have
  51. (number)
  52.  
  53. Rockets  - Offset 230 - 231 - Amount of Rockets you can have
  54. (maximum)
  55.  
  56. Cell     - Offset 210 - 211 - Amount of Cells you have
  57. (number)
  58.  
  59. Cell     - Offset 226 - 227 - Amount of Cells you can have
  60. (maximum)
  61.  
  62. Shells   - Offset 206 - 207 - Amount of Shells you have
  63. (number)
  64.  
  65. Shells   - Offset 222 - 223 - Amount of Shells you can have
  66. (maximum)
  67.  
  68. Ammo     - Offset 202 - 203 - Amount of Ammo you have
  69. (number)
  70.  
  71. Ammo     - Offset 218 - 219 - Amount of Ammo you can have
  72. (maximum)
  73.  
  74. Also, now that you have maxed out your supplies, you will need the hardware to
  75. go with it. Here are the Offsets of the weapons, just put an 01 in the byte and
  76. the weapon will come to life (although I activated weapons 6 and 7, they would
  77. not come to life, and I do not know why. I speculate it is because I do not have
  78. the regular version):
  79.  
  80. Weapon 1 - Hands - Offset 170 - Always defaulted to 01
  81. Weapon 2 - Handgun - Offset 174 - Always defaulted to 01
  82. Weapon 3 - Shotgun - Offset 178
  83. Weapon 4 - Machine Gun - Offset 182
  84. Weapon 5 - Rocket Launcher - Offset 186
  85. Weapon 6 - Cellular Weapon ??? - Offset 190
  86. Weapon 7 - ??? - Offset 194
  87.  
  88. I have no idea of where the chainsaw is hiding.....
  89.  
  90.  
  91. You can save game whenever you lose something important and fix yourself up
  92. again. Important note: Do not use your disk editor on a stacked or compressed
  93. hard drive. Your best bet is to copy the file to a floppy and edit it where you
  94. know you will not have any problem and you cannot hurt anything.
  95.  
  96. I did not bother going about finding where treasure, computer map, chainsaw, or
  97. the keys are located. You have to leave something to attain.
  98.  
  99. Then to use your game, just go into Doom and Load game. Select the game that is
  100. the one you modified and voilla.
  101.  
  102. You can have more fun by checking out other pieces of the file, but I got past
  103. the point I wanted to and finished the shareware version.
  104.  
  105. For those of you who do not have the means, skill, or time to make a mega -
  106. character. I have made three (easy, medium, hard settings) starting at the
  107. beginning of the game. Just copy the files into your DOOM directory and load
  108. them at your leisure. Note - if you have a game in progress make sure that you
  109. do not copy these files over it:
  110.  
  111.    DOOMSAV1.DSG  - Hard
  112.    DOOMSAV3.DSG  - Easy
  113.    DOOMSAV4.DSG  - Medium
  114.  
  115.  
  116. I want to thank the authors of this most cool game for enlivening my miserable
  117. existance for a while.
  118.  
  119. JR
  120.  
  121.  
  122.  
  123.