R4wizard / NoitaSaveManager

A tool for managing Noita save files.
GNU General Public License v3.0
17 stars 2 forks source link

Make saves work in 1.0 #25

Closed public closed 3 years ago

public commented 3 years ago

In 1.0 saves seem to get generated with a mix of encrypted an unencrypted files. This makes all the save handling code check for both XML and Salakieli files.

It seems like on exit a new autosave is always created but the save you loaded from doesn't get updated. I get this is intentional to enable save scumming? :)