home *** CD-ROM | disk | FTP | other *** search
- 1. Programming
- 2. Programming
- 3. Complete solution
-
- 1. Programming:
- ==============
- Use a Hex editor to edit your latest save game file - called SAVE0.ITD or
- SAVE1.ITD or SAVE2.ITD etc.
- Find the following bytes and then change the value their to FF for 255 of each
- item.
-
- Byte Item
- 19856 Oil lamp fuel
- 19866 Rifle shots
- 19882 Health
- 20024 Revolver bullets
-
- 2. Programming:
- ==============
- Save your game in the first savegame slot. Back up the SAVE0.ITD file. Change to
- the INDARK directory and type: debug [Enter]
- At the debug prompt, type the following:
- NSAVE0.ITD
- L
- E 4E9A FF
- E 4EAA FF
- E 4E90 FF
- W
- Q
-
- When you reload the game, your character should have 255 health points, 255
- shots in the rifle and 255 units in the oil lamp.
-
- 3. Complete solution:
- ====================
- See PCF issues 18 & 19
- *EOF*
-
-