Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Restoring backup breaks ability to create compressed save archive #170

Open
Terrorforge opened this issue Aug 3, 2024 · 0 comments

Comments

@Terrorforge
Copy link

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:

image

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:

image

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant