On Centaur's page for QFG5 hex editing, he, or she, showed how to change an inventory item to something else, but they atated they hadn't figured out how to add items. AS follows is how to add inventory items:
A starting character has 200 gold in inventory; 47 8B 01 00 C8 followed by 11 bytes of 00's (I consider a byte as 00).
Then the next item following the same pattern. After all items in inventory, there's a series of 47 8B 01 00 FA 00 00 00 02 00 00 00 00 00 00 00 47 8B 01 00 FA and so on. To add the Magic Axe, change the 47 8B to 07 8B and change the FA to 01, then replace the 02 with 00. The following 7 bytes (00 00 00 00 00 00 00) are ok. Then the next 47 8B sequence to change for another item.
Many many thanks to Centaur. Strange nobody ever made a savegame editor.
Queat For Glory hexing save game items
Re: Queat For Glory hexing save game items
In the last sentence, instead of 48 8B, it should be 47 8B.qfgman wrote:On Centaur's page for QFG5 hex editing, he, or she, showed how to change an inventory item to something else, but they atated they hadn't figured out how to add items. AS follows is how to add inventory items:
A starting character has 200 gold in inventory; 47 8B 01 00 C8 followed by 11 bytes of 00's (I consider a byte as 00).
Then the next item following the same pattern. After all items in inventory, there's a series of 47 8B 01 00 FA 00 00 00 02 00 00 00 00 00 00 00 47 8B 01 00 FA and so on. To add the Magic Axe, change the 47 8B to 07 8B and change the FA to 01, then replace the 02 with 00. The following 7 bytes (00 00 00 00 00 00 00) are ok. Then the next 48 8B sequence to change for another item.
Many many thanks to Centaur. Strange nobody ever made a savegame editor.
- Tawmis
- Grand Poobah's Servant
- Posts: 20946
- Joined: Wed Oct 08, 2008 1:19 am
- Gender: Not Specified
- Contact:
Re: Queat For Glory hexing save game items
Why, that's exactly what it says!qfgman wrote: In the last sentence, instead of 48 8B, it should be 47 8B.
Also deleted your duplicate posts (same as above) from the other thread, since they were here in their own thread.
I agree. There's been plenty of RPG games that I have played a bunch of times, and sometimes, just want to edit some stats or skills up a few points - and an editor would be nice.qfgman wrote: Strange nobody ever made a savegame editor.
Tawmis.com - Voice Actor
Comic Relief Podcast!
Neverending Nights
Hello, my name is Larry. Larry Laffer!
Comic Relief Podcast!
Neverending Nights
Hello, my name is Larry. Larry Laffer!