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
It is likely not an exposed variable as i could not find the same thing for resources in the GameSettings ini.
Dedicated servers have a line in ServerHostSettings.Json that reads:
"GameSettingsPreset": "StandardPvE",
Change t it to "GameSettingsPreset": "",
Click Save & Exit.
The presets.Json override any changes in the ServerGameSettings.Json. As soon as i made this change, things worked in game.
If you are hosting the server yourself, you can set that to "" to use the default settings in ServerGameSettings.Json, If you are using a preset for example StandardPvE, you can edit the StandardPvE.Json to override that setting, it may be a good idea to just make a copy and name it like CustomPvE.Json and change the parameters that way.
An important note though is the "TeleportBoundItems" means, Should Block Teleport, setting this value to false allows you to teleport with resources. So in any of the game definitions you are using, you can override this with false to allow teleporting with resources.
In the ServerGameSettings.json this by default is set to false which is why it works when emptying that string.
So for you there are 2 settings to edit, in ServerHostSettings.Json, there is a field "GameSettingsPreset": you can either set this to "" or set it to the game definition json you make, The Game Definitions are located at:
/VRisingServer_Data/StreamingAssets/GameSettingPresets
In regards to G-Portal, you will need to edit those definitions through the FTP address, otherwise you will need to set the GameSettingsPreset in the drop down to default, to use the changes on the G-Portal UI.
Thanks for all the help everyone
many of us clan/server owners do not like the setting. However, I think for a lot of us that run PVE servers we should be able to toggle this feature off that was originally designed for PVP servers maybe something to consider in the next update, their Devs?
Anyway what worked for me is finding ServerGameSettings.json and adding the line:
"TeleportBoundItems":false,
Now I can teleport through Vampire Waygates with resources like copper & iron and also I don't even know what "The teleport bound item settings is simply for weapons armor, etc. bound to your character not resources." is even supposed to mean, since you can always teleport while holding a weapon and changing this setting doesn't impact that at all.
Thanks to the people in this thread who knew what they were talking aboot, y'all were a big help.