qrrk / Catapult

A cross-platform launcher for Cataclysm: DDA and BN
MIT License
391 stars 63 forks source link

Savegame backups are now stored as zips #137

Closed benway7000 closed 7 months ago

benway7000 commented 11 months ago

Backup performs a zip operation using Info-Zip zip.exe; restore performs an unzip. The multi-world handling is unchanged; all worlds are zipped up into their own zip, and all worlds are restored after deleting the existing save (thus removing any worlds not in the backup).

Resolves #136

Tested on Windows & Linux with multiple worlds. One world has a space in the name to test for proper quoting.

benway7000 commented 10 months ago

Added a few fixes that I found via playing on different machines:

AriaMoradi commented 7 months ago

Suppressed by #148