mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
0d1becf09f
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
6 lines
399 B
Plaintext
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 )
|
|
};
|