with open("temp_save", "rb") as orig: header = orig.read(8)
: Sites like Save Editor Online allow you to upload your .save file and edit the data strings. renpy edit save file link
# YOUR NEW BUTTON HERE: textbutton _("Edit Saves") action OpenDirectory(renpy.config.savedir) with open("temp_save", "rb") as orig: header = orig
[HKEY_CLASSES_ROOT\renpysave\shell]
Use case: A "Chapter Select" screen or a "Continue from Major Decision" button. renpy edit save file link