GreuhZbug / greuh_liberation.Altis

Liberation for Arma 3
https://trello.com/b/FfUXrHn1/liberation-dev
MIT License
43 stars 40 forks source link

Day/Night Duration #48

Closed jus61 closed 8 years ago

jus61 commented 8 years ago

if (!isServer) exitWith {};

while {true} do { if (daytime >= 20 || daytime < 6) then // after 8pm and before 6am time multiplier changes { setTimeMultiplier 36 // faster night cycle } else { setTimeMultiplier 16 // faster day cycle };

uiSleep 30;

};

GreuhZbug commented 8 years ago

Noted on trello, will happen in a future release