Ren'Py Renpy save editors now causing issues with saves, any help/ideas?

anne O'nymous

I'm not grumpy, I'm just coded that way.
Modder
Donor
Respected User
Jun 10, 2017
12,722
20,863
1,026
Just Founded a Solution, and my game save edited file is working fine now, [...]
Just a reminder that there's currently one person, or group of persons, who's targeting the forum and its members by voluntarily sharing corrupted games. So far they haven't tried to proceed through corrupted save files, but who know what he, or they, will do in the future.

F95Zone team reinforced the controls done on games before they are added to a game thread opening, taking count of those attacks, so 99,99% of the time they are safe. But save files shared by members are not controlled, and the feature everyone on this thread is trying to bypass exist precisely to prevent corrupted save files to be loaded...

So, don't complain if you get a virus because you prefer to lower your computer security level instead of learning how to use the console to change the game values in real time, what really don't need skills.
 
  • Yay, update!
Reactions: Count Morado

Zaky0909

Member
Feb 20, 2023
229
60
143
Just Founded a Solution, and my game save edited file is working fine now, \renpy\savetoken.py and replace if token_dir is None: by if True:
just CTRL + F and type if token_dir is None and replace all of it to if True
i mean all of if token_dir is None, replace all those lines and thats it
How can I disable renpy save protection
 

NeoStarr

Member
Jul 2, 2017
378
356
259
Just Founded a Solution, and my game save edited file is working fine now, \renpy\savetoken.py and replace if token_dir is None: by if True:
just CTRL + F and type if token_dir is None and replace all of it to if True
i mean all of if token_dir is None, replace all those lines and thats it
Is there any way to do this method without breaking persistent? Losing gallery, saved name/title changes, settings, etc.?