1 #####################################################
3 # This is the GemRB Configuration file. #
4 # Here are defined some default parameters for #
5 # basic configuration and paths definition. #
7 # Parameters are defined as a Name=Value pair #
8 # The Value can be of three types: #
13 # The String value is represented as follows #
14 # i.e. H:\GemRB\plugins #
15 # Integers are defined as follows #
17 # Booleans are represented as 1 or 0 in this file #
19 # Lines starting with # are ignored #
21 #####################################################
23 #####################################################
25 # Game Type [String] Use one of the following #
29 # bg2 Baldur's Gate 2 : SoA or ToB #
30 # tob Baldur's Gate 2 : ToB (obsolete) #
32 # how IceWind Dale : HoW or ToTL #
33 # iwd2 IceWind Dale 2 #
34 # pst Planescape Torment #
37 #####################################################
41 #####################################################
42 # Game Name [String] Title for GemRB window, use #
43 # anything you wish, e.g. Baldur's Gate 3: RotFL #
44 #####################################################
46 GameName=Baldur's Gate 2
48 #####################################################
50 #####################################################
58 #Bits per pixel [Integer:16,32]
64 # Delay before tooltips appear [milliseconds]
67 #####################################################
69 #####################################################
71 # All volume options are in percents, with 100 #
72 # being the normal and default volume #
74 #####################################################
76 # Choices: openal (default), sdlaudio (faster, but limited featureset), none
79 # Volume of ambient sounds
82 # Volume during movie playback
85 # Volume of background music
88 # Volume of sound effects
91 # Volume of PC or NPC voices
94 #####################################################
95 # Case Sensitive Filesystem [Boolean] #
97 # If your installed game files are residing on a #
98 # case sensitive filesystem (ext2 on Linux) then #
99 # you need to set this value to 1, it has no #
100 # effect on Windows #
101 #####################################################
107 #####################################################
109 #####################################################
111 # GemRB may enhance the GUI of the Infinity Engine #
112 # games (so far only in bg2) creating functionally #
113 # new buttons or scrollbars where they weren't #
114 # present in original games. It may improve its #
115 # usability, but is not quite compatible with #
116 # mods changing graphics and alignment in the *.chu #
117 # files (e.g. the buttons will appear in old #
118 # coordinates and may stop being clickable). #
119 #####################################################
121 # Enable all gui enhancements ? [Boolean]
125 #####################################################
127 #####################################################
129 # Do not play intro videos [Boolean], useful for development
132 # Draw Frames per Second info [Boolean]
135 # Hide unexplored parts of a map
138 # Enable debug and cheat keystrokes, see docs/en/CheatKeys.txt
142 #####################################################
144 #####################################################
146 #####################################################
147 # Game Paths [String] #
149 # These are the paths where the Game you want to #
150 # play is installed. #
151 # Enter the full path to the directory. #
152 #####################################################
154 GamePath=/mnt/windows/Programmi/Black Isle/BGII - SoA/
155 CD1=/mnt/windows/Programmi/Black Isle/BGII - SoA/
156 CD2=/mnt/windows/Programmi/Black Isle/BGII - SoA/CD2/
157 CD3=/mnt/windows/Programmi/Black Isle/BGII - SoA/CD3/
158 CD4=/mnt/windows/Programmi/Black Isle/BGII - SoA/CD4/
159 CD5=/mnt/windows/Programmi/Black Isle/BGII - SoA/CD5/
161 #####################################################
162 # GemRB Cache Path [String] #
164 # This is the path where GemRB will store the #
165 # cached files, enter the full path to the GemRB #
167 #####################################################
171 #####################################################
172 # GemRB Save Path [String] #
174 # This is the path where GemRB looks for saved #
176 # Enter the full path to the directory containing #
177 # e.g. the 'save' subdirectory. #
179 # You do not have to specify this if you use save #
180 # subdir in the GamePath directory. #
181 #####################################################
183 #SavePath=/mnt/windows/Programmi/Black Isle/BGII - SoA/
185 ###### HERE BE DRAGONS #############################
186 ###### HERE BE DRAGONS #############################
187 ###### HERE BE DRAGONS #############################
188 # You shouldn't need to change anything below this point.
190 #####################################################
191 # GemRB Path [String] #
193 # This is the path where GemRB is stored, just #
194 # enter the full path to the GemRB executable #
195 #####################################################
197 #GemRBPath=@DATA_DIR@
199 #####################################################
200 # GemRB GUI Scripts Path [String] #
202 # This is the path where GemRB GUI scripts are #
203 # stored, usually these are in the GemRB directory #
204 # Enter the full path to the directory containing #
205 # the 'GUIScript' subdirectory. #
206 #####################################################
208 #GUIScriptsPath=@DATA_DIR@
210 #####################################################
211 # GemRB Plugins Path [String] #
213 # This is the path containing GemRB plugins #
214 # - shared libraries (.so) on Unixes, or #
215 # DLLs (.dll) on windows. #
216 # Enter the full path to the directory. #
218 # You may need to specify this path if running #
219 # GemRB from source directory on Linux. #
220 #####################################################
222 #PluginsPath=@PLUGIN_DIR@
224 #####################################################
225 # Game Data Path [String] #
227 # This is the subdirectory under GamePath where #
228 # game data files are stored. #
230 # You probably do NOT want to specify this! #
231 #####################################################
235 #####################################################
236 # Game Data Override Path [String] #
238 # This is the subdirectory under GamePath where #
239 # game data override files are stored. #
241 # You probably do NOT want to specify this! #
242 #####################################################
244 #GameOverridePath=override
246 #####################################################
247 # GemRB Data Override Path [String] #
249 # This is the path where GemRB looks for the GemRB #
250 # data override directory. #
252 # You probably do NOT want to specify this! #
253 #####################################################
255 #GemRBOverridePath=@DATA_DIR@
257 #####################################################
259 #####################################################