Advertisement
Guest User

Untitled

a guest
Jan 4th, 2025
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 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 'files/settings-default.cfg' in our source repo or the documentation at:
  5. #
  6. # https://openmw.readthedocs.io/en/master/reference/modding/settings/index.html
  7.  
  8. [Camera]
  9. viewing distance = 286720
  10.  
  11. [Fog]
  12. sky blending start = 0.8
  13. distant fog = 0
  14.  
  15. [Video]
  16. resolution x = 1920
  17. resolution y = 1080
  18. window mode = 0
  19. antialiasing = 0
  20. screen = 1
  21.  
  22. [Shaders]
  23. apply lighting to environment maps = true
  24. auto use object normal maps = true
  25. auto use object specular maps = true
  26. auto use terrain normal maps = true
  27. auto use terrain specular maps = true
  28. clamp lighting = false
  29. force per pixel lighting = true
  30. lighting method = shaders
  31.  
  32. [GUI]
  33. subtitles = true
  34. color topic enable = true
  35. font size = 18
  36. menu transparency = 1
  37.  
  38. [Saves]
  39. character = Gin
  40. timeplayed = true
  41.  
  42. [Windows]
  43. inventory h = 0.53625
  44. inventory w = 0.6125
  45. inventory x = 0.0148437
  46. inventory y = 0.38375
  47. spells h = 0.50375
  48. spells w = 0.359375
  49. spells x = 0.629687
  50. spells y = 0.39
  51. stats h = 0.365
  52. stats w = 0.610937
  53. stats x = 0.0148437
  54. stats y = 0.015
  55.  
  56. [Terrain]
  57. object paging min size = 0.03
  58. distant terrain = true
  59. object paging = true
  60.  
  61. [Shadows]
  62. actor shadows = true
  63. enable shadows = true
  64. object shadows = true
  65. player shadows = true
  66. terrain shadows = true
  67.  
  68. [Post Processing]
  69. enabled = true
  70. chain = clouds,fxaa,adjustments,bloomlinear
  71.  
  72. [Input]
  73. always run = true
  74.  
  75. [Map]
  76. global = true
  77.  
  78. [Game]
  79. best attack = true
  80.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement