NoitaSaveManager
NoitaSaveManager copied to clipboard
A tool for managing Noita save files.
Currently, the game is being launched directly via the game exe. However, when launched this way, steam doesn't recognize the game being launched, which prevents the steam overlay from enabling....
Some users would like support for playing beta branch, we should add a setting allowing selection of the branch to play on.
We should monitor the game's running life-cycle, disabling the relevant buttons when the game is running to prevent multiple launches. - [x] Update launcher code to support life-cycle monitoring -...
We should add the ability for users to store seeds, alongside some space to describe the seed.
We need a small settings interface to allow users to configure the application. - [ ] Create new form for Settings - [ ] Create settings save and load code
Currently when handling a save/load we can lock the main UI thread and the user may think the program has crashed (this is more apparent on slower drives and bigger...