The game, released on May 17th, has been a massive hit with casual and hardcore gamers thanks to its unique gameplay and immersive aesthetics. Players must build castles and seek blood from unsuspecting victims in this online survival game to survive the days.
How to Migrate Private Save to Dedicated Server- V Rising
Steam user ‘taiaha’ has devised a clever method for transferring your existing game saves to a dedicated server. All you need to do is to follow a few steps to create a save folder and Migrate a private save folder.
Create a Save Folder
On the server, create a Save Folder:
In the top-right address bar, type ‘cmd’ to get to the Server Folder. As a result, the directory will be opened in the command prompt. The dedicated server save folder is named ‘VRisingServer.exe -persistentDataPath exampleFolder.’ Anything might be the case.
When you’re done, use Ctrl+C to shut off the server. All that’s left now is for it to generate the file path for us.
Migrate a Private Save Folder
Go to the serverFolderexampleFolderSavesv1 folder, look for privateSaveFolder and paste your personal save the file inside it.
Open the copied private save file and replace the name of the Dedicated Server in the ServerHostSettings.json ‘Name’ field.
Go to the settings folder which can be found ‘steamapps\common\VRisingDedicatedServer\VRisingServer_Data\StreamingAssets\Settings’ and change the Savename field of your privateSaveFolder (i.e: a181f3c3-f56b-4bf6-b003-44230d21abd5).
Follow a Code
Copy the following code, replace the data path with the name you picked, and save the file as’start.bat’. Double-click this to run it with the persistentDataPath you specified.
@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]