SkyrimLE:ENBSeries INI Reference/Nightday: Difference between revisions

From Step Mods | Change The Game
Line 4: Line 4:


'''Addition''' -> Actually this is compatible with custom skies, and in fact it's preferable to have skies customized to take advantage of this as some of the default sky values for certain weathers are too dark and will trigger the nighttime ini settings to take effect during the day. -[[User:TheConfidenceMan|TheConfidenceMan]] ([[User talk:TheConfidenceMan|talk]]) 22:21, November 12, 2014 (EST)
'''Addition''' -> Actually this is compatible with custom skies, and in fact it's preferable to have skies customized to take advantage of this as some of the default sky values for certain weathers are too dark and will trigger the nighttime ini settings to take effect during the day. -[[User:TheConfidenceMan|TheConfidenceMan]] ([[User talk:TheConfidenceMan|talk]]) 22:21, November 12, 2014 (EST)
<br />'''Correction''' -> The color that is used to detect the time of the day, not talking about the TOD factor, is the vertex color assigned to the mesh. Thus it's not the RGB color that is assigned through the CK and rendered in game. So it's both compatible with custom weather mods that alters the game rendered RGB colors as well as mods that alter the mesh vertex colors. However if the mesh vertex colors where just one color, instead of three colors (RGB+Alpha), then the ENBSeries post-processing tool wouldn't know when it's night or day. --[[User:JawZ|JawZ]] ([[User talk:JawZ|talk]]) 16:55, September 20, 2016 (EDT)


==== DetectorOldVersion ====
==== DetectorOldVersion ====

Revision as of 08:58, September 25, 2016

[NIGHTDAY][edit | edit source]

This section is another way of ENB Series using day and night values, like the [TIMEOFDAY] section, except that the color of the sky gradient is used for detection. This is not compatible with customs skies that change the colors of the sky, so it not recommended to be changed by users.

Addition -> Actually this is compatible with custom skies, and in fact it's preferable to have skies customized to take advantage of this as some of the default sky values for certain weathers are too dark and will trigger the nighttime ini settings to take effect during the day. -TheConfidenceMan (talk) 22:21, November 12, 2014 (EST)

DetectorOldVersion[edit | edit source]

This setting will enable use of the old day/night detection method.

DetectorOldVersion=(false, true)

DetectorDefaultDay[edit | edit source]

This setting will enable the default settings and ignore the values below.

DetectorDefaultDay=(false, true)

DetectorLevelDay[edit | edit source]

This parameter will make the detection rely more on the day time settings when lowered and less on day time settings when raised.

DetectorLevelDay=(0.0...1.0)

DetectorLevelNight[edit | edit source]

This parameter will make the detection rely more on the night time settings when lowered and less on night time settings when raised.

DetectorLevelNight=(0.0...1.0)

DetectorLevelCurve[edit | edit source]

This parameter will make the detection rely more on the day time settings when lowered and more on the night time settings when raised.

DetectorLevelCurve=(0.0...10.0)