Advertisement
Xenuria

Settings File

Feb 9th, 2019
548
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.60 KB | None | 0 0
  1. # This is the OpenMW user 'settings.cfg' file. This file only contains
  2. # explicitly changed settings. If you would like to revert a setting
  3. # to its default, simply remove it from this file. For available
  4. # settings, see the file 'settings-default.cfg' or the documentation at:
  5. #
  6. # https://wiki.openmw.org/index.php?title=Settings
  7.  
  8. [Video]
  9. fullscreen = true
  10. resolution x = 3840
  11. resolution y = 2160
  12. vsync = false
  13. framerate limit = 60
  14. window border = true
  15. antialiasing = 0
  16. gamma = 1.06986
  17. [Camera]
  18. small feature culling = false
  19. small feature culling pixel size = 2.0
  20. field of view = 75.2365
  21. first person field of view = 70
  22. viewing distance = 14285
  23. [Cells]
  24. preload enabled = true
  25. exterior cell load distance = 2
  26. preload exterior grid = true
  27. preload fast travel = true
  28. preload doors = true
  29. preload instances = true
  30. preload cell cache max = 50
  31. preload num threads = 3
  32. preload distance = 1000
  33. prediction time = 1
  34. preload cache expiry delay = 120
  35. cache expiry delay = 120
  36. preload cell cache min = 25
  37. target framerate = 60
  38. pointers cache size = 70
  39. [GUI]
  40. subtitles = true
  41. scaling factor = 1.8
  42. font size = 16
  43. stretch menu background = true
  44. menu transparency = 1
  45. [Game Settings]
  46. show owned = 1
  47. show effect duration = true
  48. show projectile damage = true
  49. show melee info = true
  50. show enchant chance = true
  51. [Sound]
  52. footsteps volume = 0.309831
  53. music volume = 0
  54. master volume = 1
  55. sfx volume = 0.731573
  56. voice volume = 0.849785
  57. [General Settings]
  58. anisotropy = 0
  59. toggle sneak = true
  60.  
  61. [saves]
  62. timeplayed = true
  63. [water]
  64. refraction = true
  65.  
  66. [Shaders]
  67. force shaders = true
  68. auto use object normal maps = true
  69. auto use terrain normal maps = true
  70. auto use object specular maps = true
  71. auto use terrain specular maps = true
  72. clamp lighting = false
  73. sfx volume = 0.115011
  74. voice volume = 0.80188
  75. force per pixel lighting = true
  76. enable shadows = true
  77. [Terrain]
  78. distant terrain = true
  79. [Saves]
  80. character = OldSmeller
  81.  
  82. timeplayed = true
  83. [Windows]
  84. inventory h = 0.5475
  85. inventory w = 0.411392
  86. inventory x = 0
  87. inventory y = 0.4525
  88. stats h = 0.45375
  89. stats w = 0.411392
  90. stats x = 0
  91. stats y = 0
  92. map h = 0.518333
  93. map w = 0.267229
  94. map x = 0.732771
  95. map y = 0.000000
  96. dialogue h = 0.57875
  97. dialogue w = 0.577356
  98. dialogue x = 0.148383
  99. dialogue y = 0.0825
  100. spells h = 0.481250
  101. spells w = 0.265823
  102. spells x = 0.734177
  103. spells y = 0.518750
  104.  
  105. barter h = 0.924439
  106. barter w = 0.372093
  107. barter x = 0.625914
  108. barter y = 0
  109. console h = 0.335833
  110. console w = 0.21097
  111. console x = 0.0511017
  112. console y = 0.0583333
  113. inventory container h = 0.521842
  114. inventory container w = 0.464452
  115. inventory container x = 0
  116. inventory container y = 0.476978
  117. container h = 0.284534
  118. container w = 0.409967
  119. container x = 0.489037
  120. container y = 0.0306966
  121. alchemy h = 0.70366
  122. alchemy w = 0.499668
  123. alchemy x = 0.249834
  124. alchemy y = 0.249115
  125. inventory barter h = 0.571429
  126. inventory barter w = 0.621927
  127. inventory barter x = 0.0292359
  128. inventory barter y = 0.412042
  129. map pin = false
  130. [General]
  131. anisotropy = 16
  132. texture mipmap = linear
  133.  
  134. [Water]
  135. reflect actors = true
  136. refraction = true
  137. rtt size = 2048
  138. shader = true
  139.  
  140. [Input]
  141. always run = false
  142.  
  143. toggle sneak = true
  144. allow third person zoom = true
  145. camera sensitivity = 0.555236
  146. [Map]
  147. global = false
  148. local map resolution = 256
  149. local map hud widget size = 256
  150. local map hud fog of war = false
  151. global map cell size = 36
  152. local map cell distance = 1
  153. [Game]
  154. difficulty = 8.61086
  155. followers attack on sight = true
  156. show effect duration = true
  157. show enchant chance = true
  158. show melee info = true
  159. show owned = 3
  160. show projectile damage = true
  161. barter disposition change is permanent = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement