Some users encountered issues of losing their game progress caused by crashes or colab disconnects. The ability for the game to autosave could mitigate this.
This pull request adds a setting toggle to automatically save the game after every action or command.
In order to avoid generating excessive save files, the saving behaviour had been changed to overwrite existing save files by default. A new save file could be created by using /save and choosing the desired option from prompt, or by supplying a save name using /save [name].
Some users encountered issues of losing their game progress caused by crashes or colab disconnects. The ability for the game to autosave could mitigate this.
This pull request adds a setting toggle to automatically save the game after every action or command.
In order to avoid generating excessive save files, the saving behaviour had been changed to overwrite existing save files by default. A new save file could be created by using
/save
and choosing the desired option from prompt, or by supplying a save name using/save [name]
.