forked from CubeCoders/AMPTemplates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
alien-swarm-reactive-dropconfig.json
762 lines (762 loc) · 28.6 KB
/
alien-swarm-reactive-dropconfig.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
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
[
{
"DisplayName":"RCON Password",
"Category":"ASRD Server Settings",
"Description":"",
"Keywords":"",
"FieldName":"$RemoteAdminPassword",
"InputType":"text",
"Hidden":true,
"ParamFieldName":"rcon_password",
"EnumValues":{}
},
{
"DisplayName":"Server Name",
"Category":"ASRD Server Settings",
"Description":"Sets the name of the server that appears in the server list",
"Keywords":"server,name,hostname",
"FieldName":"hostname",
"InputType":"text",
"ParamFieldName":"hostname",
"DefaultValue":"AMP Powered Alien Swarm: Reactive Drop Server",
"EnumValues":{}
},
{
"DisplayName":"Server Tags",
"Category":"ASRD Server Settings",
"Description":"Comma-separated list of server tags that give additional information about the server in the server browser",
"Keywords":"tags,sv_tags",
"FieldName":"sv_tags",
"InputType":"text",
"ParamFieldName":"sv_tags",
"DefaultValue":"",
"Placeholder":"increased_maxplayers",
"EnumValues":{}
},
{
"DisplayName":"LAN Server",
"Category":"ASRD Server Settings",
"Description":"If enabled, the server will operate as a LAN server: no heartbeat, no authentication, and no non-class C addresses",
"Keywords":"lan,local,sv_lan",
"FieldName":"sv_lan",
"InputType":"checkbox",
"ParamFieldName":"sv_lan",
"DefaultValue":"0",
"EnumValues":{
"False":"0",
"True":"1"
}
},
{
"DisplayName":"Server Password",
"Category":"ASRD Server Settings",
"Description":"Sets the password required to connect to the server. Default is no password",
"Keywords":"server,password,sv_password",
"FieldName":"sv_password",
"InputType":"password",
"ParamFieldName":"sv_password",
"DefaultValue":"",
"EnumValues":{}
},
{
"DisplayName":"Initial Map",
"Category":"ASRD 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":"lobby",
"EnumValues":{
"asi-jac1-landingbay_01":"asi-jac1-landingbay_01",
"asi-jac1-landingbay_02":"asi-jac1-landingbay_02",
"asi-jac1-landingbay_pract":"asi-jac1-landingbay_pract",
"asi-jac2-deima":"asi-jac2-deima",
"asi-jac3-rydberg":"asi-jac3-rydberg",
"asi-jac4-residential":"asi-jac4-residential",
"asi-jac6-sewerjunction":"asi-jac6-sewerjunction",
"asi-jac7-timorstation":"asi-jac7-timorstation",
"dm_deima":"dm_deima",
"dm_desert":"dm_desert",
"dm_residential":"dm_residential",
"dm_testlab":"dm_testlab",
"lobby":"lobby (default)",
"rd-acc1_infodep":"rd-acc1_infodep",
"rd-acc2_powerhood":"rd-acc2_powerhood",
"rd-acc3_rescenter":"rd-acc3_rescenter",
"rd-acc4_confacility":"rd-acc4_confacility",
"rd-acc5_j5connector":"rd-acc5_j5connector",
"rd-acc6_labruins":"rd-acc6_labruins",
"rd-acc_complex":"rd-acc_complex",
"rd-area9800lz":"rd-area9800lz",
"rd-area9800pp1":"rd-area9800pp1",
"rd-area9800pp2":"rd-area9800pp2",
"rd-area9800wl":"rd-area9800wl",
"rd-bio1operationx5":"rd-bio1operationx5",
"rd-bio2invisiblethreat":"rd-bio2invisiblethreat",
"rd-bio3biogenlabs":"rd-bio3biogenlabs",
"rd-bonus10_sewrev":"rd-bonus10_sewrev",
"rd-bonus12_rydrev":"rd-bonus12_rydrev",
"rd-bonus14_cargrev":"rd-bonus14_cargrev",
"rd-bonus15_landrev":"rd-bonus15_landrev",
"rd-bonus_mission1":"rd-bonus_mission1",
"rd-bonus_mission2":"rd-bonus_mission2",
"rd-bonus_mission3":"rd-bonus_mission3",
"rd-bonus_mission4":"rd-bonus_mission4",
"rd-bonus_mission5":"rd-bonus_mission5",
"rd-bonus_mission6":"rd-bonus_mission6",
"rd-bonus_mission7":"rd-bonus_mission7",
"rd-ht-marine_academy":"rd-ht-marine_academy",
"rd-lan1_bridge":"rd-lan1_bridge",
"rd-lan2_sewer":"rd-lan2_sewer",
"rd-lan3_maintenance":"rd-lan3_maintenance",
"rd-lan4_vent":"rd-lan4_vent",
"rd-lan5_complex":"rd-lan5_complex",
"rd-nh01_logisticsarea":"rd-nh01_logisticsarea",
"rd-nh02_platformxvii":"rd-nh02_platformxvii",
"rd-nh03_groundworklabs":"rd-nh03_groundworklabs",
"rd-ocs1storagefacility":"rd-ocs1storagefacility",
"rd-ocs2landingbay7":"rd-ocs2landingbay7",
"rd-ocs3uscmedusa":"rd-ocs3uscmedusa",
"rd-par1unexpected_encounter":"rd-par1unexpected_encounter",
"rd-par2hostile_places":"rd-par2hostile_places",
"rd-par3close_contact":"rd-par3close_contact",
"rd-par4high_tension":"rd-par4high_tension",
"rd-par5crucial_point":"rd-par5crucial_point",
"rd-reduction1":"rd-reduction1",
"rd-reduction2":"rd-reduction2",
"rd-reduction3":"rd-reduction3",
"rd-reduction4":"rd-reduction4",
"rd-reduction5":"rd-reduction5",
"rd-reduction6":"rd-reduction6",
"rd-res1forestentrance":"rd-res1forestentrance",
"rd-res2research7":"rd-res2research7",
"rd-res3miningcamp":"rd-res3miningcamp",
"rd-res4mines":"rd-res4mines",
"rd-tft1desertoutpost":"rd-tft1desertoutpost",
"rd-tft2abandonedmaintenance":"rd-tft2abandonedmaintenance",
"rd-tft3spaceport":"rd-tft3spaceport",
"rd-til1midnightport":"rd-til1midnightport",
"rd-til2roadtodawn":"rd-til2roadtodawn",
"rd-til3arcticinfiltration":"rd-til3arcticinfiltration",
"rd-til4area9800":"rd-til4area9800",
"rd-til5coldcatwalks":"rd-til5coldcatwalks",
"rd-til6yanaurusmine":"rd-til6yanaurusmine",
"rd-til7factory":"rd-til7factory",
"rd-til8comcenter":"rd-til8comcenter",
"rd-til9syntekhospital":"rd-til9syntekhospital",
"{{CustomMap}}":"--Custom--"
}
},
{
"DisplayName":"Custom Initial Map",
"Category":"ASRD Server Settings",
"Description":"Sets a custom map to use for the Initial Map, if \"Custom\" is selected",
"Keywords":"custom,map",
"FieldName":"CustomMap",
"InputType":"text",
"ParamFieldName":"CustomMap",
"DefaultValue":"",
"EnumValues":{}
},
{
"DisplayName":"Map Game Time Limit",
"Category":"ASRD Server Settings",
"Description":"Sets the game time per map. 0 = disabled",
"Keywords":"time,limit,rotation,mp_timelimit",
"FieldName":"mp_timelimit",
"InputType":"number",
"MinValue":"0",
"ParamFieldName":"mp_timelimit",
"DefaultValue":"0",
"Placeholder":"0",
"Suffix":"minutes",
"EnumValues":{}
},
{
"DisplayName":"Server Region",
"Category":"ASRD Server Settings",
"Description":"Sets the server region shown in the server browser",
"Keywords":"server,region,sv_region",
"FieldName":"sv_region",
"InputType":"enum",
"ParamFieldName":"sv_region",
"DefaultValue":"-1",
"EnumValues":{
"-1":"No region",
"0":"East Coast US",
"1":"West Coast US",
"2":"South America",
"3":"Europe",
"4":"Asia",
"5":"Australia",
"6":"Middle East",
"7":"Africa",
"255":"World"
}
},
{
"DisplayName":"Player Limit",
"Category":"ASRD Server Settings",
"Description":"Sets the maximum number of players allowed on the server at one time",
"Keywords":"max,players,limit,maxplayers",
"FieldName":"$MaxUsers",
"InputType":"number",
"MinValue":"1",
"MaxValue":"32",
"ParamFieldName":"maxplayers",
"DefaultValue":"8",
"Placeholder":"8",
"Suffix":"players",
"EnumValues":{}
},
{
"DisplayName":"Allow Spectators",
"Category":"ASRD Server Settings",
"Description":"If set, spectator mode will be enabled",
"Keywords":"allow,spectators,mp_allowspectators",
"FieldName":"mp_allowspectators",
"InputType":"checkbox",
"ParamFieldName":"mp_allowspectators",
"DefaultValue":"1",
"EnumValues":{
"False":"0",
"True":"1"
}
},
{
"DisplayName":"Pure Server Mode",
"Category":"ASRD Server Settings",
"Description":"Sets whether clients are only allowed to use certain files",
"Keywords":"pure,server,cheat,hack,integrity,sv_pure",
"FieldName":"sv_pure",
"InputType":"enum",
"ParamFieldName":"sv_pure",
"IncludeInCommandLine":true,
"DefaultValue":"1",
"EnumValues":{
"1":"All client files must match server files, except as whitelisted in 'pure_server_whitelist.txt'",
"2":"All client files must match server files"
}
},
{
"DisplayName":"Enable Cheats",
"Category":"ASRD Server Settings",
"Description":"If set, cheat convars will be allowed to be used on the server",
"Keywords":"allow,cheat,hack,integrity,sv_cheats",
"FieldName":"sv_cheats",
"InputType":"checkbox",
"ParamFieldName":"sv_cheats",
"DefaultValue":"0",
"EnumValues":{
"False":"0",
"True":"1"
}
},
{
"DisplayName":"Enable IP Packet Filter",
"Category":"ASRD Server Settings",
"Description":"If set, enables packet filtering by IP mode. If disabled, everyone will treated as IP-banned, but their IP won't be added to the banlist",
"Keywords":"ip,ban,banning,sv_filterban",
"FieldName":"sv_filterban",
"InputType":"checkbox",
"ParamFieldName":"sv_filterban",
"DefaultValue":"1",
"EnumValues":{
"False":"0",
"True":"1"
}
},
{
"DisplayName":"Allow Download From Server",
"Category":"ASRD Server Settings",
"Description":"If set, clients will be allowed to download content from the server (maps, sprays and related)",
"Keywords":"allow,download,content,maps,sv_allowdownload",
"FieldName":"sv_allowdownload",
"InputType":"checkbox",
"ParamFieldName":"sv_allowdownload",
"DefaultValue":"1",
"EnumValues":{
"False":"0",
"True":"1"
}
},
{
"DisplayName":"Fast Download URL",
"Category":"ASRD Server Settings",
"Description":"Sets the URL for clients to download custom content from, instead of sourcing the content from the server. This allows for faster downloads",
"Keywords":"fastdl,download,url,sv_downloadurl",
"FieldName":"sv_downloadurl",
"InputType":"text",
"ParamFieldName":"sv_downloadurl",
"DefaultValue":"",
"Placeholder":"http://example.com",
"EnumValues":{}
},
{
"DisplayName":"Allow Upload To Server",
"Category":"ASRD Server Settings",
"Description":"If set, clients will be allowed to upload customisation files to the server",
"Keywords":"allow,upload,customisation,files,sv_allowupload",
"FieldName":"sv_allowupload",
"InputType":"checkbox",
"ParamFieldName":"sv_allowupload",
"DefaultValue":"1",
"EnumValues":{
"False":"0",
"True":"1"
}
},
{
"DisplayName":"Maximum File Size",
"Category":"ASRD Server Settings",
"Description":"Sets the maximum allowed file size for uploading to the server",
"Keywords":"maximum,upload,file,size,net_maxfilesize",
"FieldName":"net_maxfilesize",
"InputType":"number",
"MinValue":"0",
"MaxValue":"64",
"ParamFieldName":"net_maxfilesize",
"DefaultValue":"16",
"Placeholder":"16",
"Suffix":"MB",
"EnumValues":{}
},
{
"DisplayName":"Minimum Client Rate",
"Category":"ASRD Server Settings",
"Description":"Sets the minimum allowable bandwidth rate a client may have set when connected to the server. 0 = no minimum",
"Keywords":"minimum,bandwidth,rate,sv_minrate",
"FieldName":"sv_minrate",
"InputType":"number",
"MinValue":"0",
"ParamFieldName":"sv_minrate",
"DefaultValue":"3500",
"Placeholder":"3500",
"Suffix":"bytes/second",
"EnumValues":{}
},
{
"DisplayName":"Maximum Client Rate",
"Category":"ASRD Server Settings",
"Description":"Sets the maximum allowable bandwidth rate a client may have set when connected to the server. 0 = no limit",
"Keywords":"maximum,bandwidth,rate,sv_maxrate",
"FieldName":"sv_maxrate",
"InputType":"number",
"MinValue":"0",
"ParamFieldName":"sv_maxrate",
"DefaultValue":"0",
"Placeholder":"0",
"Suffix":"bytes/second",
"EnumValues":{}
},
{
"DisplayName":"Minimum Server Update Rate",
"Category":"ASRD Server Settings",
"Description":"Sets the minimum number of updates per second of the positions of the server's models (players, guns, etc) that server sends to clients",
"Keywords":"minimum,update,rate,sv_minupdaterate",
"FieldName":"sv_minupdaterate",
"InputType":"number",
"MinValue":"10",
"ParamFieldName":"sv_minupdaterate",
"DefaultValue":"10",
"Placeholder":"10",
"EnumValues":{}
},
{
"DisplayName":"Maximum Server Update Rate",
"Category":"ASRD Server Settings",
"Description":"Sets the maximum number of updates per second of the positions of the server's models (players, guns, etc) that server sends to clients",
"Keywords":"maximum,update,rate,sv_maxupdaterate",
"FieldName":"sv_maxupdaterate",
"InputType":"number",
"MinValue":"10",
"ParamFieldName":"sv_maxupdaterate",
"DefaultValue":"66",
"Placeholder":"66",
"EnumValues":{}
},
{
"DisplayName":"Decal Frequency",
"Category":"ASRD Server Settings",
"Description":"",
"Keywords":"decalfrequency",
"FieldName":"decalfrequency",
"InputType":"number",
"MinValue":"0",
"ParamFieldName":"decalfrequency",
"DefaultValue":"10",
"Placeholder":"10",
"EnumValues":{}
},
{
"DisplayName":"Ping Boost",
"Category":"ASRD Server Settings",
"Description":"Selects between optimised network code stack. Setting at 2 usually reduces latency toward 1ms without loss of activity input packets",
"Keywords":"ping,boost,latency,network,pingboost",
"FieldName":"pingboost",
"InputType":"enum",
"ParamFieldName":"pingboost",
"DefaultValue":"",
"EnumValues":{
"":"None",
"-pingboost 1 ":"1",
"-pingboost 2 ":"2",
"-pingboost 3 ":"3"
}
},
{
"DisplayName":"Stored Saves Limit",
"Category":"ASRD Server Settings",
"Description":"Sets the maximum number of saves that will be stored on the server",
"Keywords":"max,maximum,saves,limit,asw_max_saves",
"FieldName":"asw_max_saves",
"InputType":"number",
"MinValue":"2",
"ParamFieldName":"asw_max_saves",
"DefaultValue":"10",
"Placeholder":"10",
"Suffix":"saves",
"EnumValues":{}
},
{
"DisplayName":"Enable CPU Stats Collection",
"Category":"ASRD Server Settings",
"Description":"If set, CPU stats will be collected",
"Keywords":"cpu,stats,sv_stats",
"FieldName":"sv_stats",
"InputType":"checkbox",
"ParamFieldName":"sv_stats",
"DefaultValue":"1",
"EnumValues":{
"False":"0",
"True":"1"
}
},
{
"DisplayName":"Allow Lobby Connections Only",
"Category":"ASRD Server Settings",
"Description":"If set, players may only join the server from the matchmaking lobby, and may not connect directly",
"Keywords":"connect,lobby,matchmaking,direct,sv_allow_lobby_connect_only",
"FieldName":"sv_allow_lobby_connect_only",
"InputType":"checkbox",
"ParamFieldName":"sv_allow_lobby_connect_only",
"DefaultValue":"1",
"EnumValues":{
"False":"0",
"True":"1"
}
},
{
"DisplayName":"Force Server Side Preloading",
"Category":"ASRD Server Settings",
"Description":"If set, server side preloading will be enforced",
"Keywords":"force,server,side,preloading,preload,sv_forcepreload",
"FieldName":"sv_forcepreload",
"InputType":"checkbox",
"ParamFieldName":"sv_forcepreload",
"DefaultValue":"0",
"EnumValues":{
"False":"0",
"True":"1"
}
},
{
"DisplayName":"Server/RCON IPv4 IP Binding",
"Category":"ASRD Server Settings",
"Description":"If required, you can change the IPv4 IP binding of the server and RCON by changing the 'Server IP Address' setting under Security and Privacy. NOTE: AMP requires the server to be bound to a specific IP, rather than 0.0.0.0, for the server to log to AMP's console. The IP must also be reachable by AMP",
"Keywords":"ip,binding",
"FieldName":"ip",
"InputType":"hidden",
"ParamFieldName":"ip",
"EnumValues":{}
},
{
"DisplayName":"Additional Command Line Parameters",
"Category":"ASRD Server Settings",
"Description":"Specifies additional command line parameters (anything that begins with a -) that are not otherwise set by AMP. Use with care",
"Keywords":"custom,server,arguments,variables,cvars,convars,parameters",
"FieldName":"CustomParameters",
"InputType":"text",
"ParamFieldName":"CustomParameters",
"DefaultValue":"",
"EnumValues":{}
},
{
"DisplayName":"Additional Console Variables",
"Category":"ASRD Server Settings",
"Description":"Specifies additional console variables (anything that begins with a +) that are not otherwise set by AMP. Use with care. Preferably, specify the equivalent under \"Additional Server Settings\"",
"Keywords":"custom,server,arguments,variables,cvars,convars,parameters",
"FieldName":"CustomConVars",
"InputType":"text",
"ParamFieldName":"CustomConVars",
"DefaultValue":"",
"Placeholder":"+sv_gravity \"500\"",
"EnumValues":{}
},
{
"DisplayName":"Additional Server Settings",
"Category":"ASRD Server Settings",
"Description":"Specifies additional settings to include in \"server.cfg\" that are not otherwise set by AMP. One setting per line",
"Keywords":"additional,settings,custom",
"FieldName":"UserSettings",
"InputType":"Textarea",
"IsFlagArgument":false,
"ParamFieldName":"UserSettings",
"DefaultValue":"",
"EnumValues":{}
},
{
"DisplayName":"Enable Friendly Fire",
"Category":"ASRD Gameplay Settings",
"Description":"If set, friendly fire will be enabled (teammates can cause damage to other teammates)",
"Keywords":"friendly,fire,mp_friendlyfire",
"FieldName":"mp_friendlyfire",
"InputType":"checkbox",
"ParamFieldName":"mp_friendlyfire",
"DefaultValue":"0",
"EnumValues":{
"False":"0",
"True":"1"
}
},
{
"DisplayName":"Enable Flashlight",
"Category":"ASRD Gameplay Settings",
"Description":"If sets, allows the use of the flashlight by pressing the F button",
"Keywords":"flashlight,mp_flashlight",
"FieldName":"mp_flashlight",
"InputType":"checkbox",
"ParamFieldName":"mp_flashlight",
"DefaultValue":"1",
"EnumValues":{
"False":"0",
"True":"1"
}
},
{
"DisplayName":"Enable Footsteps",
"Category":"ASRD Gameplay Settings",
"Description":"If set, footstep sounds will be enabled",
"Keywords":"footstep,sounds,mp_footsteps",
"FieldName":"mp_footsteps",
"InputType":"checkbox",
"ParamFieldName":"mp_footsteps",
"DefaultValue":"1",
"EnumValues":{
"False":"0",
"True":"1"
}
},
{
"DisplayName":"Enable Auto Crosshair",
"Category":"ASRD Gameplay Settings",
"Description":"If set, the auto crosshair will be enabled",
"Keywords":"auto,crosshair,mp_autocrosshair",
"FieldName":"mp_autocrosshair",
"InputType":"checkbox",
"ParamFieldName":"mp_autocrosshair",
"DefaultValue":"1",
"EnumValues":{
"False":"0",
"True":"1"
}
},
{
"DisplayName":"Allow Players To Pause Server",
"Category":"ASRD Gameplay Settings",
"Description":"If set, players will be able to pause the server. Not recommended",
"Keywords":"pause,pausable,sv_pausable",
"FieldName":"sv_pausable",
"InputType":"checkbox",
"ParamFieldName":"sv_pausable",
"DefaultValue":"0",
"EnumValues":{
"False":"0",
"True":"1"
}
},
{
"DisplayName":"Allow All Talk",
"Category":"ASRD Gameplay Settings",
"Description":"If enabled, players can communicate with all other players, with no team restrictions",
"Keywords":"all,talk,sv_alltalk",
"FieldName":"sv_alltalk",
"InputType":"checkbox",
"ParamFieldName":"sv_alltalk",
"DefaultValue":"0",
"EnumValues":{
"False":"0",
"True":"1"
}
},
{
"DisplayName":"Enable Fade To Black",
"Category":"ASRD Gameplay Settings",
"Description":"If enabled, a player's screen fades to black for the remainder of the round after death (HUD and chat still works)",
"Keywords":"fade,black,spectator,death,mp_fadetoblack",
"FieldName":"mp_fadetoblack",
"InputType":"checkbox",
"ParamFieldName":"mp_fadetoblack",
"DefaultValue":"0",
"EnumValues":{
"False":"0",
"True":"1"
}
},
{
"DisplayName":"Allow Wait Command",
"Category":"ASRD Gameplay Settings",
"Description":"If set, the wait command will be allowed on clients connected to the server",
"Keywords":"allow,wait,command,sv_allow_wait_command",
"FieldName":"sv_allow_wait_command",
"InputType":"checkbox",
"ParamFieldName":"sv_allow_wait_command",
"DefaultValue":"1",
"EnumValues":{
"False":"0",
"True":"1"
}
},
{
"DisplayName":"Ignore Two Player Mission Requirement",
"Category":"ASRD Gameplay Settings",
"Description":"If set, the server will ignore the mission setting that states two players are needed to start the mission",
"Keywords":"ignore,two,player,mission,requirement,setting,asw_ignore_need_two_player_requirement",
"FieldName":"asw_ignore_need_two_player_requirement",
"InputType":"checkbox",
"ParamFieldName":"asw_ignore_need_two_player_requirement",
"DefaultValue":"0",
"EnumValues":{
"False":"0",
"True":"1"
}
},
{
"DisplayName":"Slow Time On Marine Death",
"Category":"ASRD Gameplay Settings",
"Description":"If set, time will be slowed when a marine dies",
"Keywords":"slow,time,camera,death,marine,asw_marine_death_cam_slowdown",
"FieldName":"asw_marine_death_cam_slowdown",
"InputType":"checkbox",
"ParamFieldName":"asw_marine_death_cam_slowdown",
"DefaultValue":"1",
"EnumValues":{
"False":"0",
"True":"1"
}
},
{
"DisplayName":"Update Workshop On Mission Restart",
"Category":"ASRD Gameplay Settings",
"Description":"If set, workshop items will be checked during each mission restart (workshop.cfg will be executed). Otherwise, workshop items will only update once during server startup",
"Keywords":"update,workshop,items,round,mission,restart,rd_workshop_update_every_round",
"FieldName":"rd_workshop_update_every_round",
"InputType":"checkbox",
"ParamFieldName":"rd_workshop_update_every_round",
"DefaultValue":"1",
"EnumValues":{
"False":"0",
"True":"1"
}
},
{
"DisplayName":"Camera Rotation Mode",
"Category":"ASRD Gameplay Settings",
"Description":"Sets the camera rotation mode",
"Keywords":"camera,rotate,rotation,mode,rd_override_allow_rotate_camera",
"FieldName":"rd_override_allow_rotate_camera",
"InputType":"enum",
"ParamFieldName":"rd_override_allow_rotate_camera",
"DefaultValue":"-1",
"EnumValues":{
"-1":"Use asw_gamerules setting (default)",
"0":"Disable rotation",
"1":"Enable rotation"
}
},
{
"DisplayName":"Make Players Auto-Ready",
"Category":"ASRD Gameplay Settings",
"Description":"If set, all players will be auto-ready, with the green ready mark set to the checked state",
"Keywords":"player,auto,ready,rd_ready_mark_override",
"FieldName":"rd_ready_mark_override",
"InputType":"checkbox",
"ParamFieldName":"rd_ready_mark_override",
"DefaultValue":"0",
"EnumValues":{
"False":"0",
"True":"1"
}
},
{
"DisplayName":"Enable Mission Restart Countdown",
"Category":"ASRD Gameplay Settings",
"Description":"If set, there will be a 5 second countdown if a leader chooses to restart a mission",
"Keywords":"mission,restart,countdown,timer,leader,rd_restart_mission_countdown",
"FieldName":"rd_restart_mission_countdown",
"InputType":"checkbox",
"ParamFieldName":"rd_restart_mission_countdown",
"DefaultValue":"1",
"EnumValues":{
"False":"0",
"True":"1"
}
},
{
"DisplayName":"Disable SourceTV",
"Category":"ASRD SourceTV Settings",
"Description":"If set, SourceTV will be disabled on the server",
"Keywords":"sourcetv,source,nohltv",
"FieldName":"nohltv",
"InputType":"checkbox",
"ParamFieldName":"nohltv",
"DefaultValue":"-nohltv ",
"EnumValues":{
"False":"",
"True":"-nohltv "
}
},
{
"DisplayName":"Enable Automatic Demo Recording",
"Category":"ASRD SourceTV Settings",
"Description":"If set, all games will be recorded as SourceTV demos",
"Keywords":"sourcetv,tv,tv_autorecord",
"FieldName":"tv_autorecord",
"InputType":"checkbox",
"ParamFieldName":"tv_autorecord",
"DefaultValue":"0",
"EnumValues":{
"False":"0",
"True":"1"
}
},
{
"DisplayName":"SourceTV Viewer Limit",
"Category":"ASRD SourceTV Settings",
"Description":"Sets the maximum number of clients allowed to connect to the server's SourceTV. 0 = no SourceTV viewers are allowed, the game will only be recorded locally",
"Keywords":"max,spectators,clients,viewers,sourcetv,tv,tv_maxclients",
"FieldName":"tv_maxclients",
"InputType":"number",
"MinValue":"0",
"MaxValue":"255",
"ParamFieldName":"tv_maxclients",
"DefaultValue":"128",
"Placeholder":"128",
"Suffix":"viewers",
"EnumValues":{}
},
{
"DisplayName":"Maximum SourceTV Bandwidth",
"Category":"ASRD SourceTV Settings",
"Description":"Sets the maximum SourceTV spectator bandwidth rate allowed. 0 = unlimited",
"Keywords":"maximum,bandwidth,rate,sourcetv,tv,tv_maxrate",
"FieldName":"tv_maxrate",
"InputType":"number",
"MinValue":"0",
"ParamFieldName":"tv_maxrate",
"DefaultValue":"8000",
"Placeholder":"8000",
"EnumValues":{}
}
]