SetupWishCore: fixed table lookup being out of bounds for the wisest pcs
[gemrb.git] / gemrb / GemRB.cfg.sample.in
blob4b4dfbdac7a4a05f7672bed2ea45020407b94933
1 #####################################################
2 #                                                   #
3 #  This is the GemRB Configuration file.            #
4 #  Here are defined some default parameters for     #
5 #  basic configuration and paths definition.        #
6 #                                                   #
7 #  Parameters are defined as a Name=Value pair      #
8 #  The Value can be of three types:                 #
9 #      - String                                     #
10 #      - Integer                                    #
11 #      - Boolean                                    #
12 #                                                   #
13 #  The String value is represented as follows       #
14 #  i.e. H:\GemRB\plugins                            #
15 #  Integers are defined as follows                  #
16 #  i.e. 12723                                       #
17 #  Booleans are represented as 1 or 0 in this file  #
18 #                                                   #
19 #  Lines starting with # are ignored                #
20 #                                                   #
21 #####################################################
23 #####################################################
24 #                                                   #
25 #  Game Type [String] Use one of the following      #
26 #  values:                                          #
27 #                                                   #
28 #  bg1       Baldur's Gate                          #
29 #  bg2       Baldur's Gate 2 : SoA or ToB           #
30 #  tob       Baldur's Gate 2 : ToB (obsolete)       #
31 #  iwd       IceWind Dale                           #
32 #  how       IceWind Dale : HoW or ToTL             #
33 #  iwd2      IceWind Dale 2                         #
34 #  pst       Planescape Torment                     #
35 #  (More will come)                                 #
36 #                                                   #
37 #####################################################
39 GameType=bg2
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 #####################################################
49 #  Video Parameters                                 #
50 #####################################################
52 #Screen width
53 Width=640
55 #Screen height
56 Height=480
58 #Bits per pixel [Integer:16,32]
59 Bpp=32
61 #Fullscreen [Boolean]
62 Fullscreen=0
64 # Delay before tooltips appear [milliseconds]
65 TooltipDelay=500
67 #####################################################
68 #  Audio Parameters                                 #
69 #####################################################
70 #                                                   #
71 # All volume options are in percents, with 100      #
72 # being the normal and default volume               #
73 #                                                   #
74 #####################################################
76 # Choices: openal (default), sdlaudio (faster, but limited featureset), none
77 #AudioDriver = openal
79 # Volume of ambient sounds
80 #VolumeAmbients = 100
82 # Volume during movie playback
83 #VolumeMovie = 100
85 # Volume of background music
86 #VolumeMusic = 100
88 # Volume of sound effects
89 #VolumeSFX = 100
91 # Volume of PC or NPC voices
92 #VolumeVoices = 100
94 #####################################################
95 #  Case Sensitive Filesystem [Boolean]              #
96 #                                                   #
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 #####################################################
103 #CaseSensitive=1
105 #GameOnCD=0
107 #####################################################
108 #  GUI Parameters                                   #
109 #####################################################
110 #                                                   #
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]
122 GUIEnhancements = 1
125 #####################################################
126 #  Debug                                            #
127 #####################################################
129 # Do not play intro videos [Boolean], useful for development
130 #SkipIntroVideos=1
132 # Draw Frames per Second info [Boolean]
133 #DrawFPS=1
135 # Hide unexplored parts of a map
136 #FogOfWar=1
138 # Enable debug and cheat keystrokes, see docs/en/CheatKeys.txt
139 #   full listing
140 #EnableCheatKeys=1
142 #####################################################
143 #  Paths                                            #
144 #####################################################
146 #####################################################
147 #  Game Paths [String]                              #
148 #                                                   #
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]                        #
163 #                                                   #
164 #  This is the path where GemRB will store the      #
165 #  cached files, enter the full path to the GemRB   #
166 #  Cache directory.                                 #
167 #####################################################
169 CachePath=./Cache/
171 #####################################################
172 #  GemRB Save Path [String]                         #
173 #                                                   #
174 #  This is the path where GemRB looks for saved     #
175 #  games.                                           #
176 #  Enter the full path to the directory containing  #
177 #  e.g. the 'save' subdirectory.                    #
178 #                                                   #
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]                              #
192 #                                                   #
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]                  #
201 #                                                   #
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]                      #
212 #                                                   #
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.            #
217 #                                                   #
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]                          #
226 #                                                   #
227 #  This is the subdirectory under GamePath where    #
228 #  game data files are stored.                      #
229 #                                                   #
230 #  You probably do NOT want to specify this!        #
231 #####################################################
233 #GameDataPath=data
235 #####################################################
236 #  Game Data Override Path [String]                 #
237 #                                                   #
238 #  This is the subdirectory under GamePath where    #
239 #  game data override files are stored.             #
240 #                                                   #
241 #  You probably do NOT want to specify this!        #
242 #####################################################
244 #GameOverridePath=override
246 #####################################################
247 #  GemRB Data Override Path [String]                #
248 #                                                   #
249 #  This is the path where GemRB looks for the GemRB #
250 #  data override directory.                         #
251 #                                                   #
252 #  You probably do NOT want to specify this!        #
253 #####################################################
255 #GemRBOverridePath=@DATA_DIR@
257 #####################################################
258 #  END                                              #
259 #####################################################