How do I setup automatic server saves?

Post Reply
User avatar
Spray
Former staff
Former staff
Posts: 630
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Wed Dec 28, 2011 10:41 pm
Location: Oregon

How do I setup automatic server saves?

Post 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" />
Post Reply