GreepTheSheep / openplanet-MXRandom

An Openplanet plugin that takes a random map from MX / TMX and play it
https://openplanet.dev/plugin/mxrandom
GNU General Public License v3.0
19 stars 28 forks source link

refactor: improve (auto)saving system #110

Closed EdVraz closed 11 months ago

EdVraz commented 11 months ago

fixes issues regarding autosaves and combines autosaves and normal saves into one function.

fixed:

changed:

A quick new release for this would be appreciated, as currently runs are not continuable if the game crashes, see Scrapie's stream, for example.

EdVraz commented 11 months ago

Draft - I will try to update the autosaves to create an autosave on PB instead of map load. This makes the saves more accurate for random game crashes and prevents the chance of a broken map being saved, essentially rendering the run useless.