SkyrimLE:ENBLocal INI Reference/Adaptivequality: Difference between revisions

From Step Mods | Change The Game
(Created page with "<div class="nonumtoc">{{TOC right}}</div> ==[ADAPTIVEQUALITY]== This section allows resource-hungry graphical features to be toggled on-demand for performance reasons. It requ...")
 
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div class="nonumtoc">{{TOC right}}</div>
<div class="nonumtoc">{{TOC}}</div>[[Category:ENB Settings]]
==[ADAPTIVEQUALITY]==
==[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.
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.
Line 14: Line 14:
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.  
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.  
<pre>DesiredFPS=(10.0...50.0)</pre>
<pre>DesiredFPS=(10.0...50.0)</pre>
[[Category:INI Settings]]

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

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