Day and night cycle lasts 21 minutes of real time with this mod VS 7 minutes of real time without mods.
Download (1 kb)
Mod can be configured to extend only day or nigh, proportions are also configurable.
Code: Select all
-- configuration inside control.lua
local EXTEND_NIGH = 2 -- (integer) This variable controls how much extended the night will be, can be set to zero for standard 3.5 minutes night
local EXTEND_DAY = 2 -- Same as above but for day
-- For example, setting EXTEND_DAY to 1 and setting EXTEND_NIGH to 2 will make 7 minutes long days and 10.5 minutes long nights