mirror of
https://github.com/Refactorio/RedMew.git
synced 2024-12-14 10:13:13 +02:00
654216f149
* Add day/night cycle options * txt to markdown and fix formatting errors |
||
---|---|---|
.. | ||
bright.lua | ||
day_night_cycle.lua | ||
double_length_cycle.lua | ||
gloomy.lua | ||
half_length_cycle.lua | ||
long_days_long_nights_fast_transitions.lua | ||
readme.md | ||
vanilla.lua |
In terms of daylight during the day/night cycle:
when dusk begins the light decreases until evening (aka nighttime) which is full darkness until morning which increases the light level until dawn (aka daytime) which is full brightness until dusk
Defaults as follows: ticks_per_day=25000 (approx 6 mins 56.4 secs) dusk=0.25, evening=0.45, morning=0.55, dawn=0.75
If you keep your numbers < 1 , it's the percentage of the total ticks at which the phase of day will change Not sure what happens if you go > 1
When setting these variables, the command will fail if it changes the order of the phases. Ex: morning must be > evening but < dawn
Lastly, the map starts at time tick 0 so if you want to start during full daylight you want a dusk > 0