From 7524ef00d0626a301b0e41649e3e86873c090153 Mon Sep 17 00:00:00 2001 From: vbawol Date: Mon, 25 Apr 2016 15:58:43 -0500 Subject: [PATCH] Add example of Fast Night time script --- .../addons/a3_epoch_server_settings.pbo | Bin 396544 -> 396996 bytes .../EpochEvents/FastNights.sqf | 5 +++++ Sources/epoch_server_settings/build.hpp | 2 +- build.txt | 2 +- 4 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 Sources/epoch_server_settings/EpochEvents/FastNights.sqf 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 7743c0aa0d89d359660b8f3497f85ed32c9e3b9c..f185956f5162ee0878567f74fc5d848cdea4f839 100644 GIT binary patch delta 593 zcmb7=y-Nc@5XBR}f`K%ml1j!@2IS5}MWZMplFkUCq?Ge+FE?g$8*g_FK_r5Lg^i#h z2x4z%WoKn)rG+20h5v+wlT#Gb#(@X3v%GmfX8SaGbCx_>uA`zC3zv@6TIO6|m$fX~=c=+fLmLZ8(k|u5{e>=5piXL#fF` ze2Wz3O^pnX?c`&7`B;?HLTV+oUFBo#CvOdOVL)nsA($7!hv_L8GIF^zD3AHD38o2_ zv!wTbUkwTA&*_RIfDVnjx@j%I*>r59F$dNkO?P{rV9e&lELPm(WC!OcC0#l n#jG~&i?fUG0z$lO delta 156 zcmX>ySE6B-#DowBbwAl~7X}7~q|(fs6upds0w5a!)PS= 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