mirror of
https://github.com/OpenMW/openmw.git
synced 2025-04-27 19:06:48 +00:00
Settings file cleanup
This commit is contained in:
parent
24bb2e152c
commit
a73362f036
1 changed files with 2 additions and 14 deletions
|
@ -12,20 +12,11 @@ screen = 0
|
||||||
# Minimize the window if it loses key focus?
|
# Minimize the window if it loses key focus?
|
||||||
minimize on focus loss = true
|
minimize on focus loss = true
|
||||||
|
|
||||||
# Valid values:
|
# Valid values: 0 for no antialiasing, or any power of two
|
||||||
# none
|
antialiasing = 0
|
||||||
# MSAA 2
|
|
||||||
# MSAA 4
|
|
||||||
# MSAA 8
|
|
||||||
# MSAA 16
|
|
||||||
antialiasing = none
|
|
||||||
|
|
||||||
vsync = false
|
vsync = false
|
||||||
|
|
||||||
# opengl render to texture mode, valid options:
|
|
||||||
# PBuffer, FBO, Copy
|
|
||||||
opengl rtt mode = FBO
|
|
||||||
|
|
||||||
gamma = 1.00
|
gamma = 1.00
|
||||||
contrast = 1.00
|
contrast = 1.00
|
||||||
|
|
||||||
|
@ -54,9 +45,6 @@ texture filtering =
|
||||||
|
|
||||||
anisotropy = 4
|
anisotropy = 4
|
||||||
|
|
||||||
# Number of texture mipmaps to generate
|
|
||||||
num mipmaps = 8
|
|
||||||
|
|
||||||
screenshot format = png
|
screenshot format = png
|
||||||
|
|
||||||
[Shadows]
|
[Shadows]
|
||||||
|
|
Loading…
Reference in a new issue