mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-02-27 22:21:28 +00:00
Change default Linux path to a generic and standard name
While the game so far has no official release on Linux, we cannot depend on any pre-installed path for the game. Even if it were, it would likely be a steam exclusive and constrained to $HOME/.local/share/Steam ... Instead, this adopts a more typical Debian-style path used for game data, that is putting it into /usr/share/games. This is already the path I have chosen when making the doom3bfg-data package[1] for the Arch Linux AUR, and currently both packages for RBDOOM-3-BFG patch this file in order to use this path. The more generic path name can facilitate the use of any other forks of BFG Edition that may come along, and everyone will benefit by sharing the same data path. [1] https://aur.archlinux.org/packages/doom3bfg-data/
This commit is contained in:
parent
4c7451aee3
commit
1c56560cc4
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ If you have questions concerning this license or the applicable additional terms
|
|||
#ifdef __APPLE__
|
||||
#define DEFAULT_BASEPATH "/Applications/RBDOOM-3-BFG.app/Contents/Resources"
|
||||
#else
|
||||
#define DEFAULT_BASEPATH "/usr/local/games/rbdoom-3-bfg"
|
||||
#define DEFAULT_BASEPATH "/usr/share/games/doom3bfg"
|
||||
#endif
|
||||
// RB end
|
||||
|
||||
|
|
Loading…
Reference in a new issue