steviegt6 / holocure-modloader

HoloCure mod loader written in C#.
GNU General Public License v3.0
14 stars 0 forks source link

[Feature] Better Backup Handling #1

Closed steviegt6 closed 2 years ago

steviegt6 commented 2 years ago

Currently, backups and created and saved indefinitely. Instead, we should:

With these changes, we can also look for backups at launch and replace the data file with the backup prior to doing patching (in the event that the entire program crashes or something else stops us from restoring the backup).

steviegt6 commented 2 years ago

Superseded by #5.