3.70 star(s) 9 Votes

XStarLordX

Newbie
Dec 20, 2018
91
397
idk about you guys but it doesn't work for me. I can't load my save once edited with save editor.
Can someone plz explain how to activate cheats by editing files? I have no idea what to do thx in advance
In the game file, where you can find the exe. There is an other file "Renpy".
Open it, search for the "savetoken.py" open it with the simple text editor, and then with the file open, press Ctrl+F and search for:
vk = ecdsa.VerifyingKey.from_der(key)
if vk.verify(sig, data):
return True
except Exception:
continue

return False



change the last entry to "True" save , restart the game and then your edited save will work.
As for editing, it can be done online through a save game editor like saveeditonline.
 
Last edited:

Snart1

New Member
Feb 11, 2023
6
1
In the game file, where you can find the exe. There is an other file "Renpy".
Open it, search for the "savetoken.py" open it with the simple text editor, and then with the file open, press Ctrl+F and search for:
vk = ecdsa.VerifyingKey.from_der(key)
if vk.verify(sig, data):
return True
except Exception:
continue

return False



change the last entry to "True" save , restart the game and then your edited save will work.
As for editing, it can be done online through a save game editor like saveeditonline.
I switch the False for True but the cheat still dont work
 
  • Like
Reactions: XStarLordX

XStarLordX

Newbie
Dec 20, 2018
91
397
I switch the False for True but the cheat still dont work
This was actually to ensure the edited save work correctly. Regarding the cheat, it likely involves multiple variables.
I used to use URM to identify the variables, but without this tool, I cannot determine them.
 

Raed2A

Newbie
Aug 15, 2024
56
43
In the game file, where you can find the exe. There is an other file "Renpy".
Open it, search for the "savetoken.py" open it with the simple text editor, and then with the file open, press Ctrl+F and search for:
vk = ecdsa.VerifyingKey.from_der(key)
if vk.verify(sig, data):
return True
except Exception:
continue

return False



change the last entry to "True" save , restart the game and then your edited save will work.
As for editing, it can be done online through a save game editor like saveeditonline.
Thx so much!! I forgot to mention I'm currently playing on android...
 
  • Like
Reactions: XStarLordX
3.70 star(s) 9 Votes