Save file re-organisation #183
ochadenas
announced in
Announcements
Replies: 1 comment
-
One hint, which may avoid problems: Before continuing a current game, please go to the "level selection" screen once. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In version 1.44, there has been a major change in the way how save files are organized. Basically, instead of always dumping the complete state of the game (and reading it), the app now tries to be a bit more intelligent and only reads and writes the information that has changed.
This should considerably speed up startup times. The problem was that once you had played a lot of stages, it took more and more time to read and save everything.
So that's good news. The downside of it is: Playing around with save files is tricky, and if there are major mistakes in the code, everything will get screwed up and one may lose all the progress ... Well, it has been tested, so I hope everything is fine. But you have been warned ;)
Beta Was this translation helpful? Give feedback.
All reactions