SkyrimSE:ENBSeries INI Reference/Reflection: Difference between revisions

From Step Mods | Change The Game
(Created page with "{{PageTitle|logo=delta|title=ENBSeriesINI - Reflection}}__NOTOC__Category:Configuration SettingsCategory:ENB Guides Reflections on surfaces. Many of these settings are...")
 
No edit summary
Line 3: Line 3:


===EnableInterior===
===EnableInterior===
<syntaxhighlight lang="ini">EnableInterior=true</syntaxhighlight>
<syntaxhighlight lang="ini">EnableInterior=(false, true)</syntaxhighlight>
Enables/disables the feature for interiors.
Enables/disables the feature for interiors.


Line 9: Line 9:
These parameters will determine how much reflection to add to the scene.
These parameters will determine how much reflection to add to the scene.
<syntaxhighlight lang="ini">
<syntaxhighlight lang="ini">
Amount=1.5
Amount=(0.0...)
AmountInterior=1.5
AmountInterior=(0.0...)
</syntaxhighlight>
</syntaxhighlight>


Line 16: Line 16:
These parameters control the strength of the effect.
These parameters control the strength of the effect.
<syntaxhighlight lang="ini">
<syntaxhighlight lang="ini">
Power=0.5
Power=(0.0...)
PowerInterior=0.5
PowerInterior=(0.0...)
</syntaxhighlight>
</syntaxhighlight>


Line 23: Line 23:
Sets the quality of the reflections.
Sets the quality of the reflections.
<syntaxhighlight lang="ini">
<syntaxhighlight lang="ini">
Quality=1
Quality=(0, 1, 2)
QualityInterior=1
QualityInterior=(0, 1, 2)
</syntaxhighlight>
</syntaxhighlight>

Revision as of 18:02, July 31, 2021

Delta c.png

ENBSeriesINI - Reflection

Reflections on surfaces. Many of these settings are going to be balanced for the ENB Preset in use, and can be performance heavy.

EnableInterior[edit | edit source]

EnableInterior=(false, true)

Enables/disables the feature for interiors.

Amount[edit | edit source]

These parameters will determine how much reflection to add to the scene.

Amount=(0.0...)
AmountInterior=(0.0...)

Power[edit | edit source]

These parameters control the strength of the effect.

Power=(0.0...)
PowerInterior=(0.0...)

Quality[edit | edit source]

Sets the quality of the reflections.

Quality=(0, 1, 2)
QualityInterior=(0, 1, 2)