Epoch/Sources/epoch_server_events/EpochEvents/FastNights.sqf
DESKTOP-UH65DCE\MusTanG 0d1becf09f Move events to epoch_events pbo
Modified config for easier reading of each settings comments.
Changed all events to PrePostFix 2 with move to that folder
Removed events folder from epoch_settings pbo
2018-03-11 21:21:23 -05:00

6 lines
399 B
Plaintext

if (sunOrMoon < 0.99) then { // adjust this lower to change sooner. Note: "0.99 value, the twilight is still quite dark" https://community.bistudio.com/wiki/sunOrMoon
setTimeMultiplier 13 // adjust this value for slower or faster night cycle ( 24 hours will take 1 hour )
} else {
setTimeMultiplier 5 // adjust this value for slower or faster day cycle ( 12 hours will take 1 hour )
};