Queat For Glory hexing save game items
Posted: Sun Oct 05, 2014 4:50 pm
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.
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.