Add example of Fast Night time script

This commit is contained in:
vbawol 2016-04-25 15:58:43 -05:00
parent a24d9c08bf
commit 7524ef00d0
4 changed files with 7 additions and 2 deletions

View 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 )
};

View File

@ -1 +1 @@
build=436;
build=437;

View File

@ -1 +1 @@
436
437