mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Add example of Fast Night time script
This commit is contained in:
parent
a24d9c08bf
commit
7524ef00d0
Binary file not shown.
5
Sources/epoch_server_settings/EpochEvents/FastNights.sqf
Normal file
5
Sources/epoch_server_settings/EpochEvents/FastNights.sqf
Normal file
@ -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 )
|
||||
};
|
@ -1 +1 @@
|
||||
build=436;
|
||||
build=437;
|
||||
|
Loading…
Reference in New Issue
Block a user