Seems to me shouldn't be too hard to fix turns resting and such if you've already been hex editing the save file - just take the number, convert to hex, byte swap it, and look for those four bytes. Or you can dig through the 'load.c' code and set a break point where the value is loaded from the save file and just change it on the fly, then save again.
|