forked from CubeCoders/AMPTemplates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrisk-of-rain-2config.json
57 lines (57 loc) · 1.77 KB
/
risk-of-rain-2config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
[
{
"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"
}
}
]