SkyrimLE:ENBLocal INI Reference/Performance: Difference between revisions

From Step Mods | Change The Game
No edit summary
Line 10: Line 10:
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 [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.
<pre>EnableOcclusionCulling=(false, true)</pre>
<pre>EnableOcclusionCulling=(false, true)</pre>
====EnableZPrepass====
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>EnableOcclusionCulling=(false, true)</pre>
{{Notice Small|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! }}





Revision as of 17:38, February 20, 2015

[PERFORMANCE][edit | edit source]

This section includes a couple of settings related to performance.

SpeedHack[edit | edit source]

Enables/disables the ENBoost features found in the [MEMORY] section further down in the file. It is recommended to always have it enabled for stability and performance.

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)

EnableZPrepass[edit | edit source]

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!).

EnableOcclusionCulling=(false, true)

Template:Notice Small