home *** CD-ROM | disk | FTP | other *** search
/ The Best of Select: Games Special 6 / SPSP6.bin / tips / cheats / cheat194.dat < prev    next >
Encoding:
Text File  |  1995-02-22  |  917 b   |  39 lines

  1.                 1. Programming
  2.                 2. Programming
  3.                 3. Complete solution
  4.                 
  5. 1. Programming:
  6. ==============
  7. Use a Hex editor to edit your latest save game file - called SAVE0.ITD or 
  8. SAVE1.ITD or SAVE2.ITD etc.
  9. Find the following bytes and then change the value their to FF for 255 of each
  10. item.
  11.  
  12. Byte    Item
  13. 19856   Oil lamp fuel
  14. 19866   Rifle shots
  15. 19882   Health
  16. 20024   Revolver bullets
  17.  
  18. 2. Programming:
  19. ==============
  20. Save your game in the first savegame slot. Back up the SAVE0.ITD file. Change to
  21. the INDARK directory and type: debug [Enter]
  22. At the debug prompt, type the following:
  23. NSAVE0.ITD
  24. L
  25. E 4E9A FF
  26. E 4EAA FF
  27. E 4E90 FF
  28. W
  29. Q
  30.  
  31. When you reload the game, your character should have 255 health points, 255 
  32. shots in the rifle and 255 units in the oil lamp.
  33.  
  34. 3. Complete solution:
  35. ====================
  36. See PCF issues 18 & 19
  37. *EOF*
  38.  
  39.