Menu
 

Server Configuration Guide - V Rising Wiki

Server Configuration Guide

V Rising offers extensive server configuration options allowing you to customize your gaming experience. This comprehensive guide covers all available settings, their effects, and how to configure them through the Supercraft panel or directly in configuration files.

Configuration Overview

V Rising uses JSON configuration files for server configuration. Settings can be adjusted through the Supercraft configuration panel or by editing files directly.

Basic Server Settings

Setting Type Default Description
Name String String `Name`
Valid values: Server name
Description String String `Description`
Valid values: Server description
Password strProp` String `Password`
Valid values: Join password
SaveName String Valid folder name `SaveName`
Valid values: Save directory name
MaxConnectedUsers Integer 1-128 `MaxConnectedUsers`
Valid values: Max players
MaxConnectedAdmins Integer 1-10 `MaxConnectedAdmins`
Valid values: Extra admin slots

Visibility & Listing

Setting Type Default Description
ListOnEOS Boolean `true` `ListOnEOS`
Valid values: List on EOS browser
ListOnSteam Boolean `true` `ListOnSteam`
Valid values: List on Steam browser
LanMode Boolean `false` `LanMode`
Valid values: LAN-only mode
Secure Boolean `false` `Secure`
Valid values: Enable VAC

Autosave Settings

Setting Type Default Description
AutoSaveCount Integer 20 `AutoSaveCount`
Valid values: Number of saves kept
AutoSaveInterval Integer 120 `AutoSaveInterval`
Valid values: Save interval (seconds)

Preset Selection

Setting Type Default Description
GameSettingsPreset Select `None`, `StandardPvP`, `StandardPvE`, etc. `GameSettingsPreset`
Valid values: Game settings preset
GameDifficultyPreset Select `Difficulty_Easy`, `Difficulty_Normal`, `Difficulty_Brutal` `GameDifficultyPreset`
Valid values: Difficulty preset

RCON Settings

Setting Type Default Description
Rcon.Enabled Boolean `false` `Rcon.Enabled`
Valid values: Enable RCON
Rcon.Port Integer 25575 `Rcon.Port`
Valid values: RCON TCP port
Rcon.Password strProp` Empty `Rcon.Password`
Valid values: RCON password

Game Mode

Setting Type Default Description
GameModeType Select 0 = PvE, 1 = PvP `GameModeType`
Valid values: Core ruleset
CastleDamageMode Select 0 = Never, 1 = Always, 2 = TimeRestricted `CastleDamageMode`
Valid values: Castle damage rules

Day/Night Cycle

Setting Type Default Description
DayStartHour Integer 0-23 `DayStartHour`
Valid values: Day start hour
DayEndHour Integer 0-23 `DayEndHour`
Valid values: Day end hour

Boss Difficulty

Setting Type Default Description
VBloodUnitSettings Select 0 = Relaxed, 1 = Normal, 2 = Brutal `VBloodUnitSettings`
Valid values: Boss difficulty

Blood Moon Settings

Setting Type Default Description
BloodMoonFrequency_Min Integer 1-255 `BloodMoonFrequency_Min`
Valid values: Min days between
BloodMoonFrequency_Max Integer 1-255 `BloodMoonFrequency_Max`
Valid values: Max days between
BloodMoonBuff Float 0.0-1.0 `BloodMoonBuff`
Valid values: Buff multiplier

Unit Stat Modifiers

Setting Type Default Description
UnitStatModifiers.MaxHealthModifier Float 0.01-10.0 nested
Valid values: Enemy HP multiplier
UnitStatModifiers.PowerModifier Float 0.01-10.0 nested
Valid values: Enemy damage multiplier
UnitStatModifiers.LevelIncrease Integer 0-100 nested
Valid values: Enemy level boost

Frequently Asked Questions

How do I change the difficulty in V Rising?

To change difficulty in V Rising, navigate to the Configuration panel in Supercraft and locate the 'Difficulty' or 'Preset' setting under Gameplay Settings. Select your preferred difficulty level and save your configuration. Restart your server for changes to take effect.

How do I set a password for my V Rising server?

Set a server password in the Basic Server Settings section. Enter your desired password in the 'Server Password' field. Leave it empty for a public server without password protection. Save and restart your server.

How do I configure admin access?

Admin access can be configured through the Admin/Access Control settings. Add Steam IDs or usernames to the admin list, depending on your game's authentication system. Consult the specific admin list documentation for your game.

Why aren't my configuration changes applying?

Configuration changes require a server restart to take effect. After saving your settings in the Supercraft panel, restart your server. If changes still don't apply, verify the configuration file syntax is correct and check server logs for errors.

Can I upload a custom configuration file?

Yes, you can upload custom configuration files through the Supercraft file manager. Navigate to the configuration directory, upload your file, and restart the server. Ensure your file follows the correct format for your game.

Do I need to restart the server after changing settings?

Yes, most configuration changes require a server restart to take effect. Some games support hot-reloading for specific settings, but it's recommended to always restart after making configuration changes.

Using the Supercraft Configuration Panel

Our platform provides a user-friendly interface for managing your V Rising server configuration without editing files manually.

  1. Log in to your Supercraft panel at https://supercraft.host/my-account
  2. Navigate to your V Rising server from the deployments list
  3. Click the "Configuration" tab
  4. Adjust settings using the intuitive form controls
  5. Click "Save Configuration" to apply changes
  6. Restart your server for changes to take effect

The configuration panel validates your inputs and prevents invalid values, ensuring your server starts correctly.

Troubleshooting

Settings not applying after save

Ensure you've restarted the server after saving configuration changes. Most settings require a full server restart. Check the server logs for any configuration errors that might prevent the server from starting.

Configuration file validation errors

Verify that your configuration file follows the correct format for your game. Check for syntax errors like missing quotes, incorrect separators, or invalid values. Use the Supercraft configuration panel to validate settings before applying them.

Server won't start after config change

Revert to the previous working configuration using the Supercraft file manager's backup feature. Check server logs for specific error messages. Common issues include invalid port numbers, malformed file paths, or out-of-range numeric values.

References

Top