/etc/gemrb/baldurs-gate-2-tob.cfg is in gemrb-baldurs-gate-2 0.8.3-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | # Copy this file to ~/.gemrb/baldurs-gate-2.cfg and
# edit the GamePath setting to point to your Baldur's
# Gate 2 installation folder.
GameName=GemRB - Baldur's Gate 2: Throne of Bhaal
GameType=bg2
# When the game's data is located in separate folders, more CDs paths
# can be specified with CD2, CD3, ...
GamePath=/usr/share/gemrb/baldurs-gate-2-en
CD1=/usr/share/gemrb/baldurs-gate-2-en/cd1/
# This is the maximum and ideal resolution for the original game
# Higher resolution support requires a third-party community patch
# More information about mods and patches can be found on http://gibberlings3.net/
Fullscreen=0
Width=1024
Height=768
Bpp=32
TooltipDelay=500
#AudioDriver = openal
#VolumeAmbients = 100
#VolumeMovie = 100
#VolumeMusic = 100
#VolumeSFX = 100
#VolumeVoices = 100
GUIEnhancements = 15
CachePath=~/.cache/baldurs-gate-2-tob/
SavePath=~/.local/share/baldurs-gate-2-tob/
|