Changing the questData file format
Can we change the questData file format? Right now it is just a serialized object, this makes making even minor changes hard as it would break users' existing saves. With a more flexible file format, perhaps a SQLite database or even an XML file, it would be possible to modify fields without breaking backwards-compatibility.
How were changing file formats handled before?
How were changing file formats handled before?