ResoniteModdingGroup / MonkeyLoader.GamePacks.Resonite

MonkeyLoader Game Pack which provides hooks for Resonite mods.
https://resonitemoddinggroup.github.io/MonkeyLoader.GamePacks.Resonite/
GNU Lesser General Public License v3.0
14 stars 2 forks source link

Provide a save button for configs #4

Closed SectOLT closed 4 months ago

SectOLT commented 4 months ago

Currently, save only occurs on manual shutdown of the game. Unexpected crashes may lead to data loss. I would suggest adding a save button somewhere to force the save of the data locally for if ever the game decides to crash unexpectedly.

ljoonal commented 4 months ago

Even better, I would suggest flushing to disk basically immediately asynchronously after changes have been made, so that a save button wouldn't be necessary :stuck_out_tongue:

Banane9 commented 4 months ago

Even better, I would suggest flushing to disk basically immediately asynchronously after changes have been made, so that a save button wouldn't be necessary 😛

I'm not sure - a "reload saved" option to "soft reset" things may be useful too. It's like the middle ground between full reset to defaults and ... nothing xD