Template:User game locations
From Unvanquished
If you installed the game using Flatpak, see Game locations for specific paths.
The default user directory is:
| Platform | Default user directory (homepath) |
|---|---|
| Linux #xdg | ${HOME}/.local/share/unvanquished
|
| Windows | %USERPROFILE%\Documents\My Games\Unvanquished
|
| macOS | ${HOME}/Library/Application Support/Unvanquished
|
- #xdg: More precisely:
${XDG_DATA_HOME:-${HOME}/.local/share}/unvanquished(it's an XDG data home directory).
