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,264 +1,270 @@
[ [
{ {
"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":"", "DefaultValue": "",
"EnumValues":{}, "EnumValues": {},
"Hidden": true "Hidden": true
}, },
{ {
"DisplayName":"Query Port", "DisplayName": "Query Port",
"Category":"Host Settings", "Category": "Host Settings",
"Description":"UDP port for Steam server list features", "Description": "UDP port for Steam server list features",
"Keywords":"query,port", "Keywords": "query,port",
"FieldName":"$ApplicationPort2", "FieldName": "$ApplicationPort2",
"InputType":"number", "InputType": "number",
"IsFlagArgument":false, "IsFlagArgument": false,
"ParamFieldName":"QueryPort", "ParamFieldName": "QueryPort",
"IncludeInCommandLine":false, "IncludeInCommandLine": false,
"DefaultValue":"", "DefaultValue": "",
"EnumValues":{}, "EnumValues": {},
"Hidden": true "Hidden": true
}, },
{ {
"DisplayName":"Max Connected Users", "DisplayName": "Max Connected Users",
"Category":"Host Settings", "Category": "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",
"InputType":"number", "InputType": "number",
"DefaultValue": "40", "DefaultValue": "40",
"IsFlagArgument":false, "IsFlagArgument": false,
"ParamFieldName":"MaxConnectedUsers", "ParamFieldName": "MaxConnectedUsers",
"IncludeInCommandLine":false "IncludeInCommandLine": false,
}, "Suffix": "players"
{ },
"DisplayName":"Max Connected Admins", {
"Category":"Host Settings", "DisplayName": "Max Connected Admins",
"Description":"Max number of admins to allow connect even when server is full", "Category": "Host Settings",
"Keywords":"max, admins", "Description": "Max number of admins to allow connect even when server is full",
"FieldName":"MaxConnectedAdmins", "Keywords": "max, admins",
"InputType":"number", "FieldName": "MaxConnectedAdmins",
"IsFlagArgument":false, "InputType": "number",
"ParamFieldName":"MaxConnectedAdmins", "IsFlagArgument": false,
"DefaultValue":"4", "ParamFieldName": "MaxConnectedAdmins",
"IncludeInCommandLine":false "DefaultValue": "4",
}, "IncludeInCommandLine": false,
{ "Suffix": "players"
"DisplayName":"Clan Size", },
"Category":"Game Settings", {
"Description":"Maximum amount of players per Clan", "DisplayName": "Clan Size",
"Keywords":"clan, Size", "Category": "Game Settings",
"FieldName":"ClanSize", "Description": "Maximum amount of players per Clan",
"InputType":"number", "Keywords": "clan, Size",
"IsFlagArgument":false, "FieldName": "ClanSize",
"ParamFieldName":"ClanSize", "InputType": "number",
"DefaultValue":"4", "IsFlagArgument": false,
"IncludeInCommandLine":false "ParamFieldName": "ClanSize",
}, "DefaultValue": "4",
{ "IncludeInCommandLine": false,
"DisplayName":"Server FPS", "Suffix": "players"
"Category":"Host Settings", },
"Description":"Maximum Server FPS when idle", {
"Keywords":"server, fps", "DisplayName": "Server FPS",
"FieldName":"ServerFps", "Category": "Host Settings",
"InputType":"number", "Description": "Maximum Server FPS when idle",
"IsFlagArgument":false, "Keywords": "server, fps",
"ParamFieldName":"ServerFps", "FieldName": "ServerFps",
"DefaultValue":"30", "InputType": "number",
"IncludeInCommandLine":false "IsFlagArgument": false,
}, "ParamFieldName": "ServerFps",
{ "DefaultValue": "30",
"DisplayName":"Save Name", "IncludeInCommandLine": false,
"Category":"Host Settings", "Suffix": "FPS"
"Description":"Name of save file/directory", },
"Keywords":"save, name", {
"FieldName":"SaveName", "DisplayName": "Save Name",
"InputType":"text", "Category": "Host Settings",
"IsFlagArgument":false, "Description": "Name of save file/directory",
"ParamFieldName":"SaveName", "Keywords": "save, name",
"DefaultValue":"world1", "FieldName": "SaveName",
"IncludeInCommandLine":false "InputType": "text",
}, "IsFlagArgument": false,
{ "ParamFieldName": "SaveName",
"DisplayName":"Password", "DefaultValue": "world1",
"Category":"Host Settings", "IncludeInCommandLine": false
"Description":"Set a password or leave empty", },
"Keywords":"server, password", {
"FieldName":"Password", "DisplayName": "Password",
"DefaultValue": "", "Category": "Host Settings",
"InputType":"password", "Description": "Set a password or leave empty",
"IsFlagArgument":false, "Keywords": "server, password",
"ParamFieldName":"Password", "FieldName": "Password",
"IncludeInCommandLine":false "DefaultValue": "",
}, "InputType": "password",
{ "IsFlagArgument": false,
"DisplayName":"VAC Secure", "ParamFieldName": "Password",
"Category":"Host Settings", "IncludeInCommandLine": false
"Description":"Choose if you want your server to use VAC or not.", },
"Keywords":"server, secure", {
"FieldName":"Secure", "DisplayName": "VAC Secure",
"InputType":"checkbox", "Category": "Host Settings",
"IsFlagArgument":false, "Description": "Choose if you want your server to use VAC or not.",
"ParamFieldName":"Secure", "Keywords": "server, secure",
"IncludeInCommandLine":false, "FieldName": "Secure",
"DefaultValue":"true", "InputType": "checkbox",
"EnumValues":{ "IsFlagArgument": false,
"True": "true", "ParamFieldName": "Secure",
"False": "false" "IncludeInCommandLine": false,
} "DefaultValue": "true",
}, "EnumValues": {
{ "True": "true",
"DisplayName":"List on Master Server", "False": "false"
"Category":"Host Settings",
"Description":"Set to true to list on server list, else set to false",
"Keywords":"master,server",
"FieldName":"ListOnMasterServer",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"ListOnMasterServer",
"IncludeInCommandLine":false,
"DefaultValue":"true",
"EnumValues":{
"True": "true",
"False": "false"
}
},
{
"DisplayName":"Auto Save Count",
"Category":"Host Settings",
"Description":"Number of autosaves to keep",
"Keywords":"autosave, interval",
"FieldName":"AutoSaveCount",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"AutoSaveCount",
"IncludeInCommandLine":false,
"DefaultValue":"25",
"EnumValues":{}
},
{
"DisplayName":"Auto Save Interval",
"Category":"Host Settings",
"Description":"Interval in seconds between each auto save",
"Keywords":"AutoSave, interval",
"FieldName":"AutoSaveInterval",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"AutoSaveInterval",
"IncludeInCommandLine":false,
"DefaultValue":"120",
"EnumValues":{}
},
{
"DisplayName":"Game Mode Type",
"Category":"Game Settings",
"Description":"Set Game Mode Type as PVE or PVP.",
"Keywords":"Game, Mode, Type",
"FieldName":"GameModeType",
"InputType":"enum",
"IsFlagArgument":false,
"ParamFieldName":"GameModeType",
"IncludeInCommandLine":false,
"DefaultValue":"PvP",
"EnumValues":{
"PvE": "PvE",
"PvP": "PvP"
}
},
{
"DisplayName":"Game Settings Ruleset",
"Category":"Host Settings",
"Description":"Change Game Mode Ruleset. Must Match Game Mode Type",
"Keywords":"Game, Ruleset",
"FieldName":"GameSettingsPreset",
"InputType":"enum",
"IsFlagArgument":false,
"ParamFieldName":"GameSettingsPreset",
"IncludeInCommandLine":false,
"DefaultValue":"",
"EnumValues":{
"DuoPvP": "Duo PvP",
"HardcorePvP": "Full Loot PvP Rules",
"Level30PvP": "PvP Dawn - Level 30",
"Level50PvP": "PvP Noon - Level 50",
"Level70PvP": "PvP Dusk - Level 50",
"SoloPvP": "Solo PvP",
"StandardPvP": "Standard PvP Rules",
"StandardPvP_Easy": "Standard PvP Easy",
"StandardPvP_Hard": "Standard PvP Hard",
"Level30PvE": "PvE Dawn - Level 30",
"Level50PvE": "PvE Noon - Level 50",
"Level70PvE": "PvE Dusk - Level 50",
"StandardPvE": "Standard PvE Rules",
"StandardPvE_Easy": "Standard PvE Easy",
"StandardPvE_Hard": "Standard PvE Hard",
"": "Custom"
}
},
{
"DisplayName":"Admin Only Debug Events",
"Category":"Host Settings",
"Description":"Show debug events only to admins",
"Keywords":"admin, debug, events",
"FieldName":"AdminOnlyDebugEvents",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"AdminOnlyDebugEvents",
"IncludeInCommandLine":false,
"DefaultValue":"true",
"EnumValues":{
"True": "true",
"False": "false"
}
},
{
"DisplayName":"Disable Debug Events",
"Category":"Host Settings",
"Description":"Disable Debug Events from appearing at all",
"Keywords":"disable, debug, events",
"FieldName":"DisableDebugEvents",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"DisableDebugEvents",
"IncludeInCommandLine":false,
"DefaultValue": "false",
"EnumValues":{
"True": "true",
"False": "false"
}
} }
] },
{
"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",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "ListOnMasterServer",
"IncludeInCommandLine": false,
"DefaultValue": "true",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Auto Save Count",
"Category": "Host Settings",
"Description": "Number of autosaves to keep",
"Keywords": "autosave, interval",
"FieldName": "AutoSaveCount",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "AutoSaveCount",
"IncludeInCommandLine": false,
"DefaultValue": "25",
"EnumValues": {},
"Suffix": "saves"
},
{
"DisplayName": "Auto Save Interval",
"Category": "Host Settings",
"Description": "Interval in seconds between each auto save",
"Keywords": "AutoSave, interval",
"FieldName": "AutoSaveInterval",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "AutoSaveInterval",
"IncludeInCommandLine": false,
"DefaultValue": "120",
"EnumValues": {},
"Suffix": "seconds"
},
{
"DisplayName": "Game Mode Type",
"Category": "Game Settings",
"Description": "Set Game Mode Type as PVE or PVP.",
"Keywords": "Game, Mode, Type",
"FieldName": "GameModeType",
"InputType": "enum",
"IsFlagArgument": false,
"ParamFieldName": "GameModeType",
"IncludeInCommandLine": false,
"DefaultValue": "PvP",
"EnumValues": {
"PvE": "PvE",
"PvP": "PvP"
}
},
{
"DisplayName": "Game Settings Ruleset",
"Category": "Host Settings",
"Description": "Change Game Mode Ruleset. Must Match Game Mode Type",
"Keywords": "Game, Ruleset",
"FieldName": "GameSettingsPreset",
"InputType": "enum",
"IsFlagArgument": false,
"ParamFieldName": "GameSettingsPreset",
"IncludeInCommandLine": false,
"DefaultValue": "",
"EnumValues": {
"DuoPvP": "Duo PvP",
"HardcorePvP": "Full Loot PvP Rules",
"Level30PvP": "PvP Dawn - Level 30",
"Level50PvP": "PvP Noon - Level 50",
"Level70PvP": "PvP Dusk - Level 50",
"SoloPvP": "Solo PvP",
"StandardPvP": "Standard PvP Rules",
"StandardPvP_Easy": "Standard PvP Easy",
"StandardPvP_Hard": "Standard PvP Hard",
"Level30PvE": "PvE Dawn - Level 30",
"Level50PvE": "PvE Noon - Level 50",
"Level70PvE": "PvE Dusk - Level 50",
"StandardPvE": "Standard PvE Rules",
"StandardPvE_Easy": "Standard PvE Easy",
"StandardPvE_Hard": "Standard PvE Hard",
"": "Custom"
}
},
{
"DisplayName": "Admin Only Debug Events",
"Category": "Host Settings",
"Description": "Show debug events only to admins",
"Keywords": "admin, debug, events",
"FieldName": "AdminOnlyDebugEvents",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "AdminOnlyDebugEvents",
"IncludeInCommandLine": false,
"DefaultValue": "true",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Disable Debug Events",
"Category": "Host Settings",
"Description": "Disable Debug Events from appearing at all",
"Keywords": "disable, debug, events",
"FieldName": "DisableDebugEvents",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "DisableDebugEvents",
"IncludeInCommandLine": false,
"DefaultValue": "false",
"EnumValues": {
"True": "true",
"False": "false"
}
}
]