"Linear" auto save/load functionality
Posted: Fri Sep 11, 2020 10:28 am
I'm wondering if it is possible to replace RenPy's default saving/loading behavior with an autosave that only keeps track of one state and, upon restarting the game, automatically loads the save file.
In other words, when starting a new game, it starts from the beginning like normal. While the player is playing, it autosaves regularly and/or upon quitting to a single save file, then, when the player starts up the game again, instead of manually loading the save file, the game automatically loads the singular save file it automatically created.
Is there any simple-ish way to achieve this, or do I need to pretty much write my own saving/loading handling?
In other words, when starting a new game, it starts from the beginning like normal. While the player is playing, it autosaves regularly and/or upon quitting to a single save file, then, when the player starts up the game again, instead of manually loading the save file, the game automatically loads the singular save file it automatically created.
Is there any simple-ish way to achieve this, or do I need to pretty much write my own saving/loading handling?