SkyrimLE:ENBLocal INI Reference/Engine
[ENGINE]
The parameters in this section affect the game engine behavior.
ForceAnisotropicFiltering
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
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
This parameter forces LOD Bias for all LOD textures.
ForceLodBias=(false, true)
LodBias
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=(-4..4)
AddDisplaySuperSamplingResolutions
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)
EnableVSync
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)
VSyncSkipNumFrames
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)