SkyrimSE:ENBSeries INI Reference/Cloudshadows: Difference between revisions

From Step Mods | Change The Game
No edit summary
Line 7: Line 7:
The following parameters determine how much shadow is visible (think opacity) during specific times of the day.
The following parameters determine how much shadow is visible (think opacity) during specific times of the day.
<syntaxhighlight lang="ini">
<syntaxhighlight lang="ini">
AmountDawn=0.4
AmountDawn=(0.0...)
AmountSunrise=0.5
AmountSunrise=(0.0...)
AmountDay=0.6
AmountDay=(0.0...)
AmountSunset=0.5
AmountSunset=(0.0...)
AmountDusk=0.4
AmountDusk=(0.0...)
AmountNight=0.4
AmountNight=(0.0...)
AmountInteriorDay=0.6
AmountInteriorDay=(0.0...)
AmountInteriorNight=0.4
AmountInteriorNight=(0.0...)
</syntaxhighlight>
</syntaxhighlight>

Revision as of 16:12, July 31, 2021

Delta c.png

ENBSeriesINI - Cloudshadows

Cloud Shadows are just what they sound like, shadows on the landscape produced from the sun hitting clouds in the sky. This feature can produce a precieved changed in the overall lighting, however, it's only due to the shadow in the area (just like in real life).

This feature is Weather compatible!

Cloud Shadows

The following parameters determine how much shadow is visible (think opacity) during specific times of the day.

AmountDawn=(0.0...)
AmountSunrise=(0.0...)
AmountDay=(0.0...)
AmountSunset=(0.0...)
AmountDusk=(0.0...)
AmountNight=(0.0...)
AmountInteriorDay=(0.0...)
AmountInteriorNight=(0.0...)