Update v-risingconfig.json

Add suffixes and placeholders.
This commit is contained in:
PhonicUK 2022-05-23 17:33:04 +01:00 committed by GitHub
parent d8c6b4f8c4
commit d102dc3acd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,216 +1,222 @@
[ [
{ {
"DisplayName":"Server Name", "DisplayName": "Server Name",
"Category":"Host Settings", "Category": "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",
"InputType":"text", "InputType": "text",
"IsFlagArgument":false, "IsFlagArgument": false,
"ParamFieldName":"Name", "ParamFieldName": "Name",
"IncludeInCommandLine":false, "IncludeInCommandLine": false,
"DefaultValue": "AMP V Rising Server", "DefaultValue": "AMP V Rising Server",
"EnumValues":{} "EnumValues": {}
}, },
{ {
"DisplayName":"Description", "DisplayName": "Description",
"Category":"Host Settings", "Category": "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",
"InputType":"text", "InputType": "text",
"IsFlagArgument":false, "IsFlagArgument": false,
"ParamFieldName":"Description", "ParamFieldName": "Description",
"IncludeInCommandLine":false, "IncludeInCommandLine": false,
"DefaultValue": "AMP V Rising Server", "DefaultValue": "AMP V Rising Server",
"EnumValues":{} "Placeholder": "My V Rising Server"
}, },
{ {
"DisplayName":"Port", "DisplayName": "Port",
"Category":"Host Settings", "Category": "Host Settings",
"Description":"UDP port for game traffic", "Description": "UDP port for game traffic",
"Keywords":"game,port", "Keywords": "game,port",
"FieldName":"$ApplicationPort1", "FieldName": "$ApplicationPort1",
"InputType":"number", "InputType": "number",
"IsFlagArgument":false, "IsFlagArgument": false,
"ParamFieldName":"Port", "ParamFieldName": "Port",
"IncludeInCommandLine":false, "IncludeInCommandLine": false,
"DefaultValue":"",
"EnumValues":{},
"Hidden": true
},
{
"DisplayName":"Query Port",
"Category":"Host Settings",
"Description":"UDP port for Steam server list features",
"Keywords":"query,port",
"FieldName":"$ApplicationPort2",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"QueryPort",
"IncludeInCommandLine":false,
"DefaultValue":"",
"EnumValues":{},
"Hidden": true
},
{
"DisplayName":"Max Connected Users",
"Category":"Host Settings",
"Description":"Max number of concurrent players on server",
"Keywords":"max, users",
"FieldName":"$MaxUsers",
"InputType":"number",
"DefaultValue": "40",
"IsFlagArgument":false,
"ParamFieldName":"MaxConnectedUsers",
"IncludeInCommandLine":false
},
{
"DisplayName":"Max Connected Admins",
"Category":"Host Settings",
"Description":"Max number of admins to allow connect even when server is full",
"Keywords":"max, admins",
"FieldName":"MaxConnectedAdmins",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"MaxConnectedAdmins",
"DefaultValue":"4",
"IncludeInCommandLine":false
},
{
"DisplayName":"Clan Size",
"Category":"Game Settings",
"Description":"Maximum amount of players per Clan",
"Keywords":"clan, Size",
"FieldName":"ClanSize",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"ClanSize",
"DefaultValue":"4",
"IncludeInCommandLine":false
},
{
"DisplayName":"Server FPS",
"Category":"Host Settings",
"Description":"Maximum Server FPS when idle",
"Keywords":"server, fps",
"FieldName":"ServerFps",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"ServerFps",
"DefaultValue":"30",
"IncludeInCommandLine":false
},
{
"DisplayName":"Save Name",
"Category":"Host Settings",
"Description":"Name of save file/directory",
"Keywords":"save, name",
"FieldName":"SaveName",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"SaveName",
"DefaultValue":"world1",
"IncludeInCommandLine":false
},
{
"DisplayName":"Password",
"Category":"Host Settings",
"Description":"Set a password or leave empty",
"Keywords":"server, password",
"FieldName":"Password",
"DefaultValue": "", "DefaultValue": "",
"InputType":"password", "EnumValues": {},
"IsFlagArgument":false, "Hidden": true
"ParamFieldName":"Password",
"IncludeInCommandLine":false
}, },
{ {
"DisplayName":"VAC Secure", "DisplayName": "Query Port",
"Category":"Host Settings", "Category": "Host Settings",
"Description":"Choose if you want your server to use VAC or not.", "Description": "UDP port for Steam server list features",
"Keywords":"server, secure", "Keywords": "query,port",
"FieldName":"Secure", "FieldName": "$ApplicationPort2",
"InputType":"checkbox", "InputType": "number",
"IsFlagArgument":false, "IsFlagArgument": false,
"ParamFieldName":"Secure", "ParamFieldName": "QueryPort",
"IncludeInCommandLine":false, "IncludeInCommandLine": false,
"DefaultValue":"true", "DefaultValue": "",
"EnumValues":{ "EnumValues": {},
"Hidden": true
},
{
"DisplayName": "Max Connected Users",
"Category": "Host Settings",
"Description": "Max number of concurrent players on server",
"Keywords": "max, users",
"FieldName": "$MaxUsers",
"InputType": "number",
"DefaultValue": "40",
"IsFlagArgument": false,
"ParamFieldName": "MaxConnectedUsers",
"IncludeInCommandLine": false,
"Suffix": "players"
},
{
"DisplayName": "Max Connected Admins",
"Category": "Host Settings",
"Description": "Max number of admins to allow connect even when server is full",
"Keywords": "max, admins",
"FieldName": "MaxConnectedAdmins",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "MaxConnectedAdmins",
"DefaultValue": "4",
"IncludeInCommandLine": false,
"Suffix": "players"
},
{
"DisplayName": "Clan Size",
"Category": "Game Settings",
"Description": "Maximum amount of players per Clan",
"Keywords": "clan, Size",
"FieldName": "ClanSize",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "ClanSize",
"DefaultValue": "4",
"IncludeInCommandLine": false,
"Suffix": "players"
},
{
"DisplayName": "Server FPS",
"Category": "Host Settings",
"Description": "Maximum Server FPS when idle",
"Keywords": "server, fps",
"FieldName": "ServerFps",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "ServerFps",
"DefaultValue": "30",
"IncludeInCommandLine": false,
"Suffix": "FPS"
},
{
"DisplayName": "Save Name",
"Category": "Host Settings",
"Description": "Name of save file/directory",
"Keywords": "save, name",
"FieldName": "SaveName",
"InputType": "text",
"IsFlagArgument": false,
"ParamFieldName": "SaveName",
"DefaultValue": "world1",
"IncludeInCommandLine": false
},
{
"DisplayName": "Password",
"Category": "Host Settings",
"Description": "Set a password or leave empty",
"Keywords": "server, password",
"FieldName": "Password",
"DefaultValue": "",
"InputType": "password",
"IsFlagArgument": false,
"ParamFieldName": "Password",
"IncludeInCommandLine": false
},
{
"DisplayName": "VAC Secure",
"Category": "Host Settings",
"Description": "Choose if you want your server to use VAC or not.",
"Keywords": "server, secure",
"FieldName": "Secure",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "Secure",
"IncludeInCommandLine": false,
"DefaultValue": "true",
"EnumValues": {
"True": "true", "True": "true",
"False": "false" "False": "false"
} }
}, },
{ {
"DisplayName":"List on Master Server", "DisplayName": "List on Master Server",
"Category":"Host Settings", "Category": "Host Settings",
"Description":"Set to true to list on server list, else set to false", "Description": "Set to true to list on server list, else set to false",
"Keywords":"master,server", "Keywords": "master,server",
"FieldName":"ListOnMasterServer", "FieldName": "ListOnMasterServer",
"InputType":"checkbox", "InputType": "checkbox",
"IsFlagArgument":false, "IsFlagArgument": false,
"ParamFieldName":"ListOnMasterServer", "ParamFieldName": "ListOnMasterServer",
"IncludeInCommandLine":false, "IncludeInCommandLine": false,
"DefaultValue":"true", "DefaultValue": "true",
"EnumValues":{ "EnumValues": {
"True": "true", "True": "true",
"False": "false" "False": "false"
} }
}, },
{ {
"DisplayName":"Auto Save Count", "DisplayName": "Auto Save Count",
"Category":"Host Settings", "Category": "Host Settings",
"Description":"Number of autosaves to keep", "Description": "Number of autosaves to keep",
"Keywords":"autosave, interval", "Keywords": "autosave, interval",
"FieldName":"AutoSaveCount", "FieldName": "AutoSaveCount",
"InputType":"number", "InputType": "number",
"IsFlagArgument":false, "IsFlagArgument": false,
"ParamFieldName":"AutoSaveCount", "ParamFieldName": "AutoSaveCount",
"IncludeInCommandLine":false, "IncludeInCommandLine": false,
"DefaultValue":"25", "DefaultValue": "25",
"EnumValues":{} "EnumValues": {},
"Suffix": "saves"
}, },
{ {
"DisplayName":"Auto Save Interval", "DisplayName": "Auto Save Interval",
"Category":"Host Settings", "Category": "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",
"InputType":"number", "InputType": "number",
"IsFlagArgument":false, "IsFlagArgument": false,
"ParamFieldName":"AutoSaveInterval", "ParamFieldName": "AutoSaveInterval",
"IncludeInCommandLine":false, "IncludeInCommandLine": false,
"DefaultValue":"120", "DefaultValue": "120",
"EnumValues":{} "EnumValues": {},
"Suffix": "seconds"
}, },
{ {
"DisplayName":"Game Mode Type", "DisplayName": "Game Mode Type",
"Category":"Game Settings", "Category": "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",
"InputType":"enum", "InputType": "enum",
"IsFlagArgument":false, "IsFlagArgument": false,
"ParamFieldName":"GameModeType", "ParamFieldName": "GameModeType",
"IncludeInCommandLine":false, "IncludeInCommandLine": false,
"DefaultValue":"PvP", "DefaultValue": "PvP",
"EnumValues":{ "EnumValues": {
"PvE": "PvE", "PvE": "PvE",
"PvP": "PvP" "PvP": "PvP"
} }
}, },
{ {
"DisplayName":"Game Settings Ruleset", "DisplayName": "Game Settings Ruleset",
"Category":"Host Settings", "Category": "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",
"InputType":"enum", "InputType": "enum",
"IsFlagArgument":false, "IsFlagArgument": false,
"ParamFieldName":"GameSettingsPreset", "ParamFieldName": "GameSettingsPreset",
"IncludeInCommandLine":false, "IncludeInCommandLine": false,
"DefaultValue":"", "DefaultValue": "",
"EnumValues":{ "EnumValues": {
"DuoPvP": "Duo PvP", "DuoPvP": "Duo PvP",
"HardcorePvP": "Full Loot PvP Rules", "HardcorePvP": "Full Loot PvP Rules",
"Level30PvP": "PvP Dawn - Level 30", "Level30PvP": "PvP Dawn - Level 30",
@ -230,33 +236,33 @@
} }
}, },
{ {
"DisplayName":"Admin Only Debug Events", "DisplayName": "Admin Only Debug Events",
"Category":"Host Settings", "Category": "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",
"InputType":"checkbox", "InputType": "checkbox",
"IsFlagArgument":false, "IsFlagArgument": false,
"ParamFieldName":"AdminOnlyDebugEvents", "ParamFieldName": "AdminOnlyDebugEvents",
"IncludeInCommandLine":false, "IncludeInCommandLine": false,
"DefaultValue":"true", "DefaultValue": "true",
"EnumValues":{ "EnumValues": {
"True": "true", "True": "true",
"False": "false" "False": "false"
} }
}, },
{ {
"DisplayName":"Disable Debug Events", "DisplayName": "Disable Debug Events",
"Category":"Host Settings", "Category": "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",
"InputType":"checkbox", "InputType": "checkbox",
"IsFlagArgument":false, "IsFlagArgument": false,
"ParamFieldName":"DisableDebugEvents", "ParamFieldName": "DisableDebugEvents",
"IncludeInCommandLine":false, "IncludeInCommandLine": false,
"DefaultValue": "false", "DefaultValue": "false",
"EnumValues":{ "EnumValues": {
"True": "true", "True": "true",
"False": "false" "False": "false"
} }