Examples of such tools:
Navigate to the RenPy save directory for your specific game. Copy 1-1.save (or whichever slot you want to edit) to a new folder on your desktop called SaveEdit . renpy save editor offline
Ren'Py save files (typically .save ) are (using the "pickle" module) that capture the entire game state, including variables and flags. Examples of such tools: Navigate to the RenPy