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