home *** CD-ROM | disk | FTP | other *** search
/ Ultimate DOOM Companion / PowersourceMultimedia-UltimateDOOMCompanion.iso / goodies / dmchtpat.zip / PATCH.SW < prev    next >
Text File  |  1994-03-13  |  975b  |  45 lines

  1. /* DOOM 1.2 Cheat Patch File */
  2. /* Tested with registered version of DOOM 1.2 */
  3.  
  4. 054381 FF  /* Max health is 65535% (limit for blue potions) */
  5. 054382 FF  
  6. 0543CB FF  /* Max health is 65535% (limit for supercharge) */
  7. 0543CC FF  
  8.  
  9. 04C913 22  /* Starts out with 65536% health and 65535% armor */
  10. 04C914 01
  11. 04C915 00
  12. 04C916 FF
  13. 04C917 FF  
  14.  
  15. 04C91B 03  /* Weapon to start with; 1=pistol, 2=shotgun, 3=chaingun */
  16.            /*           4=rocket launcher, 5=plasma gun, 6=BFG 9000 */
  17.  
  18. 04C92F 9A  /* Start out with 65536 bullets and 9999 shells */
  19. 04C933 01 
  20. 04C934 00  
  21. 04C935 0F  
  22. 04C936 27  
  23.  
  24. 08496C 0F  /* Start out with max bullets = 9999 */
  25. 08496D 27
  26. 08496E 00
  27. 08496F 00
  28.  
  29. 084970 0F  /* Start out with max shells = 9999 */
  30. 084971 27
  31. 084972 00
  32. 084973 00
  33.  
  34. 084974 0F  /* Start out with max cells = 9999 */
  35. 084975 27
  36. 084976 00
  37. 084977 00
  38.  
  39. 084978 0F  /* Start out with max rockets = 9999 */
  40. 084979 27
  41. 08497A 00
  42. 08497B 00
  43.  
  44. /* the end */
  45.