forked from Greelan/AMPTemplates
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaneurismivconfig.json
More file actions
168 lines (168 loc) · 5.86 KB
/
aneurismivconfig.json
File metadata and controls
168 lines (168 loc) · 5.86 KB
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
[
{
"DisplayName": "Disable Reboot",
"Category": "ANEURISM IV:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "",
"Keywords": "",
"FieldName": "rebootTime",
"InputType": "text",
"Hidden": true,
"ParamFieldName": "rebootTime",
"DefaultValue": "none",
"EnumValues": {}
},
{
"DisplayName": "Server Name",
"Category": "ANEURISM IV:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "Sets the server name displayed in the server browser",
"Keywords": "server,name,serverName",
"FieldName": "serverName",
"InputType": "text",
"ParamFieldName": "serverName",
"DefaultValue": "AMP Powered ANEURISM IV Server",
"EnumValues": {}
},
{
"DisplayName": "Server MOTD",
"Category": "ANEURISM IV:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "Sets the message of the day (MOTD) displayed to joining players",
"Keywords": "message,day,motd",
"FieldName": "motd",
"InputType": "Textarea",
"ParamFieldName": "motd",
"DefaultValue": "<b>Welcome to my cool server</b>\nPlease go to the <color=green>next page</color> to view the rules.\n<page>\n<b>Rules</b>\n1. Be cool\n2. Be nice\n3. Have fun",
"EnumValues": {}
},
{
"DisplayName": "Initial Map",
"Category": "ANEURISM IV:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "Sets the initial map to load on the server",
"Keywords": "map",
"FieldName": "map",
"InputType": "enum",
"ParamFieldName": "map",
"DefaultValue": "aneurismiv",
"IncludeInCommandLine": true,
"Required": true,
"EnumValues": {
"aneurismiv": "ANEURISM IV (default)"
}
},
{
"DisplayName": "Server Password",
"Category": "ANEURISM IV:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "Sets the password for players to connect to the server. Default is no password",
"Keywords": "password",
"FieldName": "password",
"InputType": "password",
"ParamFieldName": "password",
"IncludeInCommandLine": true,
"SkipIfEmpty": true,
"DefaultValue": "",
"EnumValues": {}
},
{
"DisplayName": "Player Limit",
"Category": "ANEURISM IV:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "Sets the maximum number of players allowed on the server at one time",
"Keywords": "max,maximum,players,limit,maxplayers",
"FieldName": "$MaxUsers",
"InputType": "number",
"MinValue": "1",
"ParamFieldName": "maxplayers",
"IncludeInCommandLine": true,
"DefaultValue": "50",
"Placeholder": "50",
"Suffix": "players",
"EnumValues": {}
},
{
"DisplayName": "Tick Rate",
"Category": "ANEURISM IV:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "Sets the tick rate of the server",
"Keywords": "tick,rate,tickrate",
"FieldName": "tickrate",
"InputType": "number",
"MinValue": "1",
"ParamFieldName": "tickrate",
"IncludeInCommandLine": true,
"DefaultValue": "60",
"Placeholder": "60",
"Suffix": "tps",
"EnumValues": {}
},
{
"DisplayName": "Server Region",
"Category": "ANEURISM IV:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "Sets a two-letter ISO code for the server region. Sets the corresponding flag icon next to the server name in the server browser",
"Keywords": "server,region",
"FieldName": "region",
"InputType": "text",
"ParamFieldName": "region",
"DefaultValue": "",
"EnumValues": {}
},
{
"DisplayName": "Enable Reporting",
"Category": "ANEURISM IV:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "If set, the server's reporting system will be enabled",
"Keywords": "enable,reports,reporting,enableReports",
"FieldName": "enableReports",
"InputType": "checkbox",
"ParamFieldName": "enableReports",
"DefaultValue": "0",
"EnumValues": {
"False": "0",
"True": "1"
}
},
{
"DisplayName": "Loot Rate",
"Category": "ANEURISM IV:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "Sets the loot rate per player",
"Keywords": "loot,rate,lootRate",
"FieldName": "lootRate",
"InputType": "number",
"ParamFieldName": "lootRate",
"DefaultValue": "3",
"Placeholder": "3",
"EnumValues": {}
},
{
"DisplayName": "Additional Command Line Arguments",
"Category": "ANEURISM IV:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "Specifies additional command line arguments that are not otherwise set by AMP. Use with care",
"Keywords": "custom,server,arguments,parameters",
"FieldName": "CustomArgs",
"InputType": "text",
"ParamFieldName": "CustomArgs",
"DefaultValue": "",
"EnumValues": {}
},
{
"DisplayName": "Server Branch",
"Category": "Updates",
"Subcategory": "Steam Downloads:download",
"Description": "Sets the server branch to install. Update the server after switching branches",
"Keywords": "server,branch,depot",
"FieldName": "ServerBranch",
"InputType": "enum",
"ParamFieldName": "ServerBranch",
"DefaultValue": "public",
"EnumValues": {
"public": "Public (default)",
"preview": "Preview"
}
}
]