You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The game lets you create trimmed, compressed .tar.gz "save archives" from your saves for bug reporting purposes. These are saved to your save folder, which works just fine with Catapult:
However, if you create a backup when you have one of these archives in your save folder, it will not be saved correctly. When you restore the backup, instead of the archive, you get an empty folder with the same name as the archive:
This breaks the "create minimized save archive" feature for the world in question. I guess it gets confused by the existence of a non-file with the name and can't create a new .tar.gz
If it's not possible to just save and restore the .tar.gz, it should be deleted entirely to prevent this problem.
The text was updated successfully, but these errors were encountered:
The game lets you create trimmed, compressed .tar.gz "save archives" from your saves for bug reporting purposes. These are saved to your save folder, which works just fine with Catapult:
However, if you create a backup when you have one of these archives in your save folder, it will not be saved correctly. When you restore the backup, instead of the archive, you get an empty folder with the same name as the archive:
This breaks the "create minimized save archive" feature for the world in question. I guess it gets confused by the existence of a non-file with the name and can't create a new .tar.gz
If it's not possible to just save and restore the .tar.gz, it should be deleted entirely to prevent this problem.
The text was updated successfully, but these errors were encountered: