SkyrimLE:ENBLocal INI Reference/Performance: Difference between revisions

From Step Mods | Change The Game
m (Text replace - "{{Notice Small|text=" to "{{alert small|type=notice|text=")
m (Text replace - "http://" to "https://")
Line 8: Line 8:


====EnableOcclusionCulling====
====EnableOcclusionCulling====
Enables/disables [http://en.wikipedia.org/wiki/Hidden_surface_determination Occlusion Culling]. It is enabled by default. Disabling this parameter will return Skyrim to its default behavior; however, this is not recommended. Leaving this this enabled can provide a performance increase.
Enables/disables [https://en.wikipedia.org/wiki/Hidden_surface_determination Occlusion Culling]. It is enabled by default. Disabling this parameter will return Skyrim to its default behavior; however, this is not recommended. Leaving this this enabled can provide a performance increase.
<pre>EnableOcclusionCulling=(false, true)</pre>
<pre>EnableOcclusionCulling=(false, true)</pre>


Line 17: Line 17:
<pre>EnableZPrepass=(false, true)</pre>
<pre>EnableZPrepass=(false, true)</pre>


{{alert|type=notice|text= EnableZPrepass might fail or cause issues if ''SkyrimPrefs.ini'' is not configured properly. It is recommended to not touch the shadow mask or zprepass parameters in the ''SkyrimPrefs.ini'' file! Boris has stated the below parameters should remain at their defaults. [http://enbseries.enbdev.com/forum/viewtopic.php?f=2&t=3750&start=40#p59955 Reference 1] [http://enbseries.enbdev.com/forum/viewtopic.php?f=2&t=3750&start=40#p59965 Reference 2] [http://enbseries.enbdev.com/forum/viewtopic.php?f=2&t=3750&sid=9ea83c7eb281d1c20235a64a46f60b82&start=120#p60189 Reference 3]
{{alert|type=notice|text= EnableZPrepass might fail or cause issues if ''SkyrimPrefs.ini'' is not configured properly. It is recommended to not touch the shadow mask or zprepass parameters in the ''SkyrimPrefs.ini'' file! Boris has stated the below parameters should remain at their defaults. [https://enbseries.enbdev.com/forum/viewtopic.php?f=2&t=3750&start=40#p59955 Reference 1] [https://enbseries.enbdev.com/forum/viewtopic.php?f=2&t=3750&start=40#p59965 Reference 2] [https://enbseries.enbdev.com/forum/viewtopic.php?f=2&t=3750&sid=9ea83c7eb281d1c20235a64a46f60b82&start=120#p60189 Reference 3]


'''SkyrimPrefs.ini Defaults:'''<br>
'''SkyrimPrefs.ini Defaults:'''<br>

Revision as of 06:28, November 2, 2020

[PERFORMANCE][edit | edit source]

This section includes a couple of settings related to performance.

SpeedHack[edit | edit source]

Enables/disables certain DX9 functions not required by ENBoost in order to save some overhead, which could lead to better performance. It is recommended to always have it enabled.

SpeedHack=(false, true)

EnableOcclusionCulling[edit | edit source]

Enables/disables Occlusion Culling. It is enabled by default. Disabling this parameter will return Skyrim to its default behavior; however, this is not recommended. Leaving this this enabled can provide a performance increase.

EnableOcclusionCulling=(false, true)