Scyron
New Member
- Aug 23, 2018
- 3
- 0
- 165
Find the savetoken.py file inside your game folder newcoralcity\renpy\savetoken.py and open with editorso i went to the save editor and edit my save file but now i cant load that save anyone know how to bypass this so i can use the edited save?
-----------------------------------------------------------------------------------------------------------------------
# Determine the current save token, and the list of accepted save tokens.
token_dir = renpy.__main__.path_to_saves(renpy.config.gamedir, "tokens")
if token_dir is None:
return
----------------------------------------------------------------------------------------
Change the red text to if true and save.
This always works for me with edited save files.