Advertisement
zaphida

settings.cfg 0.48.0

Aug 28th, 2022
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.07 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. resolution x = 1700
  10. resolution y = 960
  11. fullscreen = false
  12. window mode = 2
  13. gamma = 1.66326
  14. antialiasing = 0
  15. framerate limit = 120
  16.  
  17. [GUI]
  18. subtitles = true
  19. menu transparency = 0.670867
  20.  
  21. [Input]
  22. always run = true
  23. camera sensitivity = 0.524512
  24.  
  25. [Saves]
  26. character = Arthus - 1
  27. timeplayed = true
  28.  
  29. [Windows]
  30. container h = 0.382407
  31. container w = 0.425
  32. container x = 0.519792
  33. container y = 0.219444
  34. inventory h = 0.443519
  35. inventory w = 0.507292
  36. inventory x = 0.104687
  37. inventory y = 0.366667
  38. spells h = 0.246296
  39. spells w = 0.207813
  40. spells x = 0.785937
  41. spells y = 0
  42. stats h = 0.318483
  43. stats w = 0.309375
  44. stats x = 0.283854
  45. stats y = 0.0104265
  46. dialogue h = 0.355556
  47. dialogue w = 0.314063
  48. dialogue x = 0.575521
  49. dialogue y = 0.152778
  50. map h = 0.678704
  51. map w = 0.378646
  52. map x = 0.621354
  53. map y = 0.264815
  54. barter h = 0.493519
  55. barter w = 0.366146
  56. barter x = 0
  57. barter y = 0.0851852
  58. inventory barter h = 0.394444
  59. inventory barter w = 0.544792
  60. inventory barter x = 0.119792
  61. inventory barter y = 0.605556
  62. inventory container h = 0.380556
  63. inventory container w = 0.45
  64. inventory container x = 0.0786458
  65. inventory container y = 0.619444
  66. console h = 0.465741
  67. console w = 1
  68. console x = 0
  69. console y = 0
  70. postprocessor h = 0.95
  71. postprocessor w = 0.46875
  72. postprocessor x = 0.240625
  73. postprocessor y = 0.05
  74. map hidden = false
  75. spells hidden = false
  76. # invalid setting: inventory companion h = 0.37963
  77. # invalid setting: inventory companion w = 0.239583
  78. # invalid setting: inventory companion x = 0.0145833
  79. # invalid setting: inventory companion y = 0.536111
  80. inventory companion h = 0.397222
  81. inventory companion w = 0.45
  82. inventory companion x = 0.161458
  83. inventory companion y = 0.440741
  84. companion h = 0.62963
  85. companion w = 0.379687
  86. companion x = 0.641146
  87. companion y = 0.253704
  88.  
  89. [Camera]
  90. viewing distance = 299991
  91. third person camera distance = 30
  92.  
  93. [Fog]
  94. sky blending start = 0.8
  95. exponential fog = true
  96. radial fog = true
  97. sky blending = true
  98. use distant fog = false
  99.  
  100. [Sound]
  101. master volume = 0.443944
  102. music volume = 0.365037
  103. footsteps volume = 0.317032
  104. device =
  105. hrtf =
  106. sfx volume = 0.644764
  107.  
  108. [General]
  109. anisotropy = 16
  110. texture mipmap = linear
  111.  
  112. [Map]
  113. global = false
  114. allow zooming = true
  115.  
  116. [Shaders]
  117. lighting method = shaders
  118. antialias alpha test = false
  119. apply lighting to environment maps = true
  120. auto use object normal maps = true
  121. auto use object specular maps = true
  122. auto use terrain normal maps = true
  123. auto use terrain specular maps = true
  124. soft particles = true
  125.  
  126. [Water]
  127. rain ripple detail = 2
  128. refraction = true
  129. rtt size = 2048
  130. shader = true
  131.  
  132. [Post Processing]
  133. enabled = true
  134. chain = adjustments,fxaa,clouds
  135.  
  136. [Game]
  137. shield sheathing = true
  138. smooth movement = true
  139. turn to movement direction = true
  140. use additional anim sources = true
  141. use magic item animations = true
  142. weapon sheathing = true
  143. prevent merchant equipping = true
  144. show melee info = true
  145. show projectile damage = true
  146. actors processing range = 4904
  147. best attack = true
  148. difficulty = -1
  149. NPCs avoid collisions = true
  150. NPCs give way = true
  151. allow actors to follow over water surface = true
  152. always allow stealing from knocked out actors = false
  153. barter disposition change is permanent = true
  154. classic reflected absorb spells behavior = true
  155. enchanted weapons are magical = true
  156. normalise race speed = false
  157. rebalance soul gem values = true
  158. show enchant chance = true
  159. show owned = 3
  160. strength influences hand to hand = 1
  161. swim upward correction = true
  162. trainers training skills based on base skill = true
  163. uncapped damage fatigue = false
  164.  
  165. [Terrain]
  166. distant terrain = true
  167. object paging = true
  168. object paging min size = 0.04
  169.  
  170. [Shadows]
  171. actor shadows = true
  172. enable shadows = true
  173. object shadows = true
  174. player shadows = true
  175. terrain shadows = true
  176.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement