Ren'Py New Ren'Py Token Check (when creating a save)

Lecastel

Member
Aug 15, 2018
251
701
Hi, if you try to do this on an android device do the following:

1. Connect your device to a computer.

2. Enable PTP

3. Create, on your computer, a file called security_keys.txt with the text: Signing-key (and nothing else).

4. Make that file read only.

5. Transfer that file to your device.

6. Replace the signing_keys.txt file inside the folder that holds your saves with the file you had created.

*7. Open the game, load the fixed file and then save to a new spot.

*8. Close the game and delete the altered security_keys.txt.

*9. Reopen the game (so it will recreate the original security_keys.txt) and open the NEW save, it will ask you one time if you sure but will let you to open.

*10. Save the game again and there should be no problems henceforth.

11. Enjoy.

* 7-10 are to address the concern about not having the original security_keys.txt
it worked man,many thanks.
 

ilozq

Member
Jul 26, 2017
372
358
i used the token_dir fix prompted by to bypass the security check in a game i don't even remember and now all my preferences in other ren'py games keeps resetting after starting/restarting the game, i wonder if there is anything i can do to rectify that?
 

MasterM

New Member
Feb 18, 2018
5
0
So, I've been using for years to edit saves and skip the grind for some games. But now every time I do, I get the same "warning" message. Selecting yes or no makes no difference and I can't get into that save. I've tried to follow the token_dir fix and it doesn't change anything. I'm finally desperate enough to ask for help, since this is hitting all the games I try to edit. If some kind soul would be kind enough to break it down, barney style for me they'd have my gratitude.
 

Anon4321

Conversation Conqueror
Jun 24, 2017
7,142
5,733
So, I've been using for years to edit saves and skip the grind for some games. But now every time I do, I get the same "warning" message. Selecting yes or no makes no difference and I can't get into that save. I've tried to follow the token_dir fix and it doesn't change anything. I'm finally desperate enough to ask for help, since this is hitting all the games I try to edit. If some kind soul would be kind enough to break it down, barney style for me they'd have my gratitude.
I found this to work
At least every time I used it

Head to
[game name]\renpy\savetoken.py
use an editor like Notepad or better Notpad++ to open it

Look for this
You don't have permission to view the spoiler content. Log in or register now.

Look for the first "return False", you find it at the top of the document

change it from "return False" to "return True" and save
 
  • Heart
Reactions: MasterM

the Last dawn

Newbie
Mar 25, 2021
69
29
I think it's best to do patch that save token so everyone i just can download that patch file here easily, if anyone in f95zone willing update that patch would be best for everyone. Just a suggestion if anyone knows how to do that?