home *** CD-ROM | disk | FTP | other *** search
/ Ultimate DOOM Companion / PowersourceMultimedia-UltimateDOOMCompanion.iso / goodies / dmpatch.zip / PATCH12.1 < prev    next >
Text File  |  1994-08-15  |  2KB  |  64 lines

  1. These are patches for the DOOM executable.  They are only correct if used
  2. with dmpatch.exe written by Steve Larsen.  They are for the 1.2 version
  3. of DOOM only.
  4.  
  5. For certain modifications, the new value is left up to the user.  However,
  6. when entering these new values, attention must be paid to the correct
  7. endian structure for the x86 architecture.  For example, to enter the
  8. value 12af8 at some offset, you would type:
  9.  
  10.     f8 2a 01
  11.  
  12. This is the only way to get the correct result.
  13.  
  14. Note:  some modifications may crash the game or do other strange stuff,
  15. so beware!!!
  16.  
  17.  
  18.           Offset          Number of bytes to edit       New value
  19.           ------          -----------------------       ---------
  20.  
  21. Health
  22. ------
  23.  
  24. To give a certain amount of health at startup:
  25.  
  26.           4c234           4                             Health
  27.  
  28.  
  29. To give a certain amount of health using IDDQD:
  30.  
  31.           62d3a           variable (up to 4)            Health
  32.           62d46           variable (up to 4)            Health
  33.  
  34. Armor
  35. -----
  36.  
  37. To give a certain amount of armor using IDKFA:
  38.  
  39.           62d87           variable (up to 4)            Armor
  40.  
  41. Keyboard
  42. --------
  43.  
  44. To change the speed of turning (10 is default, smaller numbers turn 
  45. slower)
  46.  
  47.           5c74a           1                             Speed
  48.  
  49. To change to speed of forward/backward movement (0b is default, smaller
  50. numbers move slower)
  51.  
  52.           5c787           1                             Speed
  53.  
  54. Cheats
  55. ------
  56.  
  57. To allow the entry of cheats during multi-player games:
  58.  
  59.           62ce8           2                             00 00
  60.  
  61. To allow the entry of cheats during NIGHTMARE mode:
  62.  
  63.           62cf5           2                             00 00
  64.