forked from CubeCoders/AMPTemplates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
counter-strike16config.json
790 lines (790 loc) · 30.1 KB
/
counter-strike16config.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
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
[
{
"DisplayName":"Server Name",
"Category":"Counter-Strike 1.6:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"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 Counter-Strike 1.6 Server",
"EnumValues":{}
},
{
"DisplayName":"Server MOTD",
"Category":"Counter-Strike 1.6:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"The message of the day (MOTD) that is shown to joining players can be configured in cstrike/motd.txt. Plain text or HTML formatting is allowed",
"Keywords":"message,welcome,motd",
"FieldName":"motd",
"InputType":"hidden",
"ParamFieldName":"motd",
"EnumValues":{}
},
{
"DisplayName":"LAN Server",
"Category":"Counter-Strike 1.6:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"If enabled, the server will operate as a LAN server: no heartbeat, no authentication, no non-class C addresses, 9999.0 rate, etc",
"Keywords":"lan,local,sv_lan",
"FieldName":"sv_lan",
"InputType":"checkbox",
"ParamFieldName":"sv_lan",
"DefaultValue":"0",
"EnumValues":{
"False":"0",
"True":"1"
}
},
{
"DisplayName":"Server Password",
"Category":"Counter-Strike 1.6:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"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":"RCON Password",
"Category":"Counter-Strike 1.6: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,rcon_password",
"FieldName":"$RemoteAdminPassword",
"InputType":"hidden",
"IsFlagArgument":false,
"ParamFieldName":"rcon_password",
"EnumValues":{}
},
{
"DisplayName":"Initial Map",
"Category":"Counter-Strike 1.6:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"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",
"IncludeInCommandLine":true,
"DefaultValue":"de_dust",
"EnumValues":{
"as_oilrig":"as_oilrig",
"cs_747":"cs_747",
"cs_assault":"cs_assault",
"cs_backalley":"cs_backalley",
"cs_estate":"cs_estate",
"cs_havana":"cs_havana",
"cs_italy":"cs_italy",
"cs_militia":"cs_militia",
"cs_office":"cs_office",
"cs_siege":"cs_siege",
"de_airstrip":"de_airstrip",
"de_aztec":"de_aztec",
"de_cbble":"de_cbble",
"de_chateau":"de_chateau",
"de_dust":"de_dust",
"de_dust2":"de_dust2",
"de_inferno":"de_inferno",
"de_nuke":"de_nuke",
"de_piranesi":"de_piranesi",
"de_prodigy":"de_prodigy",
"de_storm":"de_storm",
"de_survivor":"de_survivor",
"de_torn":"de_torn",
"de_train":"de_train",
"de_vertigo":"de_vertigo",
"{{CustomMap}}":"--Custom--"
}
},
{
"DisplayName":"Custom Initial Map",
"Category":"Counter-Strike 1.6:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"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 Rotation Cycle",
"Category":"Counter-Strike 1.6:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"Sets the map rotation list",
"Keywords":"map,rotation,cycle,mapcycle",
"FieldName":"mapcycle",
"InputType":"list",
"ParamFieldName":"mapcycle",
"DefaultValue":"[\"de_airstrip\",\"cs_havana\",\"de_chateau\",\"de_aztec\",\"as_oilrig\",\"cs_siege\",\"de_cbble\",\"de_dust\",\"cs_747\",\"de_prodigy\",\"cs_assault\",\"cs_office\",\"cs_italy\",\"cs_backalley\",\"cs_militia\",\"de_train\"]",
"Special":"listfile:./counter-strike/90/cstrike/mapcycle.txt",
"EnumValues": {}
},
{
"DisplayName":"Map Rotation Time Limit",
"Category":"Counter-Strike 1.6:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"Sets the time period between map rotations. 0 = disabled",
"Keywords":"time,limit,rotation,mp_timelimit",
"FieldName":"mp_timelimit",
"InputType":"number",
"MinValue":"0",
"ParamFieldName":"mp_timelimit",
"DefaultValue":"20",
"Placeholder":"20",
"Suffix":"minutes",
"EnumValues":{}
},
{
"DisplayName":"Maximum Map Rounds",
"Category":"Counter-Strike 1.6:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"Sets the maximum number of rounds that can be played on a map. Set to 0 to have the Map Rotation Time Limit apply",
"Keywords":"maximum,rounds,map,mp_maxrounds",
"FieldName":"mp_maxrounds",
"InputType":"number",
"MinValue":"0",
"ParamFieldName":"mp_maxrounds",
"DefaultValue":"0",
"Placeholder":"0",
"EnumValues":{}
},
{
"DisplayName":"Server Region",
"Category":"Counter-Strike 1.6:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"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":"Counter-Strike 1.6:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"Sets the maximum number of players allowed on the server at one time",
"Keywords":"max,players,limit,maxplayers",
"FieldName":"$MaxUsers",
"InputType":"number",
"MinValue":"2",
"MaxValue":"32",
"ParamFieldName":"maxplayers",
"IncludeInCommandLine":true,
"DefaultValue":"24",
"Placeholder":"24",
"Suffix":"players",
"EnumValues":{}
},
{
"DisplayName":"Allow Spectators",
"Category":"Counter-Strike 1.6:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"If set, players will be allowed to join the server as spectators",
"Keywords":"allow,spectators,allow_spectators",
"FieldName":"allow_spectators",
"InputType":"checkbox",
"ParamFieldName":"allow_spectators",
"DefaultValue":"1",
"EnumValues":{
"False":"0",
"True":"1"
}
},
{
"DisplayName":"Install Metamod",
"Category":"Counter-Strike 1.6:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"Sets whether to install and activate [Metamod-AMX](https://www.amxmodx.org/) or [Metamod-r](https://metamod-r.org/) when the server is updated. Metamod-r only works with reHLDS",
"Keywords":"install,metamod",
"FieldName":"InstallMetamod",
"InputType":"enum",
"ParamFieldName":"InstallMetamod",
"DefaultValue":"none",
"EnumValues":{
"none":"None",
"metamod-amx":"Metamod-AMX",
"metamod-r":"Metamod-r"
}
},
{
"DisplayName":"Install AMX Mod X Plugin",
"Category":"Counter-Strike 1.6:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"If set, the AMX Mod X plugin and Counter-Strike addon will be installed when the server is updated. Requires Metamod to be installed. Activate the plugin by including it in Load Plugins: win32 addons/amxmodx/dlls/amxmodx_mm.dll | linux addons/amxmodx/dlls/amxmodx_mm_i386.so",
"Keywords":"install,amxmodx",
"FieldName":"InstallAMXModX",
"InputType":"checkbox",
"ParamFieldName":"InstallAMXModX",
"DefaultValue":"false",
"EnumValues":{
"False":"false",
"True":"true"
}
},
{
"DisplayName":"Load Plugins",
"Category":"Counter-Strike 1.6:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"Sets a list of Metamod plugins to load when the server is started. Requires Metamod to be installed. Format: win32|linux <path to .dll/.so>",
"Keywords":"plugins",
"FieldName":"Plugins",
"InputType":"list",
"ParamFieldName":"Plugins",
"DefaultValue":"",
"Special":"listfile:./counter-strike/90/cstrike/addons/metamod/plugins.ini",
"EnumValues":{}
},
{
"DisplayName":"Enable Cheats",
"Category":"Counter-Strike 1.6:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"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":"Counter-Strike 1.6:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"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":"Counter-Strike 1.6:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"If set, clients will be allowed to download content from the server (maps, sprays and related)",
"Keywords":"allow,download,content,maps,svallow_download",
"FieldName":"sv_allowdownload",
"InputType":"checkbox",
"ParamFieldName":"sv_allowdownload",
"DefaultValue":"1",
"EnumValues":{
"False":"0",
"True":"1"
}
},
{
"DisplayName":"Fast Download URLs",
"Category":"Counter-Strike 1.6:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"Sets the URL(s) 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":"Counter-Strike 1.6:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"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":"Minimum Client Rate",
"Category":"Counter-Strike 1.6:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"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":"0",
"Placeholder":"0",
"Suffix":"bytes/second",
"EnumValues":{}
},
{
"DisplayName":"Maximum Client Rate",
"Category":"Counter-Strike 1.6:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"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":"Counter-Strike 1.6:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"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":"Counter-Strike 1.6:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"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":"30",
"Placeholder":"30",
"EnumValues":{}
},
{
"DisplayName":"Tick Rate",
"Category":"Counter-Strike 1.6:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"Sets the maximum number of frames per second (FPS) that the server can calculate",
"Keywords":"maximum,fps,frames,tick,rate,sys_ticrate",
"FieldName":"sys_ticrate",
"InputType":"number",
"MinValue":"0",
"MaxValue":"1000",
"ParamFieldName":"sys_ticrate",
"DefaultValue":"100",
"Placeholder":"100",
"Suffix":"fps",
"EnumValues":{}
},
{
"DisplayName":"Disable Valve Anti-Cheat",
"Category":"Counter-Strike 1.6:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"If set, Valve Anti-Cheat (VAC) will be disabled",
"Keywords":"valve,anti,cheat,vac,insecure",
"FieldName":"insecure",
"InputType":"checkbox",
"ParamFieldName":"insecure",
"DefaultValue":"",
"EnumValues":{
"False":"",
"True":"-insecure "
}
},
{
"DisplayName":"Ping Boost",
"Category":"Counter-Strike 1.6:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"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":"Log Chat Messages",
"Category":"Counter-Strike 1.6:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"If set, logging of chat messages will be enabled",
"Keywords":"log,logging,chat,messages,mp_logmessages",
"FieldName":"mp_logmessages",
"InputType":"checkbox",
"ParamFieldName":"mp_logmessages",
"DefaultValue":"1",
"EnumValues":{
"False":"0",
"True":"1"
}
},
{
"DisplayName":"Additional Command Line Parameters",
"Category":"Counter-Strike 1.6:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"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",
"IsFlagArgument":false,
"ParamFieldName":"CustomParameters",
"DefaultValue":"",
"Placeholder":"",
"EnumValues":{}
},
{
"DisplayName":"Additional Console Variables",
"Category":"Counter-Strike 1.6:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"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",
"IsFlagArgument":false,
"ParamFieldName":"CustomConVars",
"DefaultValue":"",
"Placeholder":"",
"EnumValues":{}
},
{
"DisplayName":"Additional Server Settings",
"Category":"Counter-Strike 1.6:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"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":"Map Vote Ratio",
"Category":"Counter-Strike 1.6:stadia_controller",
"Subcategory":"Gameplay Settings:joystick:2",
"Description":"Sets the ratio of players required to vote on the same map before the server changes to that map. Example: 0.66 = 66%",
"Keywords":"map,vote,ratio,mp_mapvoteratio",
"FieldName":"mp_mapvoteratio",
"InputType":"number",
"MinValue":"0",
"MaxValue":"1",
"ParamFieldName":"mp_mapvoteratio",
"DefaultValue":"0.66",
"Placeholder":"0.66",
"EnumValues":{}
},
{
"DisplayName":"Automatic Team Balancing",
"Category":"Counter-Strike 1.6:stadia_controller",
"Subcategory":"Gameplay Settings:joystick:2",
"Description":"If set, the server will always ensure that teams are balanced and that there is no advantaged team",
"Keywords":"team,automatic,balance,balancing,mp_autoteambalance",
"FieldName":"mp_autoteambalance",
"InputType":"checkbox",
"ParamFieldName":"mp_autoteambalance",
"DefaultValue":"1",
"EnumValues":{
"False":"0",
"True":"1"
}
},
{
"DisplayName":"Limit Teams",
"Category":"Counter-Strike 1.6:stadia_controller",
"Subcategory":"Gameplay Settings:joystick:2",
"Description":"Sets the maximum number of players that one team can have over the other. 0 = team limiting disabled",
"Keywords":"team,balance,limit,mp_limitteams",
"FieldName":"mp_limitteams",
"InputType":"number",
"MinValue":"0",
"ParamFieldName":"mp_limitteams",
"DefaultValue":"2",
"Placeholder":"2",
"EnumValues":{}
},
{
"DisplayName":"Maximum Player Movement Speed",
"Category":"Counter-Strike 1.6:stadia_controller",
"Subcategory":"Gameplay Settings:joystick:2",
"Description":"Sets the maximum speed that a player can move at when on the ground",
"Keywords":"maximum,movement,speed,sv_maxspeed",
"FieldName":"sv_maxspeed",
"InputType":"number",
"MinValue":"10",
"ParamFieldName":"sv_maxspeed",
"DefaultValue":"320",
"Placeholder":"320",
"EnumValues":{}
},
{
"DisplayName":"Enable Friendly Fire",
"Category":"Counter-Strike 1.6:stadia_controller",
"Subcategory":"Gameplay Settings:joystick:2",
"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":"Counter-Strike 1.6:stadia_controller",
"Subcategory":"Gameplay Settings:joystick:2",
"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":"0",
"EnumValues":{
"False":"0",
"True":"1"
}
},
{
"DisplayName":"Enable Footsteps",
"Category":"Counter-Strike 1.6:stadia_controller",
"Subcategory":"Gameplay Settings:joystick:2",
"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 Aim",
"Category":"Counter-Strike 1.6:stadia_controller",
"Subcategory":"Gameplay Settings:joystick:2",
"Description":"If set, enables auto aim when a player's crosshair is near an enemy",
"Keywords":"auto,aim,crosshair,sv_aim",
"FieldName":"sv_aim",
"InputType":"checkbox",
"ParamFieldName":"sv_aim",
"DefaultValue":"0",
"EnumValues":{
"False":"0",
"True":"1"
}
},
{
"DisplayName":"Enable Auto Crosshair",
"Category":"Counter-Strike 1.6:stadia_controller",
"Subcategory":"Gameplay Settings:joystick:2",
"Description":"If set, the red crosshair will be enabled. Requires Auto Aim to be enabled",
"Keywords":"auto,crosshair,mp_autocrosshair",
"FieldName":"mp_autocrosshair",
"InputType":"checkbox",
"ParamFieldName":"mp_autocrosshair",
"DefaultValue":"0",
"EnumValues":{
"False":"0",
"True":"1"
}
},
{
"DisplayName":"Allow Players To Pause Server",
"Category":"Counter-Strike 1.6:stadia_controller",
"Subcategory":"Gameplay Settings:joystick:2",
"Description":"If set, players will be able to pause the server. Not recommended",
"Keywords":"pause,pausable",
"FieldName":"pausable",
"InputType":"checkbox",
"ParamFieldName":"pausable",
"DefaultValue":"0",
"EnumValues":{
"False":"0",
"True":"1"
}
},
{
"DisplayName":"Allow All Talk",
"Category":"Counter-Strike 1.6:stadia_controller",
"Subcategory":"Gameplay Settings:joystick:2",
"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":"Spectator Mode",
"Category":"Counter-Strike 1.6:stadia_controller",
"Subcategory":"Gameplay Settings:joystick:2",
"Description":"Sets the spectator mode for dead players",
"Keywords":"spectator,camera,first,person,mp_forcechasecam",
"FieldName":"mp_forcechasecam",
"InputType":"enum",
"ParamFieldName":"mp_forcechasecam",
"DefaultValue":"0",
"EnumValues":{
"0":"Spectators can spectate anyone (default)",
"1":"Spectators can only spectate their own team",
"2":"Spectators can't spectate anyone and can only see their dead body"
}
},
{
"DisplayName":"Enable Fade To Black",
"Category":"Counter-Strike 1.6:stadia_controller",
"Subcategory":"Gameplay Settings:joystick:2",
"Description":"If enabled, a player's screen fades to black for the remainder of the round after death (HUD and chat still works). Overrides Spectator Mode",
"Keywords":"fade,black,spectator,death,mp_fadetoblack",
"FieldName":"mp_fadetoblack",
"InputType":"checkbox",
"ParamFieldName":"mp_fadetoblack",
"DefaultValue":"0",
"EnumValues":{
"False":"0",
"True":"1"
}
},
{
"DisplayName":"Enable Auto Kick",
"Category":"Counter-Strike 1.6:stadia_controller",
"Subcategory":"Gameplay Settings:joystick:2",
"Description":"If set, automatic team-killer banning and idle client kicking will be enabled",
"Keywords":"auto,kick,team,killer,idle,mp_autokick",
"FieldName":"mp_autokick",
"InputType":"checkbox",
"ParamFieldName":"mp_autokick",
"DefaultValue":"1",
"EnumValues":{
"False":"0",
"True":"1"
}
},
{
"DisplayName":"Buy Time",
"Category":"Counter-Strike 1.6:stadia_controller",
"Subcategory":"Gameplay Settings:joystick:2",
"Description":"Sets the designated amount of buy time for each round",
"Keywords":"buy,time,mp_buytime",
"FieldName":"mp_buytime",
"InputType":"number",
"MinValue":"0",
"ParamFieldName":"mp_buytime",
"DefaultValue":"1.5",
"Placeholder":"1.5",
"Suffix":"minutes",
"EnumValues":{}
},
{
"DisplayName":"C4 Timer",
"Category":"Counter-Strike 1.6:stadia_controller",
"Subcategory":"Gameplay Settings:joystick:2",
"Description":"Sets the time after which the C4 bomb will blow up",
"Keywords":"c4,bomb,time,mp_c4timer",
"FieldName":"mp_c4timer",
"InputType":"number",
"MinValue":"15",
"MaxValue":"90",
"ParamFieldName":"mp_c4timer",
"DefaultValue":"45",
"Placeholder":"45",
"Suffix":"seconds",
"EnumValues":{}
},
{
"DisplayName":"Freeze Time",
"Category":"Counter-Strike 1.6:stadia_controller",
"Subcategory":"Gameplay Settings:joystick:2",
"Description":"Sets the length of the freeze period at the beginning of rounds. 0 = disabled",
"Keywords":"mp_freezetime,freezetime",
"FieldName":"mp_freezetime",
"InputType":"number",
"ParamFieldName":"mp_freezetime",
"DefaultValue":"6",
"Placeholder":"6",
"Suffix":"seconds",
"EnumValues":{}
},
{
"DisplayName":"Hostage Penalty",
"Category":"Counter-Strike 1.6:stadia_controller",
"Subcategory":"Gameplay Settings:joystick:2",
"Description":"Sets how many hostages can be killed before a player is kicked from the server. 0 = disabled",
"Keywords":"hostages,team,killers,mp_hostagepenalty",
"FieldName":"mp_hostagepenalty",
"InputType":"number",
"MinValue":"0",
"ParamFieldName":"mp_hostagepenalty",
"DefaultValue":"13",
"Placeholder":"13",
"EnumValues":{}
},
{
"DisplayName":"Server Branch",
"Category":"Updates",
"Subcategory":"Steam Downloads:download",
"Description":"Sets the server branch to install. NOTE: Update the server after switching branches!",
"Keywords":"server,branch,public,legacy",
"FieldName":"ServerBranch",
"InputType":"enum",
"ParamFieldName":"ServerBranch",
"DefaultValue":"public",
"EnumValues":{
"public":"Public (default)",
"steam_legacy":"Steam Legacy (pre-25th anniversary build)"
}
},
{
"DisplayName":"Install reHLDS",
"Category":"Updates",
"Subcategory":"Runtime Configuration:build:3",
"Description":"If enabled, the [reHLDS engine](https://github.com/dreamstalker/rehlds) will be installed to run the server. Only works with the Steam Legacy server. Note: update the server after changing this setting",
"Keywords":"install,rehlds",
"FieldName":"InstallreHLDS",
"InputType":"checkbox",
"ParamFieldName":"InstallreHLDS",
"DefaultValue":"false",
"EnumValues":{
"False":"false",
"True":"true"
}
}
]