>> |
Anonymous
>>755184 Didn't edit the savefile directly, I edited the game's memory while it was running, and saved after modifying many values.
I used Cheat Engine 5.4. If you're wondering how values are stored: Take any value (gold, item quantity, health, etc), multiply it by 2, then add 1. That's the value you're looking for in memory. Once you've found the address, you can use that same formula for turning your desired value (1000000 xp) into a proper value for that address (2000001).
|