1. Open the game and load a save or start fresh
2. Attach the process memory to Cheat Engine
3. Menu>Mono>Activate Mono Features
4. Menu>Mono>.NET Info
5. In
images, choose
Assembly-CSharp.dll
6. In
classes, search for
UserData and select it.
7. In
Static Fields copy the address by double clicking the Address value in the table and CTRL+C
8. Paste the address into the textbox below, inside the
Fields frame
9. still in
Fields, find the fields
hour and minute
View attachment 2839352
To update the values, double click on them and set its value to any you find fitting. You can also invoke the AddHour and AddMinute method too, works the same way as I guide through the following extra step.
10 Extra:
Not that I know of, but you can use these same steps on Cheat Engine to update the gold and experience
Follow the previous steps to get here.
if you want to add gold, find in the
Methods frame below the AddCoin and AddExp methods:
View attachment 2839362
then right click over the name of the methods in any order you prefer, and select "
Invoke method" for each case, in the small emerging window, check that the instance address is the same as the ones you copied earlier, and set the System.Int32 parameter field with the amount of gold/experience you want to add:
View attachment 2839359
Feel free to check the other methods, fields and classes and experiment if you feel adventurous, it's a convenience to find the names mostly in english.