Skip to main content

Soulmask: Managing Soulmask Savegames

This guide was created with the following products:

(Details may vary with products from different providers but the main concepts remain the same)

Introduction

In this guide, we will explore how to manage your Soulmask Gamesaves on your game server, including backing up your local and server savegames as well as uploading it to your server.

Prerequisites

In order to access your server files, you will require an FTP Client such as WinSCP or FileZilla which are both open-source and free to download.

You will have to connect to your server through an FTP Client using the credentials that are found under Tools->FTP-Broswer on your game server's webinterface. Please use our FTP File Access guide as further assistance to connect to your server.

Backup Savegame

Local Savegame

Local Savegames are ones which you have created whilst hosting a multiplayer game locally on your device. These can be found within your Windows Local AppData, specifically in the following path:

../AppData/Local/WS/[your_steamid]/AutoGames
tip

You can easily access this path directly by pressing CTRL + R at the same time and searching for the following path in the run dialog: %userprofile%/appdata/local/WS/. Simply press OK and open the folder with your SteamID to reach the AutoGames folder.

image

At this location, you will be able to see all of your local Savegames. Each folder will be labelled with the invite code of the server, which makes it easy to identify the correct world.

Accessing Savegame via FTP

Backing up your Savegame from the server is simple. Once you have connected to your game server through an FTP Client, head over to the following path:

../soulmask/WS/Saved/Worlds/Dedicated

At this location, you will be able to see the main Level01_Main folder, which is where the save for the dedicated server is found. Simply right-click on the folder and use the Download button to save it locally to your device.

note

At the moment, Soulmask dedicated servers only support one save at a time, which is found in the main Level01_Main folder.

image

Automatic Backup

We also provide an option to automatically backup your Savegame (and configuration file) directly through our webinterface. Simply head over to your game server's webinterface and go to the Tools->Backups section. Here you can configure a variety of options to schedule automatic backups for your server. We provide you with 10gb free backup storage which your backups will be stored in. For further information regarding backups, have a look at our dedicated Automatic Server Backup guide for this topic.

Uploading Savegame

Similarly to backing up, uploading your Savegame is simple. First ensure that you connect to your game server through an FTP Client and ensure that you shut down your server.

note

At the moment, Soulmask dedicated servers only support one save at a time, which is found in the main Level01_Main folder.

Once you are ready, head over to the following path:

../soulmask/WS/Saved/Worlds/Dedicated/Level01_Main

image

Now drag and drop the world.db file from the save that you wish to upload and replace the existing file. Make sure to download the existing file from the server if you wish to keep it, otherwise it will be lost once you overwrite the file.

You can also upload your gameplay settings file, by heading over to the following path:

../soulmask/WS/Saved/GameplaySettings

image

Drag and drop the GameXishu.json file from the save you wish to upload and replace the existing file. Once again, download the existing file if you wish to keep it before replacing.

tip

If the save you are using has a slightly different name for the GameXishu.json file, for example GameXishu_2.json, adjust the file name back to GameXishu.json so that it is recognised by the dediated server.

Now simply start the server again, and your save should now load successfully on the server.