Jump to content

Day Night Cycle


noesges97

Recommended Posts

Hey guys. 

After some hours work my Server run.

My question is how can i change the ingame time after a restart? On windows i have to change the hive.ini but on linux we work with the writer.pl. Is there a line in the writer.pl to change the time?

 

Edited by noesges97
Link to comment
Share on other sites

In restarter.pl there is the following code:

# Uncomment to disabe night
#($h, $m) = (17, 0) if ($h > 17 || ($h >= 0 && $h < 4));

Uncomment that line, and every time your server reboots, if the time is past 17:00, or between 00:00 and 04:00, it will reset the time to 17:00. I've got mine set to 13:00 since I use 6 hour restarts, but you can change it to whatever you want.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Discord

×
×
  • Create New...