Skip to content

🧩WindowsGSM plugin that provides VRising Dedicated server support!

License

Notifications You must be signed in to change notification settings

dkdue/WindowsGSM.VRising

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

Banner

GitHub release (latest by date including pre-releases) GitHub last commit Visitor Count

The Game

https://store.steampowered.com/app/1604030/V_Rising/

Important

*Your local save files are located within this area on your computer

"%USERPROFILE%\AppData\LocalLow\Stunlock Studios\VRisingServer\Saves"

However, just like with the settings, this can be overridden with the -persistentDataPath parameter.

Configuring your V Rising Server

Now comes the fun part, setting up your V Rising game server to your liking.

To modify game server settings you can create two files

-ServerHostSettings.json

-ServerGameSettings.json

You can create these files in your VRisingServer\Settings folder

You can modify settings in here (in addition to the launch line) - these settings overwrite your launch line settings:

ServerHostSettings.json

{

"Name" : "My V Rising Server",

"Description" : "This is a role playing server",

"Port" : 27015,

"QueryPort" : 27016,

"MaxConnectedUsers" : 10,

"MaxConnectedAdmins" : 4,

"SaveName" : "world1",

"Password" : "SuperSecret",

"ListOnMasterServer" : true,

"AutoSaveCount" : 40,

"AutoSaveInterval" : 120,

"GameSettingsPreset" : "StandardPvP"

}

More info can be found here:

https://github.com/StunlockStudios/vrising-dedicated-server-instructions

Installation

  1. Download the latest release
  2. Move VRising.cs folder to plugins folder
  3. Click [RELOAD PLUGINS] button or restart WindowsGSM

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

🧩WindowsGSM plugin that provides VRising Dedicated server support!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages