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=../gemrb/tests/minimal
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 #####################################################
169 CachePath=./gemrb/Cache/
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 #####################################################
186 # GemRB Path [String] #
188 # This is the path where GemRB is stored, just #
189 # enter the full path to the GemRB executable #
190 #####################################################
194 #####################################################
195 # GemRB GUI Scripts Path [String] #
197 # This is the path where GemRB GUI scripts are #
198 # stored, usually these are in the GemRB directory #
199 # Enter the full path to the directory containing #
200 # the 'GUIScript' subdirectory. #
201 #####################################################
205 #####################################################
206 # GemRB Plugins Path [String] #
208 # This is the path containing GemRB plugins #
209 # - shared libraries (.so) on Unixes, or #
210 # DLLs (.dll) on windows. #
211 # Enter the full path to the directory. #
213 # You may need to specify this path if running #
214 # GemRB from source directory on Linux. #
215 #####################################################
217 PluginsPath=./gemrb/plugins/
219 #####################################################
220 # Game Data Path [String] #
222 # This is the subdirectory under GamePath where #
223 # game data files are stored. #
225 # You probably do NOT want to specify this! #
226 #####################################################
230 #####################################################
231 # Game Data Override Path [String] #
233 # This is the subdirectory under GamePath where #
234 # game data override files are stored. #
236 # You probably do NOT want to specify this! #
237 #####################################################
239 #GameOverridePath=override
241 #####################################################
242 # GemRB Data Override Path [String] #
244 # This is the path where GemRB looks for the GemRB #
245 # data override directory. #
247 # You probably do NOT want to specify this! #
248 #####################################################
250 #GemRBOverridePath=/usr/share/games/gemrb
252 #####################################################
254 #####################################################