- 226
- Mexico
The lights are dependend of the sun angle, bc the condition "NIGHT_SMOOTH" is used.
You could create urself a new condition, smtg like
and replace every entry "NIGHT_SMOOTH" within the ext_config.ini with "NIGHT_1930".Code:[CONDITION_...] ; active at 19:30–07:00 NAME=NIGHT_1930 INPUT=TIME LUT=(|0=1|25200=1|25200.01=0|70200=0|70200.01=1|86400=1|) LAG=0.9
Code is just created from memory, completely untested!
I think the position of the sun does change depending on the time of the year (if the track has the right geo coordinates etc) so I prefer to use the sun position as an input:
[CONDITION_0]
NAME = NIGHT_SHARP_SLOW_HEATING
INPUT = SUN
LUT = (|0=0|83=0|83=1|175=1)
....now that I think about it, I dont remember testing this thoroughly throught the year
Last edited: