You’re using an older Ren’Py version. You have two options:
Ensure your confirm screen includes prompts for gui.UNKNOWN_TOKEN and gui.TRUST_TOKEN .
Ren'Py provides a compatibility layer that allows you to load save files created on different devices or platforms. You can enable this layer by adding the following code to your game/script.rpy file:
If you want to bypass this check during development, find the initialization file and replace the line if token_dir is none: Moving Saves Between Devices
You’re using an older Ren’Py version. You have two options:
Ensure your confirm screen includes prompts for gui.UNKNOWN_TOKEN and gui.TRUST_TOKEN . renpy this save was created on a different device link
Ren'Py provides a compatibility layer that allows you to load save files created on different devices or platforms. You can enable this layer by adding the following code to your game/script.rpy file: You’re using an older Ren’Py version
If you want to bypass this check during development, find the initialization file and replace the line if token_dir is none: Moving Saves Between Devices renpy this save was created on a different device link
Here you'll find all collections you've created before.