EasysAltisLife / Easys-Altis-Life

This is where we track bugs and announce new versions.
2 stars 0 forks source link

Day / Night Cycle Isn't Happening - **With Solution** #22

Closed imthatguyhere closed 8 years ago

imthatguyhere commented 9 years ago

Because the server is only up for 4 hours, there's never a full day which means as of recent, it's never night.

The solution of this would be to change the timescale. In order to do that:

setTimeMultiplier = 12;

The default is 1, which is 1 day in 24 hours. 12 would be 1 day in 2 hours, which would be 2 full cycles or roughly 1 hour day 1 hour night x 2. That should fix this issue.