forked from Greelan/AMPTemplates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
call-of-duty4mwconfig.json
478 lines (478 loc) · 17.1 KB
/
call-of-duty4mwconfig.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
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
[
{
"DisplayName":"Game Port",
"Category":"Server Settings",
"Description":"",
"Keywords":"",
"FieldName":"$GamePort",
"InputType":"number",
"Hidden":true,
"IsFlagArgument":false,
"ParamFieldName":"net_port",
"IncludeInCommandLine":false,
"EnumValues":{}
},
{
"DisplayName":"IP Binding",
"Category":"Server Settings",
"Description":"",
"Keywords":"",
"FieldName":"$ApplicationIPBinding",
"InputType":"number",
"Hidden":true,
"IsFlagArgument":false,
"ParamFieldName":"net_ip",
"IncludeInCommandLine":false,
"EnumValues":{}
},
{
"DisplayName":"Enable Log File",
"Category":"Server Settings",
"Description":"",
"Keywords":"",
"FieldName":"logfile",
"InputType":"number",
"Hidden":true,
"IsFlagArgument":false,
"ParamFieldName":"logfile",
"IncludeInCommandLine":false,
"DefaultValue":"1",
"EnumValues":{}
},
{
"DisplayName":"Continuous Log",
"Category":"Server Settings",
"Description":"",
"Keywords":"",
"FieldName":"g_logsync",
"InputType":"number",
"Hidden":true,
"IsFlagArgument":false,
"ParamFieldName":"g_logsync",
"IncludeInCommandLine":false,
"DefaultValue":"2",
"EnumValues":{}
},
{
"DisplayName":"Log File Name",
"Category":"Server Settings",
"Description":"",
"Keywords":"",
"FieldName":"g_log",
"InputType":"text",
"Hidden":true,
"IsFlagArgument":false,
"ParamFieldName":"g_log",
"IncludeInCommandLine":false,
"DefaultValue":"games_mp.log",
"EnumValues":{}
},
{
"DisplayName":"Disable Punkbuster",
"Category":"Server Settings",
"Description":"",
"Keywords":"",
"FieldName":"sv_punkbuster",
"InputType":"number",
"Hidden":true,
"IsFlagArgument":false,
"ParamFieldName":"sv_punkbuster",
"IncludeInCommandLine":false,
"DefaultValue":"0",
"EnumValues":{}
},
{
"DisplayName":"Server Name",
"Category":"Server Settings",
"Description":"Sets the name of the server. Limit of 22 characters. Colour codes can be used: ^0=Black, ^1=Red, ^2=Green, ^3=Yellow, ^4=Blue, ^5=Cyan, ^6=Pink, ^7=White, ^8=Grey, ^9=Grey/Map Default",
"Keywords":"server,name",
"FieldName":"sv_hostname",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"sv_hostname",
"IncludeInCommandLine":false,
"DefaultValue":"^1AMP Hosted COD4 Server",
"EnumValues":{}
},
{
"DisplayName":"Message Of The Day",
"Category":"Server Settings",
"Description":"Sets the message of the day (MOTD) displayed when players join. Colour codes can also be used, as per the Server Name",
"Keywords":"message,motd",
"FieldName":"scr_motd",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"scr_motd",
"IncludeInCommandLine":false,
"DefaultValue":"^4Welcome to COD4!",
"EnumValues":{}
},
{
"DisplayName":"Make Server Public",
"Category":"Server Settings",
"Description":"If enabled, the server will be visible publicly. Otherwise it will only be accessible from the local network",
"Keywords":"public,visible",
"FieldName":"dedicated",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"dedicated",
"IncludeInCommandLine":true,
"DefaultValue":"2",
"EnumValues":{
"False":"1",
"True":"2"
}
},
{
"DisplayName":"Server Password",
"Category":"Server Settings",
"Description":"Sets the password to join the server",
"Keywords":"password",
"FieldName":"g_password",
"InputType":"password",
"IsFlagArgument":false,
"ParamFieldName":"g_password",
"IncludeInCommandLine":false,
"DefaultValue":"",
"EnumValues":{}
},
{
"DisplayName":"RCON Password",
"Category":"Server Settings",
"Description":"Sets the RCON password to allow sending console commands in-game. Default is no password, disabling console commands",
"Keywords":"rcon,password",
"FieldName":"rcon_password",
"InputType":"password",
"IsFlagArgument":false,
"ParamFieldName":"rcon_password",
"IncludeInCommandLine":false,
"DefaultValue":"",
"EnumValues":{}
},
{
"DisplayName":"Map Mode",
"Category":"Server Settings",
"Description":"Sets whether to enable map rotation (the Map Rotation List must then also be set) or to load a specific initial map (the Initial Game Type and Initial Map must then also be set)",
"Keywords":"map,mode",
"FieldName":"map_mode",
"InputType":"enum",
"IsFlagArgument":false,
"ParamFieldName":"map_mode",
"IncludeInCommandLine":false,
"DefaultValue":"+map_rotate ",
"EnumValues":{
"+map_rotate ":"Map Rotation (Default)",
"+map \"{{map_name}}\" ":"Specific Initial Map"
}
},
{
"DisplayName":"Map Rotation List",
"Category":"Server Settings",
"Description":"Sets the map list to use for map rotations for the server. Each entry must be in the format: gametype <gametype> map <mapname> (for example, gametype war map mp_convoy). Map Rotation must be configured",
"Keywords":"map,rotation,list",
"FieldName":"sv_mapRotation",
"InputType":"Textarea",
"IsFlagArgument":false,
"ParamFieldName":"sv_mapRotation",
"IncludeInCommandLine":false,
"DefaultValue":"gametype dm map mp_backlot gametype dom map mp_bloc gametype koth map mp_bog gametype sab map mp_cargoship gametype sd map mp_citystreets gametype war map mp_convoy gametype dm map mp_countdown gametype dom map mp_crash gametype koth map mp_crossfire gametype sab map mp_farm gametype sd map mp_overgrown gametype war map mp_pipeline gametype dm map mp_shipment gametype dom map mp_showdown gametype koth map mp_strike gametype sab map mp_vacant",
"Placeholder":"gametype dm map mp_backlot gametype dom map mp_bloc gametype koth map mp_bog gametype sab map mp_cargoship gametype sd map mp_citystreets gametype war map mp_convoy gametype dm map mp_countdown gametype dom map mp_crash gametype koth map mp_crossfire gametype sab map mp_farm gametype sd map mp_overgrown gametype war map mp_pipeline gametype dm map mp_shipment gametype dom map mp_showdown gametype koth map mp_strike gametype sab map mp_vacant",
"EnumValues":{}
},
{
"DisplayName":"Initial Game Type",
"Category":"Server Settings",
"Description":"Sets the game type to start the server with. This setting will be overridden if Map Rotation is configured. Settings for each game type can be set in server.cfg",
"Keywords":"game,type",
"FieldName":"g_gametype",
"InputType":"enum",
"IsFlagArgument":false,
"ParamFieldName":"g_gametype",
"IncludeInCommandLine":false,
"DefaultValue":"dm",
"EnumValues":{
"dm":"Deathmatch / Free For All (Default)",
"dom":"Domination",
"koth":"King Of The Hill / Headquarters",
"sab":"Sabotage",
"sd":"Search And Destroy Classic",
"war":"Team Deathmatch"
}
},
{
"DisplayName":"Initial Map",
"Category":"Server Settings",
"Description":"Sets the map to start the server with. This setting will be overridden if Map Rotation is configured",
"Keywords":"map",
"FieldName":"map_name",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"map_name",
"IncludeInCommandLine":false,
"DefaultValue":"mp_backlot",
"EnumValues":{}
},
{
"DisplayName":"Load Mod",
"Category":"Server Settings",
"Description":"Sets the mod to load when starting the server, based on the path to the mod in the Mods directory - for example, \"Mods/ModWarfare\"",
"Keywords":"mods",
"FieldName":"fs_game",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"+fs_game",
"IncludeInCommandLine":true,
"SkipIfEmpty":true,
"DefaultValue":"",
"EnumValues":{}
},
{
"DisplayName":"Player Limit",
"Category":"Server Settings",
"Description":"Sets the maximum number of players allowed on the server",
"Keywords":"max,players,limit",
"FieldName":"$MaxUsers",
"InputType":"number",
"MinValue":"1",
"IsFlagArgument":false,
"ParamFieldName":"sv_maxclients",
"IncludeInCommandLine":false,
"DefaultValue":"32",
"EnumValues":{}
},
{
"DisplayName":"Private Player Limit",
"Category":"Server Settings",
"Description":"Sets the maximum number of private players allowed on the server (those that can use non-public reserved slots). Will be limited to the Player Limit",
"Keywords":"max,private,players,limit",
"FieldName":"sv_privateclients",
"InputType":"number",
"MinValue":"0",
"IsFlagArgument":false,
"ParamFieldName":"sv_privateclients",
"IncludeInCommandLine":false,
"DefaultValue":"6",
"EnumValues":{}
},
{
"DisplayName":"Private Player Password",
"Category":"Server Settings",
"Description":"Sets the password for private players to join the server. Private players entering this password have access to all slots on the server, otherwise the players only have access to the public slots (Player Limit less Private Player Limit)",
"Keywords":"private,player,password",
"FieldName":"sv_privatePassword",
"InputType":"password",
"IsFlagArgument":false,
"ParamFieldName":"sv_privatePassword",
"IncludeInCommandLine":false,
"DefaultValue":"",
"EnumValues":{}
},
{
"DisplayName":"Enable Server Voice Chat",
"Category":"Server Settings",
"Description":"If set, server voice chat will be enabled",
"Keywords":"voice,chat",
"FieldName":"sv_voice",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"sv_voice",
"IncludeInCommandLine":false,
"DefaultValue":"1",
"EnumValues":{
"False":"0",
"True":"1"
}
},
{
"DisplayName":"Server Voice Chat Quality",
"Category":"Server Settings",
"Description":"Sets the server voice quality level",
"Keywords":"voice,chat,quality",
"FieldName":"sv_voiceQuality",
"InputType":"number",
"MinValue":"0",
"MaxValue":"9",
"IsFlagArgument":false,
"ParamFieldName":"sv_voiceQuality",
"IncludeInCommandLine":false,
"DefaultValue":"3",
"EnumValues":{}
},
{
"DisplayName":"Enable Dead Chat",
"Category":"Server Settings",
"Description":"If enabled, dead players will be allowed to chat with living players",
"Keywords":"voice,dead,chat",
"FieldName":"voice_deadChat",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"voice_deadChat",
"IncludeInCommandLine":false,
"DefaultValue":"0",
"EnumValues":{
"False":"0",
"True":"1"
}
},
{
"DisplayName":"Minimum Ping",
"Category":"Server Settings",
"Description":"Sets the minimum ping required for a player to be allowed to join",
"Keywords":"minimum,ping",
"FieldName":"sv_minPing",
"InputType":"number",
"MinValue":"0",
"MaxValue":"1000",
"IsFlagArgument":false,
"ParamFieldName":"sv_minPing",
"IncludeInCommandLine":false,
"DefaultValue":"0",
"Suffix":"milliseconds",
"EnumValues":{}
},
{
"DisplayName":"Maximum Ping",
"Category":"Server Settings",
"Description":"Sets the maximum ping permitted for a player to be allowed to join",
"Keywords":"maximum,ping",
"FieldName":"sv_maxping",
"InputType":"number",
"MinValue":"0",
"MaxValue":"1000",
"IsFlagArgument":false,
"ParamFieldName":"sv_maxping",
"IncludeInCommandLine":false,
"DefaultValue":"0",
"Suffix":"milliseconds",
"EnumValues":{}
},
{
"DisplayName":"Maximum Bandwidth",
"Category":"Server Settings",
"Description":"Sets the maximum bandwidth for the server",
"Keywords":"maximum,bandwidth",
"FieldName":"sv_maxRate",
"InputType":"number",
"MinValue":"0",
"MaxValue":"100000",
"IsFlagArgument":false,
"ParamFieldName":"sv_maxRate",
"IncludeInCommandLine":false,
"DefaultValue":"25000",
"Placeholder":"0 - 100000",
"Suffix":"bytes/second",
"EnumValues":{}
},
{
"DisplayName":"Client Timeout Period",
"Category":"Server Settings",
"Description":"Sets the time before the server will kick a client if no response is sent to the server",
"Keywords":"timeout",
"FieldName":"sv_timeout",
"InputType":"number",
"IsFlagArgument":false,
"MinValue":"0",
"MaxValue":"1800",
"ParamFieldName":"sv_timeout",
"IncludeInCommandLine":false,
"DefaultValue":"40",
"Suffix":"seconds",
"Placeholder":"0 - 1800",
"EnumValues":{}
},
{
"DisplayName":"Player Inactivity Kick Period",
"Category":"Server Settings",
"Description":"Sets the time before the server will kick a player for inactivity",
"Keywords":"inactivity,afk,period",
"FieldName":"g_inactivity",
"InputType":"number",
"IsFlagArgument":false,
"MinValue":"0",
"ParamFieldName":"g_inactivity",
"IncludeInCommandLine":false,
"DefaultValue":"120",
"Suffix":"seconds",
"EnumValues":{}
},
{
"DisplayName":"Spectator Kick Period",
"Category":"Server Settings",
"Description":"Sets the time before the server will kick a spectator",
"Keywords":"inactivity,period,spectator",
"FieldName":"g_inactivityspectator",
"InputType":"number",
"IsFlagArgument":false,
"MinValue":"0",
"ParamFieldName":"g_inactivityspectator",
"IncludeInCommandLine":false,
"DefaultValue":"180",
"Suffix":"seconds",
"EnumValues":{}
},
{
"DisplayName":"Temporary Ban Period",
"Category":"Server Settings",
"Description":"Sets the time for a player temporary ban (on kick/tempban)",
"Keywords":"ban,period,temporary",
"FieldName":"sv_kickBanTime",
"InputType":"number",
"IsFlagArgument":false,
"MinValue":"0",
"MaxValue":"3600",
"ParamFieldName":"sv_kickBanTime",
"IncludeInCommandLine":false,
"DefaultValue":"300",
"Suffix":"seconds",
"Placeholder":"0 - 3600",
"EnumValues":{}
},
{
"DisplayName":"Zombie Retention Period",
"Category":"Server Settings",
"Description":"Sets the time for keeping a disconnected client on the server to transmit the last message",
"Keywords":"zombie,time",
"FieldName":"sv_zombietime",
"InputType":"number",
"IsFlagArgument":false,
"MinValue":"0",
"MaxValue":"1800",
"ParamFieldName":"sv_zombietime",
"IncludeInCommandLine":false,
"DefaultValue":"2",
"Suffix":"seconds",
"Placeholder":"0 - 1800",
"EnumValues":{}
},
{
"DisplayName":"Enable Flood Protection",
"Category":"Server Settings",
"Description":"If enabled, flood protection applies, so user commands are throttled. Should be enabled on non-password-protected public servers",
"Keywords":"flood,protection",
"FieldName":"sv_floodProtect",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"sv_floodProtect",
"IncludeInCommandLine":false,
"DefaultValue":"1",
"EnumValues":{
"False":"0",
"True":"1"
}
},
{
"DisplayName":"Reconnect Limit",
"Category":"Server Settings",
"Description":"Sets the number of times a player can reconnect after disconnection",
"Keywords":"reconnect,limit",
"FieldName":"sv_reconnectlimit",
"InputType":"number",
"MinValue":"0",
"MaxValue":"1800",
"IsFlagArgument":false,
"ParamFieldName":"sv_reconnectlimit",
"IncludeInCommandLine":false,
"DefaultValue":"5",
"EnumValues":{}
}
]