Game locations
From Unvanquished
Jump to:navigation,search
When using the Unvanquished launcher
When using theUnvanquished 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 anXDG 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 anXDG data home directory).
When installed using Flatpak
When installed using Flatpak, the default user path is:
Platform | Default user directory (homepath) |
---|---|
Linux (Flatpak) | ${HOME}/.var/app/net.unvanquished.Unvanquished/data/unvanquished/ |
The system directorys follows a different layout and can be split and stored in various places (as system install or user install). When installed system-wide, here is the parent directory for thepkg
directory, to be used asengine path (even if it's not the engine path) in tools likeNetRadiant:
/var/lib/flatpak/app/net.unvanquished.Unvanquished/current/active/files
When using the Universal zip
When usingUniversal zip, the default system paths are:
Platform | Default binary directory (libpath) |
---|---|
Linux/Windows | <Extracted directory> |
macOS | <Extracted directory>/Unvanquished.app/Contents/MacOS |
The default user paths are the same as the launcher ones.