To transfer your existing save over, create a zip of your existing save folder then copy your save file to the following location and ensure the save name is the same:
File Manager -> Saves
Then use the File Manager to unarchive the zip file ensuring the Save Name in the Startup tab matches the folder name inside Saves
You can find your existing saves on your local machine at:
%USERPROFILE%\AppData\LocalLow\Stunlock Studios\VRising\CloudSaves\<YourSteamID>\v3\
Additional server settings can be found in:
VRisingServer_Data/StreamingAssets/Settings
ServerGameSettings.json
for advanced settings
ServerHostSettings.json
for server settings
Ensure that your Game Mode is set to blank, otherwise the Game Mode defaults will override any advanced settings you set
If your server is crashing on startup after editing advanced settings, then you will need to revisit ServerGameSettings to find the offending line
To admin commands, you will first need to add yourself to your server's admin list, this can be done by grabbing your Steam64ID, then placing it in the “Saves/v3/<yourworld>/adminlist.txt” file. If this file doesn't exist, you'll need to create it. You can find your Steam64ID here: https://steamid.io/lookup/
A list of admin commands that work in multiplayer can be found here:
To enable VOIP on your V Rising server, you must create a Unity ID account here: https://dashboard.unity3d.com/gaming/login
Once logged in, create a project on the left hand side.
In your project, scroll down to the bottom and select Vivox Voice Chat.
On the left hand side you should find a Credentials tab, you'll need these credentials for below.
VOIPAPIEndpoint: Server
VOIPVivoxDomain: Domain
VOIPIssuer: Token issuer
VOIPSecret: Token key
Then create a file called ServerVoipSettings.json
in VRisingServer_Data/StreamingAssets/Settings
in the following format, filling in the details from above:
{
"VOIPEnabled": true,
"VOIPAPIEndpoint": "",
"VOIPVivoxDomain": "",
"VOIPIssuer": "",
"VOIPSecret": "",
"VOIPConversationalDistance": 14,
"VOIPAudibleDistance": 40,
"VOIPFadeIntensity": 2.0
}