AMPTemplates/risk-of-rain-2config.json
IceOfWraith 1a1db4cce7 Update Risk of Rain 2
Updated Risk of Rain 2 to use the MaxUsers properly.
2022-01-29 20:32:24 -06:00

57 lines
1.8 KiB
JSON

[
{
"DisplayName": "Host name",
"Category": "Server Settings",
"Description": "Display name of the host",
"Keywords": "host name server",
"FieldName": "sv_hostname",
"InputType": "text",
"IsFlagArgument": false,
"ParamFieldName": "sv_hostname",
"IncludeInCommandLine": false,
"DefaultValue": "Powered by AMP",
"EnumValues": {}
},
{
"DisplayName": "Password",
"Category": "Server Settings",
"Description": "Server password for users to join",
"Keywords": "server password users",
"FieldName": "sv_password",
"InputType": "password",
"IsFlagArgument": false,
"ParamFieldName": "sv_password",
"IncludeInCommandLine": false,
"DefaultValue": "",
"EnumValues": {}
},
{
"DisplayName": "Max Players",
"Category": "Server Settings",
"Description": "The maximum number of players",
"Keywords": "max players",
"FieldName": "$MaxUsers",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "sv_maxplayers",
"IncludeInCommandLine": false,
"DefaultValue": "4",
"EnumValues": {}
},
{
"DisplayName": "Steam Heartbeat",
"Category": "Server Settings",
"Description": "Advertise on the server list",
"Keywords": "advertise server list steam heartbeat",
"FieldName": "steam_server_heartbeat_enabled",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "steam_server_heartbeat_enabled",
"IncludeInCommandLine": false,
"DefaultValue": "1",
"EnumValues": {
"True": "1",
"False": "0"
}
}
]