forked from CubeCoders/AMPTemplates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchivalry-medieval-warfareconfig.json
336 lines (336 loc) · 14.6 KB
/
chivalry-medieval-warfareconfig.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
[
{
"DisplayName":"Server Name",
"Category":"Chivalry Server Settings",
"Description":"Sets the name of the server that is displayed in the server list",
"Keywords":"server,name,servername",
"FieldName":"ServerName",
"InputType":"text",
"ParamFieldName":"Engine.GameReplicationInfo.ServerName",
"DefaultValue":"AMP Powered Chivalry: Medieval Warfare Server",
"EnumValues":{}
},
{
"DisplayName":"Server MOTD",
"Category":"Chivalry Server Settings",
"Description":"Sets the welcome message (MOTD) displayed when players join the server",
"Keywords":"server,motd,message,day,welcome,MessageOfTheDay",
"FieldName":"MessageOfTheDay",
"InputType":"text",
"ParamFieldName":"Engine.GameReplicationInfo.MessageOfTheDay",
"DefaultValue":"Welcome to my server!",
"EnumValues":{}
},
{
"DisplayName":"Authenticate Server",
"Category":"Chivalry Server Settings",
"Description":"",
"Keywords":"authenticate,bAuthenticateServer",
"FieldName":"bAuthenticateServer",
"InputType":"checkbox",
"ParamFieldName":"Engine.AccessControl.bAuthenticateServer",
"DefaultValue":"True",
"EnumValues":{
"False":"False",
"True":"True"
}
},
{
"DisplayName":"Server Password",
"Category":"Chivalry Server Settings",
"Description":"Sets the password required for players to join the server. Default is no password",
"Keywords":"password,server,gamepassword",
"FieldName":"GamePassword",
"InputType":"password",
"ParamFieldName":"Engine.AccessControl.GamePassword",
"DefaultValue":"",
"EnumValues":{}
},
{
"DisplayName":"Admin Password",
"Category":"Chivalry Server Settings",
"Description":"Sets the password for server admin login. Default is a strong, random password",
"Keywords":"admin,password,adminpassword",
"FieldName":"AdminPassword",
"InputType":"password",
"ParamFieldName":"Engine.AccessControl.AdminPassword",
"DefaultValue":"{{newguid()}}",
"EnumValues":{}
},
{
"DisplayName":"Admins Can Pause Server",
"Category":"Chivalry Server Settings",
"Description":"If set, admins can pause the server",
"Keywords":"admin,pause,bAdminCanPause",
"FieldName":"bAdminCanPause",
"InputType":"checkbox",
"ParamFieldName":"Engine.GameInfo.bAdminCanPause",
"DefaultValue":"false",
"EnumValues":{
"False":"false",
"True":"true"
}
},
{
"DisplayName":"Initial Map",
"Category":"Chivalry Server Settings",
"Description":"Sets the map to start the server with. If \"Custom\" is selected, Custom Initial Map must also be specified",
"Keywords":"map",
"FieldName":"Map",
"InputType":"enum",
"ParamFieldName":"Map",
"DefaultValue":"AOCFFA-Arena3_p",
"EnumValues":{
"AOCFFA-Arena3_p":"AOCFFA-Arena3_p",
"AOCFFA-Bridge_p":"AOCFFA-Bridge_p",
"AOCFFA-CastleAssault_P":"AOCFFA-CastleAssault_P",
"AOCFFA-Cistern_p":"AOCFFA-Cistern_p",
"AOCFFA-ColosseumClassicDuel-CM_p":"AOCFFA-ColosseumClassicDuel-CM_p",
"AOCFFA-Colosseum-CM_p":"AOCFFA-Colosseum-CM_p",
"AOCFFA-Courtyard_p":"AOCFFA-Courtyard_p",
"AOCFFA-Cove-CM_p":"AOCFFA-Cove-CM_p",
"AOCFFA-Darkforest_Cistern_p":"AOCFFA-Darkforest_Cistern_p",
"AOCFFA-Darkforest_Valley_p":"AOCFFA-Darkforest_Valley_p",
"AOCFFA-Dining Hall_p":"AOCFFA-Dining Hall_p",
"AOCFFA-Forest-CM_p":"AOCFFA-Forest-CM_p",
"AOCFFA-FrostPeak_p":"AOCFFA-FrostPeak_p",
"AOCFFA-Hillside_P":"AOCFFA-Hillside_P",
"AOCFFA-HillsidePyre_P":"AOCFFA-HillsidePyre_P",
"AOCFFA-Mines_p":"AOCFFA-Mines_p",
"AOCFFA-Moor_p":"AOCFFA-Moor_p",
"AOCFFA-Ruins_P":"AOCFFA-Ruins_P",
"AOCFFA-Shipyard_p":"AOCFFA-Shipyard_p",
"AOCFFA-StoneshillVillage_P":"AOCFFA-StoneshillVillage_P",
"AOCFFA-Tavern_p":"AOCFFA-Tavern_p",
"AOCFFA-ThroneRoomXL_P":"AOCFFA-ThroneRoomXL_P",
"AOCDuel-Arena_Flat_p":"AOCDuel-Arena_Flat_p",
"AOCDuel-Arena_p":"AOCDuel-Arena_p",
"AOCDuel-Bridge_p":"AOCDuel-Bridge_p",
"AOCDuel-CastleAssault-CM_P":"AOCDuel-CastleAssault-CM_P",
"AOCDuel-Cistern_p":"AOCDuel-Cistern_p",
"AOCDuel-Colosseum-CM_p":"AOCDuel-Colosseum-CM_p",
"AOCDuel-Courtyard_p":"AOCDuel-Courtyard_p",
"AOCDuel-Dininghall_p":"AOCDuel-Dininghall_p",
"AOCDuel-FrostPeak_p":"AOCDuel-FrostPeak_p",
"AOCDuel-Mines_p":"AOCDuel-Mines_p",
"AOCDuel-Moor_p":"AOCDuel-Moor_p",
"AOCDuel-Shaft_p":"AOCDuel-Shaft_p",
"AOCDuel-Shipyard_p":"AOCDuel-Shipyard_p",
"AOCDuel-ThroneRoom_p":"AOCDuel-ThroneRoom_p",
"AOCDuel-Tower_p":"AOCDuel-Tower_p",
"AOCCTF-Colosseum-CM_p":"AOCCTF-Colosseum-CM_p",
"AOCCTF-Frigid_p":"AOCCTF-Frigid_p",
"AOCCTF-Moor_p":"AOCCTF-Moor_p",
"AOCCTF-Ruins_Large_P":"AOCCTF-Ruins_Large_P",
"AOCCTF-Ruins_P":"AOCCTF-Ruins_P",
"AOCKOTH-Arena3_p":"AOCKOTH-Arena3_p",
"AOCKOTH-Colosseum-CM_p":"AOCKOTH-Colosseum-CM_p",
"AOCKOTH-DarkForest_Valley_p":"AOCKOTH-DarkForest_Valley_p",
"AOCKOTH-Hillside_P":"AOCKOTH-Hillside_P",
"AOCKOTH-Impasse-CM_p":"AOCKOTH-Impasse-CM_p",
"AOCKOTH-Moor_p":"AOCKOTH-Moor_p",
"AOCLTS-Arena3_p":"AOCLTS-Arena3_p",
"AOCLTS-ArgonsWall_p":"AOCLTS-ArgonsWall_p",
"AOCLTS-Battlegrounds_Farm_p":"AOCLTS-Battlegrounds_Farm_p",
"AOCLTS-Battlegrounds_p":"AOCLTS-Battlegrounds_p",
"AOCLTS-Belmez-CM_p":"AOCLTS-Belmez-CM_p",
"AOCLTS-Bridge_p":"AOCLTS-Bridge_p",
"AOCLTS-CastleAssault_P":"AOCLTS-CastleAssault_P",
"AOCLTS-Cistern_p":"AOCLTS-Cistern_p",
"AOCLTS-Colosseum-CM_p":"AOCLTS-Colosseum-CM_p",
"AOCLTS-Courtyard_p":"AOCLTS-Courtyard_p",
"AOCLTS-DarkForest_Valley_p":"AOCLTS-DarkForest_Valley_p",
"AOCLTS-DarkForest_XL_p":"AOCLTS-DarkForest_XL_p",
"AOCLTS-Dininghall_p":"AOCLTS-Dininghall_p",
"AOCLTS-Forest-CM_p":"AOCLTS-Forest-CM_p",
"AOCLTS-Frigid_p":"AOCLTS-Frigid_p",
"AOCLTS-Frostpeak_p":"AOCLTS-Frostpeak_p",
"AOCLTS-Hillside_P":"AOCLTS-Hillside_P",
"AOCLTS-HillsidePyre_P":"AOCLTS-HillsidePyre_P",
"AOCLTS-Impasse-CM_p":"AOCLTS-Impasse-CM_p",
"AOCLTS-Mines_p":"AOCLTS-Mines_p",
"AOCLTS-Moor_p":"AOCLTS-Moor_p",
"AOCLTS-No_Mercy_p":"AOCLTS-No_Mercy_p",
"AOCLTS-Ruins_Large_P":"AOCLTS-Ruins_Large_P",
"AOCLTS-Ruins_P":"AOCLTS-Ruins_P",
"AOCLTS-Shipyard_p":"AOCLTS-Shipyard_p",
"AOCLTS-StoneshillVillage_P":"AOCLTS-StoneshillVillage_P",
"AOCLTS-ThroneRoom_P":"AOCLTS-ThroneRoom_P",
"AOCTD-ArgonsWall_p":"AOCTD-ArgonsWall_p",
"AOCTD-Battlegrounds_Farm_p":"AOCTD-Battlegrounds_Farm_p",
"AOCTD-Battlegrounds_p":"AOCTD-Battlegrounds_p",
"AOCTD-Bridge_p":"AOCTD-Bridge_p",
"AOCTD-CastleAssault-CM_P":"AOCTD-CastleAssault-CM_P",
"AOCTD-Cistern_p":"AOCTD-Cistern_p",
"AOCTD-Colosseum-CM_p":"AOCTD-Colosseum-CM_p",
"AOCTD-ColosseumPendulum-CM_p":"AOCTD-ColosseumPendulum-CM_p",
"AOCTD-Courtyard_p":"AOCTD-Courtyard_p",
"AOCTD-Cove-CM_p":"AOCTD-Cove-CM_p",
"AOCTD-Darkforest_Valley_p":"AOCTD-Darkforest_Valley_p",
"AOCTD-Darkforest_XL_p":"AOCTD-Darkforest_XL_p",
"AOCTD-Dininghall_p":"AOCTD-Dininghall_p",
"AOCTD-Forest-CM_P":"AOCTD-Forest-CM_P",
"AOCTD-Frigid_p":"AOCTD-Frigid_p",
"AOCTD-FrostPeak_p":"AOCTD-FrostPeak_p",
"AOCTD-Hillside_P":"AOCTD-Hillside_P",
"AOCTD-HillsidePyre_P":"AOCTD-HillsidePyre_P",
"AOCTD-Impasse-CM_p":"AOCTD-Impasse-CM_p",
"AOCTD-Mines_p":"AOCTD-Mines_p",
"AOCTD-Moor_p":"AOCTD-Moor_p",
"AOCTD-Ruins_Large_P":"AOCTD-Ruins_Large_P",
"AOCTD-Ruins_P":"AOCTD-Ruins_P",
"AOCTD-Shipyard_p":"AOCTD-Shipyard_p",
"AOCTD-StoneshillVillage_P":"AOCTD-StoneshillVillage_P",
"AOCTD-ThroneRoom_P":"AOCTD-ThroneRoom_P",
"AOCTO-Battlegrounds_v3_P":"AOCTO-Battlegrounds_v3_P",
"AOCTO-Belmez-CM_p":"AOCTO-Belmez-CM_p",
"AOCTO-CastleAssault-CM_P":"AOCTO-CastleAssault-CM_P",
"AOCTO-Citadel_p":"AOCTO-Citadel_p",
"AOCTO-Coldfront_p":"AOCTO-Coldfront_p",
"AOCTO-Cove-CM_p":"AOCTO-Cove-CM_p",
"AOCTO-Darkforest_p":"AOCTO-Darkforest_p",
"AOCTO-DrunkenBazaar-CM_p":"AOCTO-DrunkenBazaar-CM_p",
"AOCTO-Hideout-CM_p":"AOCTO-Hideout-CM_p",
"AOCTO-Hillside_P":"AOCTO-Hillside_P",
"AOCTO-Irilla-CM_P":"AOCTO-Irilla-CM_P",
"AOCTO-KingsGarden-CM_p":"AOCTO-KingsGarden-CM_p",
"AOCTO-Outpost_p":"AOCTO-Outpost_p",
"AOCTO-Shore-CM_p":"AOCTO-Shore-CM_p",
"AOCTO-Stoneshill_P":"AOCTO-Stoneshill_P",
"TO2-Crypts":"TO2-Crypts",
"TO2-Hordetown":"TO2-Hordetown",
"{{CustomMap}}":"--Custom--"
}
},
{
"DisplayName":"Custom Initial Map",
"Category":"Chivalry Server Settings",
"Description":"Sets a custom map to use for the Initial Map, if \"Custom\" is selected. Use Workshop Items to install the custom map",
"Keywords":"custom,map",
"FieldName":"CustomMap",
"InputType":"text",
"ParamFieldName":"CustomMap",
"DefaultValue":"",
"Placeholder":"AOCCTF-Empire_p",
"EnumValues":{}
},
{
"DisplayName":"Disable Automatically Adding Custom Maps To List",
"Category":"Chivalry Server Settings",
"Description":"If set, downloaded custom maps will not be added to the maplist, unless they are specifically listed in 'PCServer-UDKGame.ini'",
"Keywords":"custom,maps,list,map,list,add,auto,bDontAddSdkMapsToList",
"FieldName":"bDontAddSdkMapsToList",
"InputType":"checkbox",
"ParamFieldName":"AOC.AOCGame.bDontAddSdkMapsToList",
"DefaultValue":"false",
"EnumValues":{
"False":"false",
"True":"true"
}
},
{
"DisplayName":"Use Custom Gamemode",
"Category":"Chivalry Server Settings",
"Description":"If enabled, the server will start with a custom gamemode. Requires the custom gamemode to be set under Custom Gamemode",
"Keywords":"custom,gamemode,modname",
"FieldName":"modname",
"InputType":"checkbox",
"ParamFieldName":"modname",
"DefaultValue":"",
"EnumValues":{
"False":"",
"True":"?modname={{CustomGamemode}}"
}
},
{
"DisplayName":"Custom Gamemode",
"Category":"Chivalry Server Settings",
"Description":"Sets a custom gamemode to use, if Use Custom Gamemode is enabled. Use Workshop Items to install the custom gamemode",
"Keywords":"custom,gamemode",
"FieldName":"CustomGamemode",
"InputType":"text",
"ParamFieldName":"CustomGamemode",
"DefaultValue":"",
"Placeholder":"BlackKnight",
"EnumValues":{}
},
{
"DisplayName":"Difficulty Level",
"Category":"Chivalry Server Settings",
"Description":"Sets the difficulty level of the server",
"Keywords":"difficulty,level,GameDifficulty",
"FieldName":"GameDifficulty",
"InputType":"number",
"MinValue":"0",
"ParamFieldName":"Engine.GameInfo.GameDifficulty",
"DefaultValue":"1.000000",
"Placeholder":"1.000000",
"EnumValues":{}
},
{
"DisplayName":"Change Levels",
"Category":"Chivalry Server Settings",
"Description":"If set, the level of the server can be changed",
"Keywords":"change,level,bChangeLevels",
"FieldName":"bChangeLevels",
"InputType":"checkbox",
"ParamFieldName":"Engine.GameInfo.bChangeLevels",
"DefaultValue":"True",
"EnumValues":{
"False":"False",
"True":"True"
}
},
{
"DisplayName":"Player Limit",
"Category":"Chivalry Server Settings",
"Description":"Sets the maximum number of players allowed on the server at one time",
"Keywords":"max,players,slots,limit,maxplayers",
"FieldName":"$MaxUsers",
"InputType":"number",
"MinValue":"1",
"MaxValue":"64",
"ParamFieldName":"Engine.GameInfo.MaxPlayers",
"DefaultValue":"32",
"Placeholder":"32",
"Suffix":"players",
"EnumValues":{}
},
{
"DisplayName":"Spectator Limit",
"Category":"Chivalry Server Settings",
"Description":"Sets the maximum number of spectators allowed on the server at one time",
"Keywords":"max,spectators,limit,MaxSpectators",
"FieldName":"MaxSpectators",
"InputType":"number",
"MinValue":"0",
"ParamFieldName":"Engine.GameInfo.MaxSpectators",
"DefaultValue":"0",
"Placeholder":"0",
"Suffix":"spectators",
"EnumValues":{}
},
{
"DisplayName":"Workshop Items",
"Category":"Chivalry Server Settings",
"Description":"Space-separated list of switches to install and update [workshop items](https://steamcommunity.com/workshop/browse?appid=219640). Format: -sdkfileid=<workshop_id>",
"Keywords":"workshop,items,custom,mods,sdkfileid",
"FieldName":"sdkfileid",
"InputType":"text",
"ParamFieldName":"sdkfileid",
"DefaultValue":"",
"Placeholder":"-sdkfileid=229405113 -sdkfileid=232823090",
"EnumValues":{}
},
{
"DisplayName":"Custom Command Line Options",
"Category":"Chivalry Server Settings",
"Description":"Sets custom command line options for the server (those that start with a ? (question mark)). Useful for mods. Include the question mark but do not separate with a space. Don't use options already in AMP's settings!",
"Keywords":"custom,command,line,options",
"FieldName":"CustomOptions",
"InputType":"text",
"ParamFieldName":"CustomOptions",
"DefaultValue":"",
"EnumValues":{}
}
]