SkyrimLE:ENBLocal INI Reference/Performance: Difference between revisions

From Step Mods | Change The Game
m (Text replace - " Category:INI Settings" to "")
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div class="nonumtoc">{{TOC right}}</div>[[Category:Configuration Settings]]
<div class="nonumtoc">{{TOC}}</div>[[Category:ENB Settings]]
==[PERFORMANCE]==
==[PERFORMANCE]==
This section includes a couple of settings related to performance.
This section includes a couple of settings related to performance.
Line 13: Line 13:
<!--
<!--
====EnableZPrepass====
====EnableZPrepass====
{{alert small|type=notice|text=Removed in version 0.277. This will remain for a few more versions to allow Presets to catch up.}}
{{AlertSmall‏‎|type=notice|text=Removed in version 0.277. This will remain for a few more versions to allow Presets to catch up.}}
Enables/disables Zprepass. It is disabled by default. Zprepass works by telling the GPU to not draw pixels which are behind objects which are close to the camera; thus, increasing performance. Performance gain will be dependent on camera angle, visible objects, screen resolution, and video memory bandwidth.  It may fail if skyrimprefs.ini is not configured properly (do not touch shadow mask or zprepass there!).
Enables/disables Zprepass. It is disabled by default. Zprepass works by telling the GPU to not draw pixels which are behind objects which are close to the camera; thus, increasing performance. Performance gain will be dependent on camera angle, visible objects, screen resolution, and video memory bandwidth.  It may fail if skyrimprefs.ini is not configured properly (do not touch shadow mask or zprepass there!).
<pre>EnableZPrepass=(false, true)</pre>
<pre>EnableZPrepass=(false, true)</pre>

Latest revision as of 15:47, August 3, 2021

[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)