Advertisement
Guest User

Untitled

a guest
Mar 2nd, 2013
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.12 KB | None | 0 0
  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. #####################################################
  22.  
  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 #
  30. # tob Baldur's Gate 2 : ToB #
  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. #####################################################
  38.  
  39. GameType=bg2
  40.  
  41. #####################################################
  42. # Game Name [String] Title for GemRB window, use #
  43. # anything you wish, e.g. Baldur's Gate 3: RotFL #
  44. #####################################################
  45.  
  46. GameName=Baldur's Gate 2
  47.  
  48. #####################################################
  49. # Video Parameters #
  50. #####################################################
  51.  
  52. #Screen width
  53. Width=1024
  54.  
  55. #Screen height
  56. Height=768
  57.  
  58. #Bits per pixel [Integer:16,24,32]
  59. Bpp=16
  60.  
  61. #Fullscreen [Boolean]
  62. Fullscreen=0
  63.  
  64. # Delay before tooltips appear [milliseconds]
  65. TooltipDelay=500
  66.  
  67. #####################################################
  68. # Audio Parameters #
  69. #####################################################
  70. # #
  71. # All volume options are in percents, with 100 #
  72. # being the normal and default volume #
  73. # #
  74. #####################################################
  75.  
  76. # Volume of ambient sounds
  77. VolumeAmbients = 100
  78.  
  79. # Volume during movie playback
  80. VolumeMovie = 100
  81.  
  82. # Volume of background music
  83. VolumeMusic = 100
  84.  
  85. # Volume of sound effects
  86. VolumeSFX = 100
  87.  
  88. # Volume of PC or NPC voices
  89. VolumeVoices = 100
  90.  
  91. #####################################################
  92. # Case Sensitive Filesystem [Boolean] #
  93. # #
  94. # If your installed game files are residing on a #
  95. # case sensitive filesystem (ext2 on Linux) then #
  96. # you need to set this value to 1, it has no #
  97. # effect on Windows #
  98. #####################################################
  99.  
  100. CaseSensitive=1
  101.  
  102. #GameOnCD=0
  103.  
  104. #####################################################
  105. # Debug #
  106. #####################################################
  107.  
  108. # Do not play intro videos [Boolean], useful for development
  109. SkipIntroVideos=1
  110.  
  111. # Draw Frames per Second info [Boolean]
  112. DrawFPS=1
  113.  
  114. # Hide unexplored parts of a map
  115. #FogOfWar=1
  116.  
  117. # Enable debug and cheat keystrokes, see docs/en/CheatKeys.txt
  118. # full listing
  119. #EnableCheatKeys=1
  120.  
  121. #####################################################
  122. # Paths #
  123. #####################################################
  124.  
  125. #####################################################
  126. # Game Paths [String] #
  127. # #
  128. # These are the paths where the Game you want to #
  129. # play is installed. #
  130. # Enter the full path to the directory. #
  131. #####################################################
  132.  
  133. GamePath=/Users/Irfaan/Applications/Baldurs Gate II/
  134. CD1=/Users/Irfaan/Applications/Baldurs Gate II/data
  135. CD2=/Users/Irfaan/Applications/Baldurs Gate II/data
  136. CD3=/Users/Irfaan/Applications/Baldurs Gate II/data
  137. CD4=/Users/Irfaan/Applications/Baldurs Gate II/data
  138. CD5=/Users/Irfaan/Applications/Baldurs Gate II/data
  139.  
  140. #####################################################
  141. # GemRB Path [String] #
  142. # #
  143. # This is the path where GemRB is stored, just #
  144. # enter the full path to the GemRB executable #
  145. #####################################################
  146.  
  147. GemRBPath=/Users/Irfaan/Downloads/GemRB.app/Contents/MacOS/
  148.  
  149. #####################################################
  150. # GemRB Cache Path [String] #
  151. # #
  152. # This is the path where GemRB will store the #
  153. # cached files, enter the full path to the GemRB #
  154. # Cache directory. #
  155. #####################################################
  156.  
  157. #CachePath=./Cache/
  158.  
  159. #####################################################
  160. # GemRB GUI Scripts Path [String] #
  161. # #
  162. # This is the path where GemRB GUI scripts are #
  163. # stored, usually these are in the GemRB directory #
  164. # Enter the full path to the directory containing #
  165. # the 'GUIScript' subdirectory. #
  166. #####################################################
  167.  
  168. GUIScriptsPath=/Users/Irfaan/Downloads/GemRB.app/Contents/Resources/
  169.  
  170. #####################################################
  171. # GemRB Plugins Path [String] #
  172. # #
  173. # This is the path containing GemRB plugins #
  174. # - shared libraries (.so) on Unixes, or #
  175. # DLLs (.dll) on windows. #
  176. # Enter the full path to the directory. #
  177. # #
  178. # You may need to specify this path if running #
  179. # GemRB from source directory on Linux. #
  180. #####################################################
  181.  
  182. #PluginsPath=./plugins/
  183.  
  184. #####################################################
  185. # GemRB Save Path [String] #
  186. # #
  187. # This is the path where GemRB looks for saved #
  188. # games. #
  189. # Enter the full path to the directory containing #
  190. # e.g. the 'save' subdirectory. #
  191. # #
  192. # You do not have to specify this if you use save #
  193. # subdir in the GamePath directory. #
  194. #####################################################
  195.  
  196. #SavePath=/mnt/windows/Programmi/Black Isle/BGII - SoA/
  197.  
  198. #####################################################
  199. # Game Data Path [String] #
  200. # #
  201. # This is the subdirectory under GamePath where #
  202. # game data files are stored. #
  203. # #
  204. # You probably do NOT want to specify this! #
  205. #####################################################
  206.  
  207. #GameDataPath=data
  208.  
  209. #####################################################
  210. # Game Data Override Path [String] #
  211. # #
  212. # This is the subdirectory under GamePath where #
  213. # game data override files are stored. #
  214. # #
  215. # You probably do NOT want to specify this! #
  216. #####################################################
  217.  
  218. #GameOverridePath=override
  219.  
  220. #####################################################
  221. # GemRB Data Override Path [String] #
  222. # #
  223. # This is the path where GemRB looks for the GemRB #
  224. # data override directory. #
  225. # #
  226. # You probably do NOT want to specify this! #
  227. #####################################################
  228.  
  229. #GemRBOverridePath=/usr/share/games/gemrb
  230.  
  231. #####################################################
  232. # END #
  233. #####################################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement