Ghostrider-GRG Posted July 20, 2015 Report Share Posted July 20, 2015 We have been trigging automatic server restarts using the configuration variables in epochconfig.hpp: serverRestart = true; // true sends #shutdown command to server after the time specified in ForceRestartTime forceRestartTime = 14400; // 4 hour restarts Since updating to Arma 1.48 / Epoch 0.3.0.4 the automatic restarts no longer occur. We have reverted to using BEC for restarts. I wondered whether anyone else has experienced this problem. Link to comment Share on other sites More sharing options...
vbawol Posted July 21, 2015 Report Share Posted July 21, 2015 Make sure your EpochServer.ini has the external IP address instead of 127.0.0.1 and your current rcon password instead of "changeme". [EpochServer] BattlEyePath = C:\BattlEye InstanceID = NA123 LogAbuse = 1 IP = 127.0.0.1 Port = 2302 Password = changeme ... Failing that check your EpochServer.log file for more information. Ghostrider-GRG 1 Link to comment Share on other sites More sharing options...
Ghostrider-GRG Posted July 21, 2015 Author Report Share Posted July 21, 2015 Make sure your EpochServer.ini has the external IP address instead of 127.0.0.1 and your current rcon password instead of "changeme". [EpochServer] BattlEyePath = C:\BattlEye InstanceID = NA123 LogAbuse = 1 IP = 127.0.0.1 Port = 2302 Password = changeme ... Failing that check your EpochServer.log file for more information. vbwol, Thanks for the quick reply. Upon checking the .ini I discoverd that the password was incorrect. I will report back as to whether the issue is resolved. My appologies for bothering you with what turned out to be such a trivial error on my part. EDIT The servers are restarting correctly after the above correction. This post can be relabeled [RESOLVED} 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