diff --git a/Server_Install_Pack/@epochhive/addons/a3_epoch_server_settings.pbo b/Server_Install_Pack/@epochhive/addons/a3_epoch_server_settings.pbo index 7743c0aa..f185956f 100644 Binary files a/Server_Install_Pack/@epochhive/addons/a3_epoch_server_settings.pbo and b/Server_Install_Pack/@epochhive/addons/a3_epoch_server_settings.pbo differ diff --git a/Sources/epoch_server_settings/EpochEvents/FastNights.sqf b/Sources/epoch_server_settings/EpochEvents/FastNights.sqf new file mode 100644 index 00000000..c84a40d1 --- /dev/null +++ b/Sources/epoch_server_settings/EpochEvents/FastNights.sqf @@ -0,0 +1,5 @@ +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 ) +}; diff --git a/Sources/epoch_server_settings/build.hpp b/Sources/epoch_server_settings/build.hpp index 557a4034..86dbba29 100644 --- a/Sources/epoch_server_settings/build.hpp +++ b/Sources/epoch_server_settings/build.hpp @@ -1 +1 @@ -build=436; +build=437; diff --git a/build.txt b/build.txt index aa2f78d4..6609e2fb 100644 --- a/build.txt +++ b/build.txt @@ -1 +1 @@ -436 +437