This write-up covers the system, a security feature introduced in Ren’Py 8.1 to protect users from malicious save files . What is a Save Token?
Are you looking to this for a game you're developing, or are you trying to bypass it to use a specific save file? savetoken renpy
KatieCheerios commented. KatieCheerios. on May 15, 2023. Author. Well, I mean if I can print my save key in console after loading. This write-up covers the system, a security feature
Ren’Py save files use the Python "pickle" format, which can technically execute arbitrary code. To prevent players from accidentally loading dangerous files from unknown sources, Ren’Py now uses a . This write-up covers the system
Only disable the check or load external saves if you completely trust the source.