Hello everyone, I have a problem with the 2 cars I bought, they are both stuck at the gas station, I changed the car_place line to 1 with save editor, but the problem is that I cannot load this save, I get the message "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? yes/no "I clicked on yes but the backup does not load.
I saw the message on save editor "Your RenPy version have some save protection, to disable find this file \renpy\savetoken.py and replace if token_dir is None: by if True: " I followed the instructions in savetoken. py I changed line 143 "if token_dir is None:" to "if token_dir is True:" as well as that of line 239 "if token_dir is None:" to "if token_dir is True:" but that doesn't change my backup can't load, can someone help me and tell me where I'm going wrong?