Merge pull request #524 from EpochModTeam/experimental

Add example of Fast Night time script
This commit is contained in:
vbawol 2016-04-25 16:36:02 -05:00
commit 78db20dc2e
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