JSearUK / Playthroughs

The aim is to create the system in such a way that it can be safely dropped into any other project
The Unlicense
0 stars 0 forks source link

Ideally: Removing the mod should not break saves #30

Closed JSearUK closed 2 years ago

JSearUK commented 3 years ago

Removing the mod should consist of deleting the mod base folder - so far, so good

The existing distro would ignore Playthrough saves - but saves made (in Ren'Py pages; by the autosave system; during play or by explicitly saving - using either system - to a quicksave slot) would presumably have mod defaults pickled into them..? Not to mention whatever we wind up leaving in the persistent store.

These artifacts should not prevent the player from (loading saves; successfully applying any updates from their games' dev, or loading old saves into said updated game). Whether that dev breaks their game saves themselves, ofc, is on them.