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
@echo on
VRisingServer.exe -enableListing -persistentDataPath .\save-data --serverName "Name of Server" -saveName "world1"
Also, check your ServerHostSettings.json file. Also remember, depending on how you are using SteamCMD. it will over write your server and host config files. make sure you are backing those up once you got them setup.
{
"Name": "Server Name",
"Description": "",
"Port": 9876,
"QueryPort": 9877,
"MaxConnectedUsers": 10,
"MaxConnectedAdmins": 4,
"ServerFps": 30,
"SaveName": "world1",
"Password": "",
"Secure": false,
"ListOnSteam": true,
"ListOnEOS": true,
"AutoSaveCount": 10,
"AutoSaveInterval": 220,
"CompressSaveFiles": true,
"GameSettingsPreset": "",
"GameDifficultyPreset": "",
"AdminOnlyDebugEvents": true,
"DisableDebugEvents": false,
"API": {
"Enabled": false
},
"Rcon": {
"Enabled": false,
"Port": 25575,
"Password": ""
}
}
@echo off
set "steamcmdpath=C:\Steamcmd"
set "serverpath=C:\VRisingDedicatedServer"
%steamcmdpath%\\steamcmd.exe +force_install_dir %serverpath% +login anonymous +app_update 1829350 validate +quit
https://www.youtube.com/watch?v=rNSSjOr04gw&t=19s
doesnt show up on steam list or i am able to join locally. I also notice when the BAT file runs it only consumes 400 mbs of ram. so something is definately not running correctly
If anyone wants my PVE server settings let me know I can post it here. if you are by chance using your old server settings file. it can and will causing issues for the server showing up.