ChrisNeedham24 / microcosm

A little 4X game written using Pyxel.
GNU General Public License v3.0
9 stars 8 forks source link

Add backwards compatibility for loading in save files #103

Closed langstof825 closed 1 year ago

langstof825 commented 1 year ago

Following MCR-94, it would be good if older save files were supported as well. You'd need to go through the git history of models.py since v1.0.0 and note any fields that have changed names.

ChrisNeedham24 commented 1 year ago

This issue could probably also involve narrowing down the Exception catching in load game situations.