Custom games
When a game isn’t in the database — or stores saves somewhere unusual — add it yourself.
Add a custom game
Section titled “Add a custom game”Point SaveVault at a folder, a single file, or a glob. Repeat --path for multiple
patterns:
# A whole folder (all files within it)savevault-cli add "My Game" --path "C:\Users\Me\Saves\MyGame"
# Specific files / globssavevault-cli add "My Game" --path "C:\Users\Me\Saves\MyGame\*.sav" --path "C:\Users\Me\Saves\MyGame\*.cfg"In the GUI, use Settings → Custom Games. Adding, removing, editing, or importing a custom game patches only that entry’s scan cache — SaveVault doesn’t re-walk the whole database, so it’s effectively instant.
Share via TOML
Section titled “Share via TOML”Export your custom games to a TOML file and import them on another machine (or bundle them into a settings export). On import, a per-entry Add / Replace / Skip flow lets you resolve conflicts.