Updated for latest version of the game without Denovu.
Hi, thanks for the update! I had a question though. I'm starting to learn how to make cheat tables of my own. How were you able to find how XP worked/the distribution? How were you able to find the instruction that wrote to the EXP address?
Unity games make finding things a bit easier. I looked for the function that adds exp to the character. You activate mono and you can see the classes and things behind the scenes. It only works for those games made in Unity though.
Updated for latest version of the game without Denovu.
Hi, thanks for the update! I had a question though. I'm starting to learn how to make cheat tables of my own. How were you able to find how XP worked/the distribution? How were you able to find the instruction that wrote to the EXP address?
Unity games make finding things a bit easier. I looked for the function that adds exp to the character. You activate mono and you can see the classes and things behind the scenes. It only works for those games made in Unity though.