SkyrimLE:ENBLocal INI Reference/Engine

From Step Mods | Change The Game
< SkyrimLE:ENBLocal INI Reference
Revision as of 02:00, January 18, 2015 by Z929669 (talk | contribs) (Created page with "<div class="nonumtoc">{{TOC right}}</div> ==[ENGINE]== The parameters in this section affectthe game engine behavior. {{Notice Small|It's noted by Boris that it is best to fo...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

[ENGINE][edit | edit source]

The parameters in this section affectthe game engine behavior. Template:Notice Small

ForceAnisotropicFiltering[edit | edit source]

This will force anisotropic filtering for all textures with a linear filtering type. Textures which should not have anisotropic filtering are not filtered.

ForceAnisotropicFiltering=(false, true)

MaxAnisotropy[edit | edit source]

This is the level of anisotropy filtering. The values are 2, 4, 6, 8, 10, 12, 14, and 16; higher values provide better quality.

MaxAnisotropy=(2, 4, 6, 8, 10, 12, 14, 16)

ForceLodBias[edit | edit source]

This parameter forces LOD Bias for all LOD textures.

ForceLodBias=(false, true)

LodBias[edit | edit source]

LOD Bias controls the sharpness of LOD textures. Values should be between -0.5 and 0.5; any higher or lower and texture degradation is highly probable. Lower values result in sharper textures.

LodBias=(1..16)

EnableVSync[edit | edit source]

This will enable vsync which is recommenced to prevent screen tearing. Enabling this has also been reported to help solve the lip sync issue on NPCs; however, users should also set iPresentInterval=1 in Skyrim.ini.

EnableVSync=(false, true)

AddDisplaySuperSamplingResolutions[edit | edit source]

This parameter enables downsampling to be used without having to force it through the graphics driver. It is recommended to remain disabled and only to be used by advanced users. In the most basic explanation, downsampling is rendering the game at twice the monitor's set resolution and then downsampling it to the correct resolution before being displayed on the monitor. This mimics supersampling. For this to work, users must enable this parameter, run in full screen mode, set the resolution in SkyrimPrefs.ini to 2x the monitor's set resolution, and set UseDefferedRendering=false under [GLOBAL]. For a more in-depth explanation and how-to's using the video drivers rather than the ENB parameter below, see this article.

AddDisplaySuperSamplingResolutions=(false, true)

VSyncSkipNumFrames[edit | edit source]

This tells the frame buffer to ignore the back buffer 0, 1, 2, or 3 contiguous cycles before grabbing a frame. This feature is mainly for users with high refresh rate monitors (> 60Hz) and should be set to '0' for most other users.

VSyncSkipNumFrames=(0, 1, 2, 3)