SkyrimLE:ENBSeries INI Reference/Timeofday: Difference between revisions

From Step Mods | Change The Game
m (Z929669 moved page ENBSeries INI TOC Functionality Corrected/Timeofday to Guide:ENBSeries INI/Timeofday without leaving a redirect)
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<br />
<div class="nonumtoc">{{TOC}}</div>[[Category:ENB Settings]]
{{Notice|size=90|This is an example INI-settings subpage existing within the subcategory [[:Category:INI Settings]] of the ENBSeries INI Guide ([[:Category:INI Guides]]), which itself is a subcategory of [[:Category:Guides]]. The parent page uses HeaderTabs, but these subpages adopt the TOC approach for eas-of-access to info. ~[[User:z929669|z929669]] [[File:Ixian_Insignia.png|20px|link=User:z929669]] [[User talk:z929669|Talk]] 23:32, December 6, 2014 (EST)}}
<br />
<div class="nonumtoc">{{TOC right}}</div>
:Updated: {{ #time: G:i:s j F Y "(UTC)" | {{REVISIONTIMESTAMP}} }}
==[TIMEOFDAY]==
==[TIMEOFDAY]==
The time of day settings allow a more precise control of when sunrise, sunset, night, and day should start, using the game time data. This also controls the duration of the transitions for dawn and dusk. All values use a floating point number based on a twenty-four hour day: <parameter> = (0.0...23.9). This section should only be adjusted by advanced users or ENB authors as changing these value could have unexpected consequences on weather and lighting.
The time of day settings allow a more precise control of when sunrise, sunset, night, and day should start, using the game time data. This also controls the duration of the transitions for dawn and dusk. All values use a floating point number based on a twenty-four hour day: <parameter> = (0.0...23.9). This section should only be adjusted by advanced users or ENB authors as changing these value could have unexpected consequences on weather and lighting.
Line 11: Line 7:


==== DawnDuration ====
==== DawnDuration ====
This setting is the duration that the transition fades from night settings to sunrise settings in game hours. Basically when the sky starts to light but before the sun can be seen.  The math for this is as follows: ''Dawn start time = SunriseTime - DawnDuration''; ''Dawn Ends = SunriseTime''. ([http://enbseries.enbdev.com/forum/viewtopic.php?f=2&t=1939#p27189 Reference])
This setting is the duration that the transition fades from night settings to sunrise settings in game hours. Basically when the sky starts to light but before the sun can be seen.  The math for this is as follows: ''Dawn start time = SunriseTime - DawnDuration''; ''Dawn Ends = SunriseTime''. ([https://enbseries.enbdev.com/forum/viewtopic.php?f=2&t=1939#p27189 Reference])
<pre>DawnDuration=(0.0...23.9)</pre>
<pre>DawnDuration=(0.0...23.9)</pre>


Line 34: Line 30:


==== NightTime ====
==== NightTime ====
This setting is the time that the middle of the day occurs in game.
This setting is the time that the middle of the night occurs in game.
<pre>NightTime=(0.0...23.9)</pre>
<pre>NightTime=(0.0...23.9)</pre>




[[Category:INI Settings]]
[[Category:Screenshots]]
[[Category:Screenshots]]

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

[TIMEOFDAY]

The time of day settings allow a more precise control of when sunrise, sunset, night, and day should start, using the game time data. This also controls the duration of the transitions for dawn and dusk. All values use a floating point number based on a twenty-four hour day: <parameter> = (0.0...23.9). This section should only be adjusted by advanced users or ENB authors as changing these value could have unexpected consequences on weather and lighting.

Enable or disable Time of Day settings.

Enable=true

DawnDuration

This setting is the duration that the transition fades from night settings to sunrise settings in game hours. Basically when the sky starts to light but before the sun can be seen. The math for this is as follows: Dawn start time = SunriseTime - DawnDuration; Dawn Ends = SunriseTime. (Reference)

DawnDuration=(0.0...23.9)

SunriseTime

This setting is the time that the sunrise occurs in game.

Addition -> After this time daytime ini values will take effect. Use the DawnDuration setting to define how long sunrise values will extend going backward from SunriseTime. E.g. if SunriseTime is set to 9, with DawnDuration set to 1.5, Sunrise values will begin to take effect at 7.5 switching over to full daytime values beginning at 9. Note that this does not affect when the actual in game sun will rise or set. -TheConfidenceMan (talk) 16:46, October 20, 2014 (EDT)

SunriseTime=(0.0...23.9)

DayTime

This setting is the time that the middle of the day occurs in game.

DayTime=(0.0...23.9)

SunsetTime

This setting is the time that the sunset occurs in game.

SunsetTime=(0.0...23.9)

DuskDuration

This parameter is the duration that the transition from sunset settings fades to night settings in game hours. Basically this is the time from when the sun sets and can't be seen (SunsetTime) to the time set for NightTime.

DuskDuration=(0.0...23.9)

NightTime

This setting is the time that the middle of the night occurs in game.

NightTime=(0.0...23.9)