TangentFoxy / SCP-Clicker

A clicker/idle game originally created for the 1-Bit Clicker jam on Itch.io
https://guard13007.itch.io/scp-clicker
Other
2 stars 1 forks source link

Ability to recognize incompatible future saves and refuse to load them #87

Open TangentFoxy opened 7 years ago

TangentFoxy commented 7 years ago

Right now, the system is backwards compatible, but does not detect if you're accidentally trying to use an old save file with new data.

The simplest fix involves checking the version number in the save data, however this does not account for new additions that don't change the save file format, which can lead to invalid numbers in the save data. I need something to check the ID numbers that have been saved are "valid".