forked from Greelan/AMPTemplates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
icarusconfig.json
404 lines (404 loc) · 17.2 KB
/
icarusconfig.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
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
[
{
"DisplayName":"Load Prospect",
"Category":"Icarus Server Settings",
"Description":"",
"Keywords":"",
"FieldName":"LoadProspect",
"InputType":"text",
"Hidden":true,
"IsFlagArgument":false,
"ParamFieldName":"/Script/Icarus.DedicatedServerSettings.LoadProspect",
"IncludeInCommandLine":false,
"DefaultValue":"",
"EnumValues":{}
},
{
"DisplayName":"Create Prospect",
"Category":"Icarus Server Settings",
"Description":"",
"Keywords":"",
"FieldName":"CreateProspect",
"InputType":"text",
"Hidden":true,
"IsFlagArgument":false,
"ParamFieldName":"/Script/Icarus.DedicatedServerSettings.CreateProspect",
"IncludeInCommandLine":false,
"DefaultValue":"",
"EnumValues":{}
},
{
"DisplayName":"Resume Prospect",
"Category":"Icarus Server Settings",
"Description":"",
"Keywords":"",
"FieldName":"ResumeProspect",
"InputType":"text",
"Hidden":true,
"IsFlagArgument":false,
"ParamFieldName":"/Script/Icarus.DedicatedServerSettings.ResumeProspect",
"IncludeInCommandLine":false,
"DefaultValue":"False",
"EnumValues":{}
},
{
"DisplayName":"Session Name",
"Category":"Icarus Server Settings",
"Description":"Sets the session name for the server to be displayed in the server browser. Limit of 64 characters",
"Keywords":"session,name",
"FieldName":"SessionName",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"SteamServerName",
"IncludeInCommandLine":true,
"SkipIfEmpty":true,
"DefaultValue":"AMP Powered Icarus Server",
"EnumValues":{}
},
{
"DisplayName":"Session Name",
"Category":"Icarus Server Settings",
"Description":"",
"Keywords":"",
"FieldName":"SessionName",
"InputType":"text",
"Hidden":true,
"IsFlagArgument":false,
"ParamFieldName":"/Script/Icarus.DedicatedServerSettings.SessionName",
"IncludeInCommandLine":false,
"EnumValues":{}
},
{
"DisplayName":"Server Password",
"Category":"Icarus Server Settings",
"Description":"Sets the password to join the server. Default is no password",
"Keywords":"server,password",
"FieldName":"JoinPassword",
"InputType":"password",
"IsFlagArgument":false,
"ParamFieldName":"JoinPassword",
"IncludeInCommandLine":true,
"DefaultValue":"",
"EnumValues":{}
},
{
"DisplayName":"Server Password",
"Category":"Icarus Server Settings",
"Description":"",
"Keywords":"",
"FieldName":"JoinPassword",
"InputType":"text",
"Hidden":true,
"IsFlagArgument":false,
"ParamFieldName":"/Script/Icarus.DedicatedServerSettings.JoinPassword",
"IncludeInCommandLine":false,
"EnumValues":{}
},
{
"DisplayName":"RCON Password",
"Category":"Icarus Server Settings",
"Description":"Sets the admin RCON password. Default is a random, strong password",
"Keywords":"rcon,admin,password",
"FieldName":"AdminPassword",
"InputType":"password",
"IsFlagArgument":false,
"ParamFieldName":"AdminPassword",
"IncludeInCommandLine":true,
"DefaultValue":"{{newguid()}}",
"EnumValues":{}
},
{
"DisplayName":"RCON Password",
"Category":"Icarus Server Settings",
"Description":"",
"Keywords":"",
"FieldName":"AdminPassword",
"InputType":"text",
"Hidden":true,
"IsFlagArgument":false,
"ParamFieldName":"/Script/Icarus.DedicatedServerSettings.AdminPassword",
"IncludeInCommandLine":false,
"EnumValues":{}
},
{
"DisplayName":"Player Limit",
"Category":"Icarus Server Settings",
"Description":"Maximum number of players that may connect to the server at one time",
"Keywords":"players,limit",
"FieldName":"$MaxUsers",
"InputType":"number",
"MinValue":"1",
"IsFlagArgument":false,
"ParamFieldName":"/Script/Icarus.DedicatedServerSettings.MaxPlayers",
"IncludeInCommandLine":false,
"DefaultValue":"8",
"Suffix":"players",
"EnumValues":{}
},
{
"DisplayName":"Server IP Binding",
"Category":"Icarus Server Settings",
"Description":"Sets the binding of the server. Default is blank (all IPs). Change to internal interface IP only if the server has issues",
"Keywords":"ip,binding,localip,address,multihome",
"FieldName":"MultiHome",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"MultiHome",
"IncludeInCommandLine":true,
"SkipIfEmpty":true,
"DefaultValue":"",
"EnumValues":{}
},
{
"DisplayName":"Startup Mode",
"Category":"Icarus Server Settings",
"Description":"Sets the server startup mode. For \"Load existing prospect\", the Prospect Save Name must be set and the file must exist. For \"Create and launch new prospect\", the Prospect Type must be set; if no Prospect Save Name is set, a random save name will be created for regular prospects",
"Keywords":"startup,mode,load,create,resume",
"FieldName":"StartupMode",
"InputType":"enum",
"IsFlagArgument":false,
"ParamFieldName":"StartupMode",
"IncludeInCommandLine":false,
"DefaultValue":"-CreateProspect=\"{{ProspectType}} {{Difficulty}} {{Hardcore}} {{ProspectSaveName}}\" ",
"EnumValues":{
"":"Wait in lobby",
"-CreateProspect=\"{{ProspectType}} {{Difficulty}} {{Hardcore}} {{ProspectSaveName}}\" ":"Create and launch new prospect (default)",
"-LoadProspect={{ProspectSaveName}} ":"Load existing prospect",
"-ResumeProspect ":"Resume last prospect"
}
},
{
"DisplayName":"Prospect Save Name",
"Category":"Icarus Server Settings",
"Description":"Sets the save name of the specific prospect to be loaded or created",
"Keywords":"prospect,save,name",
"FieldName":"ProspectSaveName",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"ProspectSaveName",
"IncludeInCommandLine":false,
"DefaultValue":"DefaultProspect01",
"EnumValues":{}
},
{
"DisplayName":"Prospect Type",
"Category":"Icarus Server Settings",
"Description":"Sets the prospect type to create a prospect with",
"Keywords":"prospect,type",
"FieldName":"ProspectType",
"InputType":"enum",
"IsFlagArgument":false,
"ParamFieldName":"ProspectType",
"IncludeInCommandLine":false,
"DefaultValue":"Tier1_Forest_Recon_0",
"EnumValues":{
"STYX_C_Construction":"Construction: Alcazar",
"STYX_A_Construction":"Construction: Highrise",
"Tier1_Forest_Construction":"Construction: Homestead",
"Tier2_Glacier_Construction_0":"Construction: Influx",
"Tier3_RiverLands_Construction":"Construction: Life Line",
"Tier2_Canyon_Construction_0":"Construction: Pyramid",
"Tier4_Desert_Construction_0":"Construction: Sandbox",
"Tier3_RiverLands_Delivery":"Delivery: Fire Walk",
"STYX_D_Delivery":"Delivery: Rendezvous",
"Tier4_Arctic_Expedition_0":"Expedition: Avalanche",
"Tier2_Canyon_Expedition_0":"Expedition: Dry Run",
"Tier4_Desert_Expedition_0":"Expedition: El Camino",
"Tier2_Glacier_Expedition_0":"Expedition: Icestorm",
"STYX_B_Expedition":"Expedition: Maelstrom",
"STYX_A_Expedition":"Expedition: Omphalos",
"STYX_C_Expedition":"Expedition: Ricochet",
"STYX_E_Expedition":"Expedition: Vertigo",
"Tier3_RiverLands_Expedition_0":"Expedition: Waterfall",
"STYX_D_Expedition":"Expedition: Zephyr",
"STYX_B_Exploration":"Exploration: Adagio",
"Tier1_Forest_Exploration_0":"Exploration: Argos",
"STYX_D_Exploration":"Exploration: Cavalcade",
"STYX_E_Exploration":"Exploration: Dust",
"Tier3_RiverLands_Exploration_0":"Exploration: Edelweiss",
"STYX_A_Exploration":"Exploration: Headlong",
"Tier2_Glacier_Exploration_0":"Exploration: High Wire",
"STYX_C_Exploration":"Exploration: Kismet",
"Tier4_Desert_Exploration_0":"Exploration: Promised Land",
"Tier2_Canyon_Exploration_0":"Exploration: Sandblast",
"Tier5_Omni_Exploration_0":"Exploration: Spirit Walk",
"Tier4_Arctic_Exploration_0":"Exploration: Tundra",
"STYX_C_Extermination2":"Extermination: Augmentation",
"STYX_C_Extermination":"Extermination: Ballistic",
"Tier4_Arctic_Extermination_0":"Extermination: Clean Up",
"Tier4_Desert_Extermination_0":"Extermination: Dust Up",
"STYX_B_Extermination":"Extermination: Halcyon",
"STYX_A_Extermination":"Extermination: Husk",
"Tier1_Forest_Extermination_0":"Extermination: Kill List",
"Tier4_Desert_Extermination_2":"Extermination: Loose Ends",
"STYX_D_Extermination":"Extermination: Lupine",
"Tier3_RiverLands_Extermination_0":"Extermination: Wet Work",
"Tier2_Glacier_Extraction_0":"Extraction: Deep Vein",
"Tier3_RiverLands_Extraction":"Extraction: Meridian",
"Tier4_Arctic_Extraction_0":"Extraction: Payday",
"STYX_E_Extraction":"Extraction: Remnant",
"Tier1_Farming":"Hydroponics: Agriculture",
"Outpost006_Olympus":"Open World: Olympus",
"OpenWorld_Styx":"Open World: Styx",
"Outpost002_Forest":"Outpost: Arcwood",
"Outpost005_Forest":"Outpost: Holdfast",
"Outpost003_Arctic":"Outpost: Iceholm",
"Tier1_Forest_Recon_0":"Recon: Beachhead (default)",
"Tier2_Glacier_Recovery_0":"Recovery: Broken Arrow",
"Tier4_Desert_Recovery":"Recovery: Concealment",
"Tier2_Canyon_Recovery_0":"Recovery: Field Test",
"Tier1_Forest_Defence":"Recovery: Forsaken",
"Tier4_Arctic_Recovery_0":"Recovery: Snowcrash",
"Tier5_Omni_Recovery":"Recovery: Voyager",
"STYX_D_Research_2":"Research: Abyss",
"Tier2_Canyon_Research_0":"Research: Bioshock",
"Tier4_Desert_Research_2":"Research: Carapace",
"Tier5_Omni_Research_2":"Research: Cryogenic",
"STYX_E_Research":"Research: Flatline",
"STYX_D_Research":"Research: Gossamer",
"Tier4_Desert_Research_0":"Research: Nightwatch",
"Tier2_Glacier_Research_0":"Research: Resurgence",
"Tier1_Forest_Research_0":"Research: Strange Harvest",
"Tier5_Omni_Research":"Research: Unearthed",
"Tier3_RiverLands_Research_0":"Research: Uplift",
"Tier2_Canyon_Scan_0":"Scan: Death Ray",
"Tier3_RiverLands_Scan_0":"Scan: Incursion",
"Tier1_Forest_Scan_0":"Scan: Livewire",
"Tier2_Glacier_Scan_0":"Scan: Searchlight",
"Tier4_Desert_Scan_0":"Scan: Seven Pillars",
"Tier4_Arctic_Scan_0":"Scan: Snowblind",
"Tier4_Arctic_Stockpile":"Stockpile: Advanced Order",
"Tier1_Forest_Stockpile":"Stockpile: Agriculture",
"Tier3_RiverLands_Stockpile_2":"Stockpile: Big Shot",
"STYX_B_Stockpile":"Stockpile: Opulence",
"Tier2_Canyon_Stockpile2":"Stockpile: Preservation",
"Tier3_RiverLands_Stockpile_0":"Stockpile: Ramp Up",
"Tier2_Canyon_Stockpile":"Stockpile: Solid Metal",
"Tier1_Forest_WS_Stockpile":"Stockpile: Spelunking",
"Tier3_RiverLands_Survey_0":"Survey: Clustered",
"STYX_E_Survey":"Survey: Crescendo",
"Tier1_Forest_Survey_0":"Survey: Headstone",
"Tier2_Glacier_Survey_0":"Survey: Ice Line",
"Tier4_Desert_Survey":"Survey: Migrating Sands",
"Tier5_Omni_Olympus":"Survey: Nightfall",
"Tier2_Canyon_LongSurvey_0":"Survey: Sandy Bridges",
"Tier2_Canyon_Survey_0":"Survey: Spirit Level",
"Tier4_Arctic_Survey_0":"Survey: Station To Station",
"Tier1_Forest_Range":"Training: Potshot"
}
},
{
"DisplayName":"Difficulty Level",
"Category":"Icarus Server Settings",
"Description":"Sets the difficulty level to create a prospect with",
"Keywords":"difficulty,level",
"FieldName":"Difficulty",
"InputType":"enum",
"IsFlagArgument":false,
"ParamFieldName":"Difficulty",
"IncludeInCommandLine":false,
"DefaultValue":"2",
"EnumValues":{
"1":"Easy",
"2":"Medium / Normal (default)",
"3":"Hard",
"4":"Extreme"
}
},
{
"DisplayName":"Enable Hardcore",
"Category":"Icarus Server Settings",
"Description":"If set, hardcore mode will be enabled when creating a prospect (respawns will be disabled)",
"Keywords":"hardcore",
"FieldName":"Hardcore",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"Hardcore",
"IncludeInCommandLine":false,
"DefaultValue":"False",
"EnumValues":{
"False":"False",
"True":"True"
}
},
{
"DisplayName":"No Join Shutdown Interval",
"Category":"Icarus Server Settings",
"Description":"Sets the period after which the server will exit a prospect and return to the lobby, if no player has joined. -1 = run indefinitely, 0 = return to lobby immediately, >0 = interval for shutdown. Note that data loss/corruption may occur if the server is shut down in AMP before returning to the lobby",
"Keywords":"shutdown,not,joined,interval",
"FieldName":"ShutdownIfNotJoinedFor",
"InputType":"number",
"MinValue":"-1",
"IsFlagArgument":false,
"ParamFieldName":"/Script/Icarus.DedicatedServerSettings.ShutdownIfNotJoinedFor",
"IncludeInCommandLine":false,
"DefaultValue":"300",
"Placeholder":"300",
"Suffix":"seconds",
"EnumValues":{}
},
{
"DisplayName":"Empty Shutdown Interval",
"Category":"Icarus Server Settings",
"Description":"Sets the period after which the server will exit a prospect and return to the lobby, if the server becomes empty. -1 = run indefinitely, 0 = return to lobby immediately, >0 = interval for shutdown. Note that data loss/corruption may occur if the server is shut down in AMP before returning to the lobby",
"Keywords":"shutdown,not,joined,interval",
"FieldName":"ShutdownIfEmptyFor",
"InputType":"number",
"MinValue":"-1",
"IsFlagArgument":false,
"ParamFieldName":"/Script/Icarus.DedicatedServerSettings.ShutdownIfEmptyFor",
"IncludeInCommandLine":false,
"DefaultValue":"300",
"Placeholder":"300",
"Suffix":"seconds",
"EnumValues":{}
},
{
"DisplayName":"Allow Non-Admins To Load Prospects",
"Category":"Icarus Server Settings",
"Description":"If set, anyone who joins the lobby can create a new prospect or load an existing one. Otherwise, only admins can",
"Keywords":"non,admins,create,prospects",
"FieldName":"AllowNonAdminsToLaunchProspects",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"/Script/Icarus.DedicatedServerSettings.AllowNonAdminsToLaunchProspects",
"IncludeInCommandLine":false,
"DefaultValue":"True",
"EnumValues":{
"False":"False",
"True":"True"
}
},
{
"DisplayName":"Allow Non-Admins To Delete Prospects",
"Category":"Icarus Server Settings",
"Description":"If set, anyone who joins the lobby can delete existing prospects from the server. Otherwise, only admins can",
"Keywords":"non,admins,delete,prospects",
"FieldName":"AllowNonAdminsToDeleteProspects",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"/Script/Icarus.DedicatedServerSettings.AllowNonAdminsToDeleteProspects",
"IncludeInCommandLine":false,
"DefaultValue":"False",
"EnumValues":{
"False":"False",
"True":"True"
}
},
{
"DisplayName":"Server Branch",
"Category":"SteamCMD and Updates",
"Description":"Sets the server branch to install. The client must be on the same version. NOTE: Update the server after switching branches!",
"Keywords":"server,branch,depot",
"FieldName":"ServerBranch",
"InputType":"enum",
"IsFlagArgument":false,
"ParamFieldName":"ServerBranch",
"IncludeInCommandLine":false,
"DefaultValue":"public",
"EnumValues":{
"public":"Public (default)",
"experimental":"Experimental"
}
}
]