Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Server settings have to be set when you start the game unless you are familiar with editing the config files.
https://steamcommunity.com/sharedfiles/filedetails/?id=2977942959
https://primagames.com/tips/how-to-change-server-settings-in-v-rising
Used this method
https://primagames.com/tips/how-to-change-server-settings-in-v-rising
C:\Users\UserName\AppData\LocalLow\Stunlock Studios\VRising
In the CloudSaves folder you'll find your private game settings in the ServerGameSettings.json file. This is where I have been modifying my game settings
This is most likely different if you are running an actual dedicated server. Just keep in mind, depending on what kind of server/game you're running, your settings location might be different than others
What you need to add is this - "TeleportBoundItems": false,
Here is an example of my file settings from the very top
{
"GameModeType": 0,
"CastleDamageMode": 0,
"CastleHeartDamageMode": 0,
"DeathContainerPermission": 1,
"RelicSpawnType": 1,
"CanLootEnemyContainers": false,
"BloodBoundEquipment": true,
"TeleportBoundItems": false,
"InventoryStacksModifier": 2.0,
--
As seen here, this setting allows for teleporting with resources. I also have 2x stack sizes for resources, and when dying you keep equiped gear (still drop the rest of your inventory, which I don't think can be changed sadly). Hope this helps
I used this to change teleportation option and it worked:
Settings are changed by editing a .json file called “ServerGameSettings” and is located in:
Steam > steamapps > common > VRising > VRising_Server > VRisingServer_Data > StreamingAssets > Settings. You can open this file with Notepad (or even better, Notepad++ as it will provide a better overview) and change whatever you want. Please note that you should restart your server for changes to take effect.
There is, its should be called "TeleportBoundItems". Like 11 line from above. If you want to teleport with items, it should be "false"