Template:Game locations
From Unvanquished
If you installed the game using Flatpak or Universal zip or other means, see Game locations for specific paths.
When using the Unvanquished launcher, the default system paths are:
Platform | Default binary directory (libpath) |
---|---|
Linux #xdg | ${HOME}/.local/share/unvanquished/base
|
Windows | %ProgramFiles%\Unvanquished
|
macOS | ${HOME}/Games/Unvanquished/Unvanquished.app/Contents/MacOS
|
- #xdg: More precisely:
${XDG_DATA_HOME:-${HOME}/.local/share}/unvanquished/base
(it's an XDG data home directory).
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).
Template Helpview
This template lists the locations of:
- Default game install directories,
- Default user storage directories used by the game.