forked from CubeCoders/AMPTemplates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pre-fortress2config.json
670 lines (670 loc) · 24.4 KB
/
pre-fortress2config.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
[
{
"DisplayName":"Server Name",
"Category":"PF2 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 Pre-Fortress 2 Server",
"EnumValues":{}
},
{
"DisplayName":"LAN Server",
"Category":"PF2 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":"PF2 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":"RCON Password",
"Category":"PF2 Server Settings",
"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",
"IncludeInCommandLine":false,
"EnumValues":{}
},
{
"DisplayName":"Initial Map",
"Category":"PF2 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",
"IncludeInCommandLine":true,
"DefaultValue":"ctf_2fort",
"EnumValues":{
"ad_dustbowl":"Attack-Defend: Dustbowl",
"ad_gravelpit":"Attack-Defend: Gravelpit",
"arena_bridge":"Arena: Bridge",
"arena_trainyard":"Arena: Trainyard",
"arena_well":"Arena: Well",
"cp_badlands":"Control Points: Badlands",
"cp_granary":"Control Points: Granary",
"cp_staredown":"Control Points: Staredown",
"cp_well":"Control Points: Well",
"ctf_2fort":"Capture The Flag: 2Fort (default)",
"ctf_badlands":"Capture The Flag: Badlands",
"ctf_well":"Capture The Flag: Well",
"koth_badlands":"King Of The Hill: Badlands",
"koth_crossover":"King Of The Hill: Crossover",
"pl_goldrush":"Payload: Goldrush",
"plr_chariots":"Payload Race: Chariots",
"background01":"Practice: Background",
"pf_target":"Practice: Target",
"tc_hydro":"Territory Control: Hydro",
"{{CustomMap}}":"--Custom--"
}
},
{
"DisplayName":"Custom Initial Map",
"Category":"PF2 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":"PF2 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":"PF2 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":"PF2 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":"2",
"MaxValue":"33",
"ParamFieldName":"maxplayers",
"IncludeInCommandLine":true,
"DefaultValue":"24",
"Placeholder":"24",
"Suffix":"players",
"EnumValues":{}
},
{
"DisplayName":"Allow Spectators",
"Category":"PF2 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":"PF2 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":"Do not restrict client files",
"0":"Apply rules in 'pure_server_minimal.txt' only",
"1":"Apply rules in 'pure_server_full.txt' and then 'pure_server_whitelist.txt'",
"2":"Apply rules in 'pure_server_full.txt'"
}
},
{
"DisplayName":"Kick Clients On Pure Server",
"Category":"PF2 Server Settings",
"Description":"If enabled, the server will kick clients with mismatching files. Otherwise, it will issue a warning to the clients",
"Keywords":"pure,server,cheat,hack,integrity,sv_pure_kick_clients",
"FieldName":"sv_pure_kick_clients",
"InputType":"checkbox",
"ParamFieldName":"sv_pure_kick_clients",
"DefaultValue":"0",
"EnumValues":{
"False":"0",
"True":"1"
}
},
{
"DisplayName":"Enable Cheats",
"Category":"PF2 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":"PF2 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":"PF2 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":"PF2 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":"PF2 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 Upload File Size",
"Category":"PF2 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":"PF2 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":"PF2 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":"PF2 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":"0",
"ParamFieldName":"sv_minupdaterate",
"DefaultValue":"40",
"Placeholder":"40",
"EnumValues":{}
},
{
"DisplayName":"Maximum Server Update Rate",
"Category":"PF2 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":"0",
"ParamFieldName":"sv_maxupdaterate",
"DefaultValue":"66",
"Placeholder":"66",
"EnumValues":{}
},
{
"DisplayName":"Decal Frequency",
"Category":"PF2 Server Settings",
"Description":"",
"Keywords":"decalfrequency",
"FieldName":"decalfrequency",
"InputType":"number",
"MinValue":"0",
"ParamFieldName":"decalfrequency",
"DefaultValue":"10",
"Placeholder":"10",
"EnumValues":{}
},
{
"DisplayName":"Disable Valve Anti-Cheat",
"Category":"PF2 Server Settings",
"Description":"If set, Valve Anti-Cheat (VAC) will be disabled",
"Keywords":"valve,anti,cheat,vac,insecure",
"FieldName":"insecure",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"insecure",
"DefaultValue":"",
"EnumValues":{
"False":"",
"True":"-insecure "
}
},
{
"DisplayName":"Server/RCON IPv4 IP Binding",
"Category":"PF2 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":"PF2 Server Settings",
"Description":"Specifies additional command line parameters (anything that begins with a -) that are not otherwise set by AMP. Use with care (maximum 512 characters for command line)",
"Keywords":"custom,server,arguments,variables,cvars,convars,parameters",
"FieldName":"CustomParameters",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"CustomParameters",
"DefaultValue":"",
"Placeholder":"",
"EnumValues":{}
},
{
"DisplayName":"Additional Console Variables",
"Category":"PF2 Server Settings",
"Description":"Specifies additional console variables (anything that begins with a +) that are not otherwise set by AMP. Use with care (maximum 512 characters for command line). 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":"+sv_gravity \"500\"",
"EnumValues":{}
},
{
"DisplayName":"Additional Server Settings",
"Category":"PF2 Server Settings",
"Description":"Specifies additional settings to include in \"server.cfg\" that are not otherwise set by AMP. Example: sv_maxcmdrate 66. One setting per line",
"Keywords":"additional,settings,custom",
"FieldName":"UserSettings",
"InputType":"Textarea",
"IsFlagArgument":false,
"ParamFieldName":"UserSettings",
"DefaultValue":"",
"EnumValues":{}
},
{
"DisplayName":"Enable Friendly Fire",
"Category":"PF2 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":"PF2 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":"PF2 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":"PF2 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":"PF2 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 Wait Command",
"Category":"PF2 Gameplay Settings",
"Description":"If enabled, the wait command will be allowed on clients connected to the server. Recommended to keep disabled to prevent server crash exploits",
"Keywords":"wait,command,sv_allow_wait_command",
"FieldName":"sv_allow_wait_command",
"InputType":"checkbox",
"ParamFieldName":"sv_allow_wait_command",
"DefaultValue":"0",
"EnumValues":{
"False":"0",
"True":"1"
}
},
{
"DisplayName":"Allow All Talk",
"Category":"PF2 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":"PF2 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":"Automatic Team Balancing",
"Category":"PF2 Gameplay Settings",
"Description":"Sets whether to automatically balance teams based on the Teams Unbalance Limit",
"Keywords":"team,automatic,balance,balancing,mp_autoteambalance",
"FieldName":"mp_autoteambalance",
"InputType":"enum",
"ParamFieldName":"mp_autoteambalance",
"DefaultValue":"1",
"EnumValues":{
"0":"Off",
"1":"Forcibly switch (default)",
"2":"Ask for volunteers"
}
},
{
"DisplayName":"Teams Unbalance Limit",
"Category":"PF2 Gameplay Settings",
"Description":"Teams will be considered unbalanced for the purpose of Automatic Team Balancing when one team has this many more players than the other team. 0 = check disabled",
"Keywords":"team,automatic,balance,balancing,limit,mp_teams_unbalance_limit",
"FieldName":"mp_teams_unbalance_limit",
"InputType":"number",
"MinValue":"0",
"ParamFieldName":"mp_teams_unbalance_limit",
"DefaultValue":"1",
"Placeholder":"1",
"EnumValues":{}
},
{
"DisplayName":"Enable Stalemate Mode",
"Category":"PF2 Gameplay Settings",
"Description":"If set, the stalemate mode will be enabled",
"Keywords":"stalemate,mode,mp_stalemate_enable",
"FieldName":"mp_stalemate_enable",
"InputType":"checkbox",
"ParamFieldName":"mp_stalemate_enable",
"DefaultValue":"1",
"EnumValues":{
"False":"0",
"True":"1"
}
},
{
"DisplayName":"Stalemate Mode Time Limit",
"Category":"PF2 Gameplay Settings",
"Description":"Sets the time limit of the stalemate round",
"Keywords":"stalemate,round,time,limit,mp_stalemate_timelimit",
"FieldName":"mp_stalemate_timelimit",
"InputType":"number",
"MinValue":"0",
"ParamFieldName":"mp_stalemate_timelimit",
"DefaultValue":"240",
"Placeholder":"240",
"Suffix":"seconds",
"EnumValues":{}
},
{
"DisplayName":"Map Rotation Win Limit",
"Category":"PF2 Gameplay Settings",
"Description":"Sets the maximum score one team can reach before the map rotates. 0 = disabled",
"Keywords":"win,limit,rotation,mp_winlimit",
"FieldName":"mp_winlimit",
"InputType":"number",
"MinValue":"0",
"ParamFieldName":"mp_winlimit",
"DefaultValue":"0",
"Placeholder":"0",
"EnumValues":{}
},
{
"DisplayName":"Disable Damage Spread",
"Category":"PF2 Gameplay Settings",
"Description":"If set, the random damage spread applied to all player damage will be disabled",
"Keywords":"disable,damage,spread,tf_damage_disablespread",
"FieldName":"tf_damage_disablespread",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"tf_damage_disablespread",
"DefaultValue":"1",
"EnumValues":{
"False":"0",
"True":"1"
}
},
{
"DisplayName":"Restrict Spectator Mode",
"Category":"PF2 Gameplay Settings",
"Description":"If enabled, the spectator mode for dead players will be restricted",
"Keywords":"spectator,camera,first,person,mp_forcecamera",
"FieldName":"mp_forcecamera",
"InputType":"checkbox",
"ParamFieldName":"mp_forcecamera",
"DefaultValue":"0",
"EnumValues":{
"False":"0",
"True":"1"
}
},
{
"DisplayName":"Disable SourceTV",
"Category":"PF2 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":"PF2 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":"PF2 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":"PF2 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":{}
}
]