Page 1 of 1

How do I setup automatic server saves?

Posted: Sun Sep 24, 2017 9:30 pm
by Spray
Installing the "Rocket" mod from the Autoinstallers tab of the control panel will automatically setup server saves on a 30 minute interval. If you'd like to increase this save internal, you can edit the /Servers/Rocket/Rocket.Unturned.config.xml file on the server, via FTP. We offer a tutorial for connecting to your game server via FTP, linked here: viewtopic.php?f=24&t=8044

In this file, you'll need to adjust the save internal (listed in seconds), on the following line:

Code: Select all

<AutomaticSave Enabled="true" Interval="1800" />
For example, changing the save internal to every 5 minutes would look like:

Code: Select all

<AutomaticSave Enabled="true" Interval="300" />