Difference between revisions of "Change game settings for V Rising"

From 4netplayers Support Wiki
Jump to: navigation, search
(Created page with "{{LP-Banner-VRISING}} The game comes with ready-made presets for its settings. <br> But you can also use your own.<br> Both possibilities are explained.<br> == selecting a P...")
 
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
 
But you can also use your own.<br>
 
But you can also use your own.<br>
 
Both possibilities are explained.<br>
 
Both possibilities are explained.<br>
 +
'''Tip''' : Please check your settings for the correct syntax or the server cannot start. <br>
 +
You can check the syntax of the configuration files here: https://jsonformatter.curiousconcept.com/ <br>
  
 
== selecting a Preset ==
 
== selecting a Preset ==
Line 13: Line 15:
 
In ''Advanced Mode'' you need to enter the preset in '''ServerHostSettings.json''' under <code>"GameSettingsPreset": "{Preset}",</code>.<br>
 
In ''Advanced Mode'' you need to enter the preset in '''ServerHostSettings.json''' under <code>"GameSettingsPreset": "{Preset}",</code>.<br>
 
Replace ''{Preset}'' with the name of the Preset you wish to use, e.g. <code>"GameSettingsPreset": "DuoPvP",</code>.<br>
 
Replace ''{Preset}'' with the name of the Preset you wish to use, e.g. <code>"GameSettingsPreset": "DuoPvP",</code>.<br>
 +
For custom settings, the line must look like this: <code>"GameSettingsPreset": "",</code>.<br>
 
The presetname is case-sensitive!<br>
 
The presetname is case-sensitive!<br>
 
Available presets for ''{Preset}'':
 
Available presets for ''{Preset}'':
Line 36: Line 39:
 
|-
 
|-
 
| HardcorePvP ||
 
| HardcorePvP ||
|-
 
| Custom || Custom
 
 
|}
 
|}
  

Latest revision as of 12:58, 2 June 2022

Rent a V Rising Server
Rent your own V Rising server now at 4Netplayers.com

The game comes with ready-made presets for its settings.
But you can also use your own.
Both possibilities are explained.
Tip : Please check your settings for the correct syntax or the server cannot start.
You can check the syntax of the configuration files here: https://jsonformatter.curiousconcept.com/

selecting a Preset

In Basic Mode you can select a preset in your server configuration under Server Settings -> Preset.
By default StandardPvP is preselected.
Tip: If you select Custom you can adjust the settings in ServerGameSettings.json if your server is in Advanced Mode.

In Advanced Mode you need to enter the preset in ServerHostSettings.json under "GameSettingsPreset": "{Preset}",.
Replace {Preset} with the name of the Preset you wish to use, e.g. "GameSettingsPreset": "DuoPvP",.
For custom settings, the line must look like this: "GameSettingsPreset": "",.
The presetname is case-sensitive!
Available presets for {Preset}:

PvP PvE
StandardPvP StandardPvE
StandardPvP_Easy StandardPvE_Easy
StandardPvP_Hard StandardPvE_Hard
Level30PvP Level30PvE
Level50PvP Level50PvE
Level70PvP Level70PvE
SoloPvP
DuoPvP
HardcorePvP

Using your own settings

In general, once a setting has been made in the preset, it cannot be adjusted via the ServerGameSettings.json.
If you want to change a setting of a preset, you would have to select Custom as the preset.
Then you can change the settings in the ServerGameSettings.json as you see fit.

Note: Each setting has a maximum permissible value.
If it is exceeded, the server takes the highest permissible value.