Update V-Rising Settings (#370)

* Update V-Rising Settings

V-Rising had an update today that requires two setting changes.

* Update v-risingconfig.json
This commit is contained in:
IceOfWraith 2023-05-17 17:51:55 -05:00 committed by GitHub
parent 5807ae04b3
commit 3709a3d374
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
[
{
"DisplayName": "Server Name",
"Category": "Host Settings",
"Category": "V Rising - Host Settings",
"Description": "Whatever you want to name your server as",
"Keywords": "Server, name",
"FieldName": "Name",
@ -14,7 +14,7 @@
},
{
"DisplayName": "Description",
"Category": "Host Settings",
"Category": "V Rising - Host Settings",
"Description": "Short description of server purpose, rules, message of the day",
"Keywords": "Server, description",
"FieldName": "Description",
@ -28,7 +28,7 @@
},
{
"DisplayName": "Port",
"Category": "Host Settings",
"Category": "V Rising - Host Settings",
"Description": "UDP port for game traffic",
"Keywords": "",
"FieldName": "$ApplicationPort1",
@ -42,7 +42,7 @@
},
{
"DisplayName": "Query Port",
"Category": "Host Settings",
"Category": "V Rising - Host Settings",
"Description": "UDP port for Steam server list features",
"Keywords": "",
"FieldName": "$ApplicationPort2",
@ -56,7 +56,7 @@
},
{
"DisplayName": "RCON Port",
"Category": "Host Settings",
"Category": "V Rising - Host Settings",
"Description": "TCP port for RCON",
"Keywords": "",
"FieldName": "$RemoteAdminPort",
@ -70,7 +70,7 @@
},
{
"DisplayName": "RCON Enabled",
"Category": "Host Settings",
"Category": "V Rising - Host Settings",
"Description": "RCON Enabled to allow Console input",
"Keywords": "",
"FieldName": "RconEnabled",
@ -84,7 +84,7 @@
},
{
"DisplayName": "LAN Mode",
"Category": "Host Settings",
"Category": "V Rising - Host Settings",
"Description": "Use this setting for a server without internet connectivity. The LAN Mode check box must also be checked in-game when connecting.",
"Keywords": "lan,mode",
"FieldName": "LanMode",
@ -100,7 +100,7 @@
},
{
"DisplayName": "Max Connected Users",
"Category": "Host Settings",
"Category": "V Rising - Host Settings",
"Description": "Max number of concurrent players on server",
"Keywords": "max, users",
"FieldName": "$MaxUsers",
@ -114,7 +114,7 @@
},
{
"DisplayName": "Max Connected Admins",
"Category": "Host Settings",
"Category": "V Rising - Host Settings",
"Description": "Max number of admins to allow connect even when server is full",
"Keywords": "max, admins",
"FieldName": "MaxConnectedAdmins",
@ -127,7 +127,7 @@
},
{
"DisplayName": "Clan Size",
"Category": "Game Settings",
"Category": "V Rising - Game Settings",
"Description": "Maximum amount of players per Clan",
"Keywords": "clan, Size",
"FieldName": "ClanSize",
@ -142,7 +142,7 @@
"DisplayName": "Admin List",
"Description": "A list of Steam64 IDs for players that are in-game admins. [Find your Steam64 ID](https://steamid.io/lookup/)",
"FieldName": "AdminList",
"Category": "Game Settings",
"Category": "V Rising - Game Settings",
"InputType": "list",
"Special": "listfile:./v-rising/1829350/VRisingServer_Data/StreamingAssets/Settings/adminlist.txt"
},
@ -150,13 +150,13 @@
"DisplayName": "Ban List",
"Description": "A list of Steam64 IDs for players that are banned [Find a Steam64 ID](https://steamid.io/lookup/)",
"FieldName": "BanList",
"Category": "Game Settings",
"Category": "V Rising - Game Settings",
"InputType": "list",
"Special": "listfile:./v-rising/1829350/VRisingServer_Data/StreamingAssets/Settings/banlist.txt"
},
{
"DisplayName": "Server FPS",
"Category": "Host Settings",
"Category": "V Rising - Host Settings",
"Description": "Maximum Server FPS when idle",
"Keywords": "server, fps",
"FieldName": "ServerFps",
@ -169,7 +169,7 @@
},
{
"DisplayName": "Save Name",
"Category": "Host Settings",
"Category": "V Rising - Host Settings",
"Description": "Name of save file/directory",
"Keywords": "save, name",
"FieldName": "SaveName",
@ -181,7 +181,7 @@
},
{
"DisplayName": "Password",
"Category": "Host Settings",
"Category": "V Rising - Host Settings",
"Description": "Set a password or leave empty",
"Keywords": "server, password",
"FieldName": "Password",
@ -193,7 +193,7 @@
},
{
"DisplayName": "RCON Password",
"Category": "Host Settings",
"Category": "V Rising - Host Settings",
"Description": "See the Security and Privacy menu for configurable options for the server's RCON",
"Keywords": "rcon,password",
"FieldName": "$RemoteAdminPassword",
@ -205,7 +205,7 @@
},
{
"DisplayName": "VAC Secure",
"Category": "Host Settings",
"Category": "V Rising - Host Settings",
"Description": "Choose if you want your server to use VAC or not.",
"Keywords": "server, secure",
"FieldName": "Secure",
@ -220,14 +220,30 @@
}
},
{
"DisplayName": "List on Master Server",
"Category": "Host Settings",
"Description": "Set to true to list on server list, else set to false",
"Keywords": "master,server",
"FieldName": "ListOnMasterServer",
"DisplayName": "List on Steam",
"Category": "V Rising - Host Settings",
"Description": "Set to true to list on Steam's server list",
"Keywords": "list,steam,server,list",
"FieldName": "ListOnSteam",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "ListOnMasterServer",
"ParamFieldName": "ListOnSteam",
"IncludeInCommandLine": false,
"DefaultValue": "true",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "List on EOS",
"Category": "V Rising - Host Settings",
"Description": "Set to true to list on the in-game server list",
"Keywords": "list,EOS,game,server,list",
"FieldName": "ListOnEOS",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "ListOnEOS",
"IncludeInCommandLine": false,
"DefaultValue": "true",
"EnumValues": {
@ -237,7 +253,7 @@
},
{
"DisplayName": "Auto Save Count",
"Category": "Host Settings",
"Category": "V Rising - Host Settings",
"Description": "Number of autosaves to keep",
"Keywords": "autosave, interval",
"FieldName": "AutoSaveCount",
@ -251,7 +267,7 @@
},
{
"DisplayName": "Auto Save Interval",
"Category": "Host Settings",
"Category": "V Rising - Host Settings",
"Description": "Interval in seconds between each auto save",
"Keywords": "AutoSave, interval",
"FieldName": "AutoSaveInterval",
@ -265,7 +281,7 @@
},
{
"DisplayName": "Game Mode Type",
"Category": "Game Settings",
"Category": "V Rising - Game Settings",
"Description": "Set Game Mode Type as PVE or PVP.",
"Keywords": "Game, Mode, Type",
"FieldName": "GameModeType",
@ -281,7 +297,7 @@
},
{
"DisplayName": "Game Settings Ruleset",
"Category": "Host Settings",
"Category": "V Rising - Host Settings",
"Description": "Change Game Mode Ruleset. Must Match Game Mode Type",
"Keywords": "Game, Ruleset",
"FieldName": "GameSettingsPreset",
@ -311,7 +327,7 @@
},
{
"DisplayName": "Admin Only Debug Events",
"Category": "Host Settings",
"Category": "V Rising - Host Settings",
"Description": "Show debug events only to admins",
"Keywords": "admin, debug, events",
"FieldName": "AdminOnlyDebugEvents",
@ -327,7 +343,7 @@
},
{
"DisplayName": "Disable Debug Events",
"Category": "Host Settings",
"Category": "V Rising - Host Settings",
"Description": "Disable Debug Events from appearing at all",
"Keywords": "disable, debug, events",
"FieldName": "DisableDebugEvents",
@ -340,5 +356,21 @@
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Enable API",
"Category": "V Rising - Host Settings",
"Description": "Enables API access (Undocumented feature)",
"Keywords": "API,enabled",
"FieldName": "API.Enabled",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "API.Enabled",
"IncludeInCommandLine": false,
"DefaultValue": "false",
"EnumValues": {
"True": "true",
"False": "false"
}
}
]