forked from CubeCoders/AMPTemplates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ecoconfig.json
292 lines (291 loc) · 10.9 KB
/
ecoconfig.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
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
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
[
{
"DisplayName":"Game Server Port",
"Category":"Eco:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"",
"Keywords":"",
"FieldName":"$ApplicationPort1",
"InputType":"number",
"Hidden":true,
"ParamFieldName":"GameServerPort",
"EnumValues":{}
},
{
"DisplayName":"Web Server Port",
"Category":"Eco:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"",
"Keywords":"",
"FieldName":"$ApplicationPort2",
"InputType":"number",
"Hidden":true,
"ParamFieldName":"WebServerPort",
"EnumValues":{}
},
{
"DisplayName":"RCON Server Port",
"Category":"Eco:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"",
"Keywords":"",
"FieldName":"$RemoteAdminPort",
"InputType":"number",
"Hidden":true,
"ParamFieldName":"RconServerPort",
"EnumValues":{}
},
{
"DisplayName":"Server Name",
"Category":"Eco:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"Name of the server as it appears in the client server browser",
"Keywords":"name",
"FieldName":"Description",
"InputType":"text",
"ParamFieldName":"Name",
"DefaultValue":"Eco Server - Powered by AMP",
"EnumValues":{}
},
{
"DisplayName":"Server Name",
"Category":"Eco:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"",
"Keywords":"",
"FieldName":"Description",
"InputType":"text",
"Hidden":true,
"ParamFieldName":"Description",
"EnumValues":{}
},
{
"DisplayName":"Server Description",
"Category":"Eco:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"Long form description of the server when clicked on in the client server browser",
"Keywords":"description",
"FieldName":"DetailedDescription",
"InputType":"Textarea",
"ParamFieldName":"DetailedDescription",
"DefaultValue":"",
"EnumValues":{}
},
{
"DisplayName":"Strange Cloud Authentication Mode",
"Category":"Eco:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"Sets the Strange Cloud authentication mode for the server. Configure the relevant authentication settings accordingly",
"Keywords":"strange,cloud,auth,authentication,mode",
"FieldName":"AuthMode",
"InputType":"enum",
"ParamFieldName":"AuthMode",
"DefaultValue":"",
"EnumValues":{
"":"None",
"-offline ":"Offline mode",
"-username=\"{{AuthUsername}}\" -password=\"{{AuthPassword}}\" ":"Username and password",
"-userToken=\"{{AuthUserToken}}\" ":"User token",
"-steamTicket=\"{{AuthSteamTicket}}\" ":"Steam ticket"
}
},
{
"DisplayName":"Strange Cloud Auth Username",
"Category":"Eco:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"Sets the authentication username if 'Username and password' is selected under Strange Cloud Authentication Mode",
"Keywords":"strange,cloud,auth,authentication,username",
"FieldName":"AuthUsername",
"InputType":"text",
"ParamFieldName":"AuthUsername",
"DefaultValue":"",
"EnumValues":{}
},
{
"DisplayName":"Strange Cloud Auth Password",
"Category":"Eco:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"Sets the authentication password if 'Username and password' is selected under Strange Cloud Authentication Mode",
"Keywords":"strange,cloud,auth,authentication,password",
"FieldName":"AuthPassword",
"InputType":"password",
"ParamFieldName":"AuthPassword",
"DefaultValue":"",
"EnumValues":{}
},
{
"DisplayName":"Strange Cloud Auth User Token",
"Category":"Eco:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"Sets the authentication user token if 'User token' is selected under Strange Cloud Authentication Mode",
"Keywords":"strange,cloud,auth,authentication,user,token,usertoken",
"FieldName":"AuthUserToken",
"InputType":"text",
"ParamFieldName":"AuthUserToken",
"DefaultValue":"",
"EnumValues":{}
},
{
"DisplayName":"Strange Cloud Auth Steam Ticket",
"Category":"Eco:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"Sets the authentication Steam ticket if 'Steam ticket' is selected under Strange Cloud Authentication Mode",
"Keywords":"strange,cloud,auth,authentication,steam,ticket,steamticket",
"FieldName":"AuthSteamTicket",
"InputType":"text",
"ParamFieldName":"AuthSteamTicket",
"DefaultValue":"",
"EnumValues":{}
},
{
"DisplayName":"Make Server Public",
"Category":"Eco:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"If enabled, server will appear in the client server browser",
"Keywords":"public",
"FieldName":"PublicServer",
"InputType":"checkbox",
"ParamFieldName":"PublicServer",
"DefaultValue":"false",
"EnumValues":{
"False":"false",
"True":"true"
}
},
{
"DisplayName":"Server Password",
"Category":"Eco:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"Password required to connect to the server (except for whitelisted players). Default is no password",
"Keywords":"password",
"FieldName":"Password",
"InputType":"password",
"ParamFieldName":"Password",
"DefaultValue":"",
"EnumValues":{}
},
{
"DisplayName":"RCON Password",
"Category":"Eco:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"See the Security and Privacy menu for configurable options for the server's RCON",
"Keywords":"rcon,password",
"FieldName":"$RemoteAdminPassword",
"InputType":"hidden",
"ParamFieldName":"RconPassword",
"EnumValues":{}
},
{
"DisplayName":"Server Category",
"Category":"Eco:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"Category of the server shown when clients first select a new game",
"Keywords":"category",
"FieldName":"ServerCategory",
"InputType":"enum",
"ParamFieldName":"ServerCategory",
"DefaultValue":"None",
"EnumValues":{
"None":"None",
"Beginner":"Beginner",
"Established":"Established",
"BeginnerHard":"Beginner Hard",
"Strange":"Strange"
}
},
{
"DisplayName":"Player Limit",
"Category":"Eco:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"Maximum number of players that may connect to the server. Default is no limit (-1)",
"Keywords":"players,limit",
"FieldName":"$MaxUsers",
"InputType":"number",
"MinValue":"-1",
"ParamFieldName":"DefaultSlots",
"DefaultValue":"-1",
"Placeholder":"-1",
"Suffix":"players",
"EnumValues":{}
},
{
"DisplayName":"Server IP Binding",
"Category":"Eco:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"Internal server IP-address the server should bind to. Default is Any (all IPs on the host)",
"Keywords":"ip,binding",
"FieldName":"IPAddress",
"InputType":"text",
"ParamFieldName":"IPAddress",
"DefaultValue":"Any",
"EnumValues":{}
},
{
"DisplayName":"RCON IP Binding",
"Category":"Eco:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"Internal server IP-address the RCON server should bind to. Default is Any (all IPs on the host)",
"Keywords":"rcon,ip,binding",
"FieldName":"RconIPAddress",
"InputType":"text",
"ParamFieldName":"RconIPAddress",
"DefaultValue":"Any",
"EnumValues":{}
},
{
"DisplayName":"Discord Address",
"Category":"Eco:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"ID for a Discord server (the ID after \"discord.gg/\") to provide a link to",
"Keywords":"discord",
"FieldName":"DiscordAddress",
"InputType":"text",
"ParamFieldName":"DiscordAddress",
"DefaultValue":"",
"Placeholder":"78xKTd",
"EnumValues":{}
},
{
"DisplayName":"Enable UPnP",
"Category":"Eco:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"If enabled, UPnP will be enabled on the server. Requires a UPnP-enabled router to work",
"Keywords":"upnp",
"FieldName":"UPnPEnabled",
"InputType":"checkbox",
"ParamFieldName":"UPnPEnabled",
"DefaultValue":"false",
"EnumValues":{
"False":"false",
"True":"true"
}
},
{
"DisplayName":"Enable Beta Branch",
"Category":"Updates",
"Subcategory":"Steam Downloads:download",
"Description":"If enabled, allows beta branches (branches other than \"public\") to be installed. Specify the branch under \"Selected Beta Branch\". NOTE: Update the server after switching branches!",
"Keywords":"enable,beta",
"FieldName":"EnableBeta",
"InputType":"checkbox",
"ParamFieldName":"",
"DefaultValue":"false",
"EnumValues":{
"False":"false",
"True":"true"
}
},
{
"DisplayName":"Selected Beta Branch",
"Category":"Updates",
"Subcategory":"Steam Downloads:download",
"Description":"[Beta branch](https://steamdb.info/app/739590/depots/) to install. Requires \"Enable Beta Branch\" to be enabled. Set any required password under \"Beta Password\". NOTE: Update the server after switching branches!",
"Keywords":"beta,branch",
"FieldName":"BetaBranch",
"InputType":"text",
"ParamFieldName":"",
"DefaultValue":"",
"Placeholder":"",
"EnumValues":{}
}
]