SkyrimSE:ENBSeries INI Reference/Cloudshadows: Difference between revisions

From Step Mods | Change The Game
No edit summary
m (Text replacement - "Category:Configuration Settings" to "")
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{PageTitle|logo=delta|title=ENBSeriesINI - Cloudshadows}}__NOTOC__[[Category:Configuration Settings]][[Category:ENB Guides]]
{{PageTitle|logo=delta|title=ENBSeriesINI - Cloudshadows}}__NOTOC__[[Category:ENB Settings]]
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).
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).


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>

Latest revision as of 15:42, August 3, 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...)