Advertisement
Guest User

Untitled

a guest
May 23rd, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.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://openmw.readthedocs.io/en/master/reference/modding/settings/index.html
  7.  
  8. [Camera]
  9. field of view = 70
  10.  
  11. [Video]
  12. antialiasing = 0
  13. fullscreen = true
  14. resolution x = 1440
  15. resolution y = 900
  16. framerate limit = 30.0
  17. vsync = false
  18.  
  19. [Sound]
  20. buffer cache max = 64
  21.  
  22. [Water]
  23. refraction = true
  24. shader = true
  25.  
  26. [Game]
  27. weapon sheathing = true
  28. use additional anim sources = true
  29. barter disposition change is permanent = true
  30. followers attack on sight = true
  31. only appropriate ammunition bypasses resistance = true
  32. prevent merchant equipping = true
  33. rebalance soul gem values = true
  34. show effect duration = true
  35. show enchant chance = true
  36. show melee info = true
  37. show owned = 3
  38. show projectile damage = true
  39. use magic item animations = true
  40.  
  41. difficulty = 100
  42. strength influences hand to hand = 2
  43. [Input]
  44. allow third person zoom = true
  45. toggle sneak = true
  46.  
  47. [Saves]
  48. max quicksaves = 6
  49. timeplayed = true
  50.  
  51. character = Dram_Hlervu
  52. [General]
  53. anisotropy = 0
  54.  
  55. [Map]
  56. global = true
  57.  
  58. [Windows]
  59. map h = 0.420833
  60. map w = 0.539931
  61. map x = 0.448785
  62. map y = 0.000000
  63.  
  64. spells h = 0.448611
  65. spells w = 0.359375
  66. spells x = 0.629340
  67. spells y = 0.450000
  68. stats h = 0.483333
  69. stats w = 0.427083
  70. stats x = 0.014757
  71. stats y = 0.000000
  72. [GUI]
  73. scaling factor = 1.25
  74. menu transparency = 0.683668
  75. stretch menu background = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement