noesges97 Posted September 16, 2015 Report Share Posted September 16, 2015 (edited) 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 September 17, 2015 by noesges97 Link to comment Share on other sites More sharing options...
Zer0HD2 Posted September 24, 2015 Report Share Posted September 24, 2015 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 More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now