V Rising – Migrating a Private Game Save to a Dedicated Server

Quick guide on how to configure an existing private game save to a Dedicated Server.

How to Host Your Own Server (Rental Service Provider)

All credit goes to taiaha !

You can host a server at game server hosting provider:

Note: Every gaming server goes online immediately! A welcome email including your connection information (guide) will be sent to you when your gaming server is created.

File Paths for Reference

Private Save Folder:

Can be accessed using ‘%appdata%..\LocalLow’

  • \AppData\LocalLow\Stunlock Studios\VRising\Saves\v1\example-file-name (i.e: a181f3c3-f56b-4bf6-b003-44230d21abd5)

Server Folder:

  • steamapps\common\VRisingDedicatedServer

Settings Folder:

  • steamapps\common\VRisingDedicatedServer\VRisingServer_Data\StreamingAssets\Settings

These paths will change depending on your own Steam setup.

Steps

Creating the Server save folder:

  1. Navigate to Server Folder and type ‘cmd’ into the address bar at the top. This will open the directory in command prompt.
  2. Run ‘VRisingServer.exe -persistentDataPath exampleFolder’ where exampleFolder is the name of the dedicated server save folder. This can be anything.
  3. Hit Ctrl+C once this runs to close the server. We just need it to create the file path for us.

Migrate private save folder:

  1. Head into serverFolder\exampleFolder\Saves\v1\privateSaveFolder and copy in your private save file
  2. Open the copied private save file and change the ServerHostSettings.json ‘Name’ field to match the name of the Dedicated Server

Set Dedicated server to use the correct save folder:

  • Go to SettingsFolder\ServerHostSettings.json and change the SaveName field to the name of your privateSaveFolder (i.e: a181f3c3-f56b-4bf6-b003-44230d21abd5)

Start .bat

Take this code, replace the data path with the name you chose, and save this ‘start.bat’ and you can then double click this to run with the persistentDataPath you chose.

@echo off
set SteamAppId=1604030
echo "Starting V Rising Dedicated Server - PRESS CTRL-C to exit"

@echo on
VRisingServer.exe -persistentDataPath .\[replace this with your savefolder name]

VRisingServer.exe -persistentDataPath .\exampleFolderPath

Volodymyr Azimoff
About Volodymyr Azimoff 13981 Articles
I love games and I live games. Video games are my passion, my hobby and my job. My experience with games started back in 1994 with the Metal Mutant game on ZX Spectrum computer. And since then, I’ve been playing on anything from consoles, to mobile devices. My first official job in the game industry started back in 2005, and I'm still doing what I love to do.

Be the first to comment

Leave a Reply

Your email address will not be published.


*