Skip to content

v1.10.0 — game save backup & restore (ludusavi)

Choose a tag to compare

@github-actions github-actions released this 12 Jul 11:14
· 18 commits to main since this release

💾 Save backup & restore

Two new actions in the game menu of the Epic, GOG and Amazon stores (installed games only):

  • Backup saves — snapshots the game's progression into ~/.local/share/skullkey-saves.
  • Restore saves — (with confirmation) puts the files back at their original locations.

Powered by ludusavi: a native binary from PATH is used when present, otherwise the latest release is downloaded automatically into an isolated directory (isolated XDG dirs — your own ludusavi setup is never touched). The game is matched against the ludusavi manifest from its store title, and the backup scans the game's own Proton prefix (compatdata/<id>/pfx), so each Steam account's saves stay separate.

Note: a "No save files found" result can be legitimate — some games only create their save folder after the first manual save.

Docs: new saves bullet in the READMEs (9 languages) + CHANGELOG entry.