SkyrimLE:ENBLocal INI Reference/Adaptivequality

From Step Mods | Change The Game
< SkyrimLE:ENBLocal INI Reference
Revision as of 20:54, January 26, 2021 by Z929669 (talk | contribs) (Text replace - "<div class="nonumtoc"> {| cellspacing="0" cellpadding="0" style="clear:right;margin-bottom:.5em;float:right;padding:.5em 0 .8em 1.4em; background:none;width:auto" | __TOC__ |}</div>" to "<div class="nonumtoc"> {| cellspacing="0" cellpaddi)

[ADAPTIVEQUALITY]

This section allows resource-hungry graphical features to be toggled on-demand for performance reasons. It require the proper code to exist in the .fx files to work. Probably best added to enbeffectprepass.fx because it has the most demanding effects code.

Enable

Enables or disables Adaptive Quality.

Enable=(false, true)

Quality

Sets the quality of the effect. It can be set to 0, 1, or 2; where 0 is highest quality and 2 is the highest performance.

Quality=(0, 1, 2)

DesiredFPS

Sets the minimum FPS that is allowed. If the minimum is reached, features will start to turn off in an attempt to stay above this threshold.

DesiredFPS=(10.0...50.0)