Use renpy.get_save_token_keys() to retrieve your current device's keys. Add these to config.save_token_keys in your options.rpy .
: If you try to load a save from another device or one that has been modified, Ren’Py will trigger a "yes/no" prompt asking if you trust the file. Common Use Cases 1. For Developers: Adding Authorized Keys savetoken renpy
Open the file named savetoken.py (or sometimes just renpy in older versions) with a text editor. Find the line: if token_dir is None: . Change it to: if True: . Save the file and restart your game. Navigate to %APPDATA%/Roaming/RenPy/tokens . Use renpy