Renpy This Save Was Created On A Different Device Link
If the solution above does not work, it means the developer wrote a custom script (often in script.rpy or screens.rpy ) that runs a python block to check the device ID manually.
Change it to if true: to force the engine to ignore save protection.
For syncing saves safely without these errors, consider using the official Ren'Py Sync service which provides a secure code to transfer data between devices. renpy this save was created on a different device link
"This save was created on a different device. Maliciously constructed save files can harm your computer. Do you trust this save's creator and everyone who could have changed the file?"
You need to edit the game script to force your current game to accept the ID of the save file. If the solution above does not work, it
import renpy
Avoid storing complex Python objects inside your game variables. Stick to basic types: Standard lists/dicts "This save was created on a different device
: On the new device, select "Download Sync" and enter that code to transfer both saves and persistent data securely. Why this happens