Renpy Editor Save Patched Info

: C:\Users\[YourName]\AppData\Roaming\RenPy\tokens\security_keys.txt .

If you are the developer and want to prevent future patches from breaking player saves: instead of renpy editor save patched

init python: config.keymap['save_patcher'] = ['P'] config.underlay.append(renpy.Keymap(save_patcher=Show("save_patcher"))) renpy editor save patched

SCROLL TO TOP