forked from CubeCoders/AMPTemplates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patharma-reforgerconfig.json
752 lines (752 loc) · 30.3 KB
/
arma-reforgerconfig.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
[
{
"DisplayName": "Game Port",
"Category": "Arma Reforger:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "",
"Keywords": "",
"FieldName": "$GamePort",
"InputType": "number",
"IsFlagArgument": false,
"Hidden": true,
"ParamFieldName": "bindPort",
"IncludeInCommandLine": false,
"EnumValues": {}
},
{
"DisplayName": "Public Port",
"Category": "Arma Reforger:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "",
"Keywords": "",
"FieldName": "$GamePort",
"InputType": "number",
"IsFlagArgument": false,
"Hidden": true,
"ParamFieldName": "publicPort",
"IncludeInCommandLine": false,
"EnumValues": {}
},
{
"DisplayName": "Query Port",
"Category": "Arma Reforger:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "",
"Keywords": "",
"FieldName": "$QueryPort",
"InputType": "number",
"IsFlagArgument": false,
"Hidden": true,
"ParamFieldName": "a2s.port",
"IncludeInCommandLine": false,
"EnumValues": {}
},
{
"DisplayName": "RCON Port",
"Category": "Arma Reforger:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "",
"Keywords": "",
"FieldName": "$RCONPort",
"InputType": "number",
"IsFlagArgument": false,
"Hidden": true,
"ParamFieldName": "rcon.port",
"IncludeInCommandLine": false,
"EnumValues": {}
},
{
"DisplayName": "Server IP Binding",
"Category": "Arma Reforger:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "",
"Keywords": "",
"FieldName": "$ApplicationIPBinding",
"InputType": "text",
"IsFlagArgument": false,
"Hidden": true,
"ParamFieldName": "bindAddress",
"IncludeInCommandLine": false,
"EnumValues": {}
},
{
"DisplayName": "RCON IP Binding",
"Category": "Arma Reforger:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "",
"Keywords": "",
"FieldName": "$ApplicationIPBinding",
"InputType": "text",
"IsFlagArgument": false,
"Hidden": true,
"ParamFieldName": "rcon.address",
"IncludeInCommandLine": false,
"EnumValues": {}
},
{
"DisplayName": "Public IP Binding",
"Category": "Arma Reforger:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "",
"Keywords": "",
"FieldName": "$ExternalIP",
"InputType": "text",
"IsFlagArgument": false,
"Hidden": true,
"ParamFieldName": "publicAddress",
"IncludeInCommandLine": false,
"EnumValues": {}
},
{
"DisplayName": "RCON Permission",
"Category": "Arma Reforger:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "",
"Keywords": "",
"FieldName": "RCONPermission",
"InputType": "hidden",
"Hidden": true,
"ParamFieldName": "rcon.permission",
"DefaultValue": "admin",
"EnumValues": {}
},
{
"DisplayName": "Server Name",
"Category": "Arma Reforger:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "Sets the server name visible in the game browser (up to 100 characters)",
"Keywords": "server,name",
"FieldName": "name",
"InputType": "text",
"IsFlagArgument": false,
"ParamFieldName": "game.name",
"IncludeInCommandLine": false,
"DefaultValue": "Arma Reforger Server - Powered by AMP",
"EnumValues": {}
},
{
"DisplayName": "Server Mission/Scenario",
"Category": "Arma Reforger:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "Sets the server mission/scenario. Official missions/scenarios are included in the dropdown. To use another mission/scenario, select \"Custom\" and set the Custom Mission/Scenario Name",
"Keywords": "mission,scenario,scenarioid",
"FieldName": "scenarioId",
"InputType": "enum",
"IsFlagArgument": false,
"ParamFieldName": "game.scenarioId",
"IncludeInCommandLine": false,
"DefaultValue": "{ECC61978EDCC2B5A}Missions/23_Campaign.conf",
"EnumValues": {
"{ECC61978EDCC2B5A}Missions/23_Campaign.conf": "Conflict - Everon (default)",
"{59AD59368755F41A}Missions/21_GM_Eden.conf": "Game Master - Everon",
"{90F086877C27B6F6}Missions/99_Tutorial.conf": "Training",
"{2BBBE828037C6F4B}Missions/22_GM_Arland.conf": "Game Master - Arland",
"{C700DB41F0C546E1}Missions/23_Campaign_NorthCentral.conf": "Conflict - Northern Everon",
"{28802845ADA64D52}Missions/23_Campaign_SWCoast.conf": "Conflict - Southern Everon",
"{DAA03C6E6099D50F}Missions/24_CombatOps.conf": "Combat Ops - Arland",
"{C41618FD18E9D714}Missions/23_Campaign_Arland.conf": "Conflict - Arland",
"{DFAC5FABD11F2390}Missions/26_CombatOpsEveron.conf": "Combat Ops - Everon",
"{3F2E005F43DBD2F8}Missions/CAH_Briars_Coast.conf": "Capture & Hold: Briars",
"{F1A1BEA67132113E}Missions/CAH_Castle.conf": "Capture & Hold: Montfort Castle",
"{589945FB9FA7B97D}Missions/CAH_Concrete_Plant.conf": "Capture & Hold: Concrete Plant",
"{9405201CBD22A30C}Missions/CAH_Factory.conf": "Capture & Hold: Almara Factory",
"{1CD06B409C6FAE56}Missions/CAH_Forest.conf": "Capture & Hold: Simon's Wood",
"{7C491B1FCC0FF0E1}Missions/CAH_LeMoule.conf": "Capture & Hold: Le Moule",
"{6EA2E454519E5869}Missions/CAH_Military_Base.conf": "Capture & Hold: Camp Blake",
"{2B4183DF23E88249}Missions/CAH_Morton.conf": "Capture & Hold: Morton",
"{{CustomMission}}": "--Custom--"
}
},
{
"DisplayName": "Custom Mission/Scenario Name",
"Category": "Arma Reforger:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "Sets a custom mission/scenario for the server. \"Custom\" type must be selected under Server Mission/Scenario and any required mods specified under Load Mods",
"Keywords": "custom,mission,scenario",
"FieldName": "CustomMission",
"InputType": "text",
"IsFlagArgument": false,
"ParamFieldName": "CustomMission",
"IncludeInCommandLine": false,
"DefaultValue": "",
"Placeholder": "{850C623AD7B97DC7}Missions/DeadEveron.conf",
"EnumValues": {}
},
{
"DisplayName": "Steam Query IP Binding",
"Category": "Arma Reforger:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "",
"Keywords": "",
"FieldName": "$ApplicationIPBinding",
"InputType": "hidden",
"IsFlagArgument": false,
"Hidden": true,
"ParamFieldName": "a2s.address",
"IncludeInCommandLine": false,
"EnumValues": {}
},
{
"DisplayName": "Make Server Public",
"Category": "Arma Reforger:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "If enabled, the server will be visible in the in-game browser",
"Keywords": "serverlist,public,visible",
"FieldName": "visible",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "game.visible",
"IncludeInCommandLine": false,
"DefaultValue": "true",
"EnumValues": {
"False": "false",
"True": "true"
}
},
{
"DisplayName": "Enable Crossplay",
"Category": "Arma Reforger:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "If enabled, crossplay between PC and Xbox clients, or between PC, Xbox and PlayStation clients, will be possible. Set Supported Crossplay Platforms to specify which platforms are supported",
"Keywords": "crossplay,pc,xbox,playstation,psn,crossplatform",
"FieldName": "crossPlatform",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "game.crossPlatform",
"IncludeInCommandLine": false,
"DefaultValue": "true",
"EnumValues": {
"False": "false",
"True": "true"
}
},
{
"DisplayName": "Supported Crossplay Platforms",
"Category": "Arma Reforger:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "Sets the platforms supported for crossplay. Enable Crossplay must be set for Xbox/PlayStation to be supported",
"Keywords": "crossplay,pc,xbox,playstation,psn,supportedPlatforms",
"FieldName": "supportedPlatforms",
"InputType": "enum",
"IsFlagArgument": false,
"ParamFieldName": "game.supportedPlatforms",
"IncludeInCommandLine": false,
"DefaultValue": "\"PLATFORM_PC\", \"PLATFORM_XBL\", \"PLATFORM_PSN\"",
"EnumValues": {
"\"PLATFORM_PC\"": "PC only (Enable Crossplay must be disabled)",
"\"PLATFORM_PC\", \"PLATFORM_XBL\"": "PC and Xbox (modded server only)",
"\"PLATFORM_PC\", \"PLATFORM_XBL\", \"PLATFORM_PSN\"": "PC, Xbox and PlayStation (vanilla server only)"
}
},
{
"DisplayName": "Server Password",
"Category": "Arma Reforger:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "Sets the password required to connect to the server. Only use alphanumeric, dash or underscore characters. Default is no password",
"Keywords": "server,password",
"FieldName": "password",
"InputType": "password",
"IsFlagArgument": false,
"ParamFieldName": "game.password",
"IncludeInCommandLine": false,
"DefaultValue": "",
"EnumValues": {}
},
{
"DisplayName": "Admins",
"Category": "Arma Reforger:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "Sets a whitelist of Identity IDs and/or SteamIDs of server admins. Listed admins won't need to use the Admin Password. Format is \"ID\",\"ID\"",
"Keywords": "admin,admins,whitelist",
"FieldName": "admins",
"InputType": "text",
"ParamFieldName": "game.admins",
"DefaultValue": "",
"Placeholder": "\"12345678901234567\",\"76543210987654321\"",
"EnumValues": {}
},
{
"DisplayName": "Admin Password",
"Category": "Arma Reforger:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "Sets the password required for admin access to the server. Only use alphanumeric, dash or underscore characters. Maximum 32 characters. Default is a strong random password",
"Keywords": "admin,password,adminpassword,passwordadmin",
"FieldName": "adminPassword",
"InputType": "password",
"IsFlagArgument": false,
"ParamFieldName": "game.passwordAdmin",
"IncludeInCommandLine": false,
"DefaultValue": "{{randomdigits(15)}}",
"EnumValues": {}
},
{
"DisplayName": "RCON Password",
"Category": "Arma Reforger:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "See the Security and Privacy menu for configurable options for the server's BattlEye RCON",
"Keywords": "rcon,password",
"FieldName": "$RemoteAdminPassword",
"InputType": "hidden",
"ParamFieldName": "rcon.password",
"EnumValues": {}
},
{
"DisplayName": "Maximum RCON Clients",
"Category": "Arma Reforger:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "Sets the maximum number of clients that can connect to RCON at the same time. Note that AMP itself takes one slot",
"Keywords": "rcon,maxClients",
"FieldName": "maxClients",
"InputType": "number",
"MinValue": "1",
"MaxValue": "16",
"IsFlagArgument": false,
"ParamFieldName": "rcon.maxClients",
"IncludeInCommandLine": false,
"DefaultValue": "16",
"Placeholder": "16",
"EnumValues": {}
},
{
"DisplayName": "Server Player Limit",
"Category": "Arma Reforger:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "Sets the maximum number of players that may connect to the server at one time",
"Keywords": "players,limit,maximum,playercountlimit,maxplayers",
"FieldName": "$MaxUsers",
"InputType": "number",
"MinValue": "1",
"MaxValue": "256",
"IsFlagArgument": false,
"ParamFieldName": "game.maxPlayers",
"IncludeInCommandLine": false,
"DefaultValue": "64",
"Placeholder": "64",
"Suffix": "players",
"EnumValues": {}
},
{
"DisplayName": "Synchronise Player Count",
"Category": "Arma Reforger:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "If enabled, the list of players on the server is sent to the GameAPI along with the server's heartbeat, to fix the discrepancy between the real and reported number of players on the server",
"Keywords": "lobby,player,synchronise,player,number,lobbyplayersynchronise",
"FieldName": "lobbyPlayerSynchronise",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "operating.lobbyPlayerSynchronise",
"IncludeInCommandLine": false,
"DefaultValue": "true",
"EnumValues": {
"False": "false",
"True": "true"
}
},
{
"DisplayName": "Navmesh Streaming Mode",
"Category": "Arma Reforger:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "Sets the navmesh streamimg mode. Navmesh streaming will be enabled or disabled on relevant navmesh components and disabled components will be loaded into memory. If \"Disable specific components\" is selected, specify them under Disabled Navmesh Components",
"Keywords": "disable,navmesh,streaming,disableNavmeshStreaming",
"FieldName": "disableNavmeshStreaming12",
"InputType": "enum",
"ParamFieldName": "operating.disableNavmeshStreaming",
"DefaultValue": "",
"EnumValues": {
"": "Enable all components",
"\"disableNavmeshStreaming\":[ ],": "Disable all components",
"\"disableNavmeshStreaming\":[ {{DisabledNavmeshComponents}} ],": "Disable specific components"
}
},
{
"DisplayName": "Disabled Navmesh Components",
"Category": "Arma Reforger:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "Sets a list of navmesh components to disable, if \"Disable specific components\" is selected under Navmesh Streaming Mode. Format is \"Component\",\"Component\"",
"Keywords": "disable,navmesh,streaming,components,specific",
"FieldName": "DisabledNavmeshComponents",
"InputType": "text",
"ParamFieldName": "DisabledNavmeshComponents",
"DefaultValue": "",
"EnumValues": {}
},
{
"DisplayName": "Load Mods",
"Category": "Arma Reforger:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "Comma-separated [list of mods](https://reforger.armaplatform.com/workshop) required by clients, which will be downloaded and activated on join. Each mod entry must be in valid JSON format. Name and version are optional. Example: {\"modId\":\"591AF5BDA9F7CE8B\",\"name\":\"Capture & Hold\",\"version\":\"1.0.3\"}",
"Keywords": "mods,addons,mod",
"FieldName": "mods",
"InputType": "Textarea",
"IsFlagArgument": false,
"ParamFieldName": "game.mods",
"IncludeInCommandLine": false,
"DefaultValue": "",
"EnumValues": {}
},
{
"DisplayName": "Player Save Period",
"Category": "Arma Reforger:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "Sets the default period for saving players for both Online and Local storage (player save can still be requested on demand)",
"Keywords": "player,save,time,playersavetime",
"FieldName": "playerSaveTime",
"InputType": "number",
"MinValue": "1",
"IsFlagArgument": false,
"ParamFieldName": "operating.playerSaveTime",
"IncludeInCommandLine": false,
"DefaultValue": "120",
"Placeholder": "120",
"Suffix": "seconds",
"EnumValues": {}
},
{
"DisplayName": "Server FPS Limit",
"Category": "Arma Reforger:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "Sets the server FPS. Recommended to be in the range of 60 to 120 so that the server does not use all available resources",
"Keywords": "fps,limit,maxfps",
"FieldName": "maxFPS",
"InputType": "number",
"MinValue": "1",
"IsFlagArgument": false,
"ParamFieldName": "maxFPS",
"IncludeInCommandLine": true,
"DefaultValue": "60",
"Placeholder": "60",
"Suffix": "fps",
"EnumValues": {}
},
{
"DisplayName": "Maximum View Distance",
"Category": "Arma Reforger:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "Sets the server's maximum view distance",
"Keywords": "maximum,view,distance,servermaxviewdistance",
"FieldName": "serverMaxViewDistance",
"InputType": "number",
"MinValue": "500",
"MaxValue": "10000",
"IsFlagArgument": false,
"ParamFieldName": "game.gameProperties.serverMaxViewDistance",
"IncludeInCommandLine": false,
"DefaultValue": "1600",
"Placeholder": "1600",
"EnumValues": {}
},
{
"DisplayName": "Network View Distance",
"Category": "Arma Reforger:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "Sets the server's maximum network streaming range of replicated entities",
"Keywords": "network,stream,view,distance,networkviewdistance",
"FieldName": "networkViewDistance",
"InputType": "number",
"MinValue": "500",
"MaxValue": "5000",
"IsFlagArgument": false,
"ParamFieldName": "game.gameProperties.networkViewDistance",
"IncludeInCommandLine": false,
"DefaultValue": "1500",
"Placeholder": "1500",
"EnumValues": {}
},
{
"DisplayName": "Minimum Grass Distance",
"Category": "Arma Reforger:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "Sets the server's minimum grass distance",
"Keywords": "minimum,grass,distance,servermingrassdistance",
"FieldName": "serverMinGrassDistance",
"InputType": "number",
"MinValue": "50",
"MaxValue": "150",
"IsFlagArgument": false,
"ParamFieldName": "game.gameProperties.serverMinGrassDistance",
"IncludeInCommandLine": false,
"DefaultValue": "50",
"Placeholder": "50",
"Suffix": "metres",
"EnumValues": {}
},
{
"DisplayName": "Disable Third Person",
"Category": "Arma Reforger:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "If enabled, clients will be forced to use the first-person view",
"Keywords": "third,person,disablethirdperson",
"FieldName": "disableThirdPerson",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "game.gameProperties.disableThirdPerson",
"IncludeInCommandLine": false,
"DefaultValue": "false",
"EnumValues": {
"False": "false",
"True": "true"
}
},
{
"DisplayName": "Enable Fast Validation",
"Category": "Arma Reforger:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "If enabled, matching validation of map entities and components loaded on a client when it joins will be done with minimum information. Always enable for a public server!",
"Keywords": "validation,checksum,fastvalidation",
"FieldName": "fastValidation",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "game.gameProperties.fastValidation",
"IncludeInCommandLine": false,
"DefaultValue": "true",
"EnumValues": {
"False": "false",
"True": "true"
}
},
{
"DisplayName": "Enable BattlEye",
"Category": "Arma Reforger:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "If set, BattlEye anti-cheat will be enabled on the server",
"Keywords": "battlEye,anti-cheat,anticheat",
"FieldName": "battlEye",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "game.gameProperties.battlEye",
"IncludeInCommandLine": false,
"DefaultValue": "true",
"EnumValues": {
"False": "false",
"True": "true"
}
},
{
"DisplayName": "Disable VON UI",
"Category": "Arma Reforger:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "If set, clients will be forced to not have the VON (Voice Over Network) UI",
"Keywords": "disable,von,voice,network,ui,vondisableui",
"FieldName": "VONDisableUI",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "game.gameProperties.VONDisableUI",
"IncludeInCommandLine": false,
"DefaultValue": "true",
"EnumValues": {
"False": "false",
"True": "true"
}
},
{
"DisplayName": "Disable VON Direct Speech UI",
"Category": "Arma Reforger:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "If set, clients will be forced to not have the VON (Voice Over Network) Direct Speech UI",
"Keywords": "disable,von,voice,network,direct,speech,ui,vondisabledirectspeechui",
"FieldName": "VONDisableDirectSpeechUI",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "game.gameProperties.VONDisableDirectSpeechUI",
"IncludeInCommandLine": false,
"DefaultValue": "true",
"EnumValues": {
"False": "false",
"True": "true"
}
},
{
"DisplayName": "Enable Cross-Faction VON Transmission",
"Category": "Arma Reforger:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "If set, players will be allowed to transmit on other factions' radios. Otherwise, players' radios will be listen-only",
"Keywords": "cross,faction,transmit,von,voice,VONCanTransmitCrossFaction",
"FieldName": "VONCanTransmitCrossFaction",
"InputType": "checkbox",
"ParamFieldName": "game.gameProperties.VONCanTransmitCrossFaction",
"DefaultValue": "false",
"EnumValues": {
"False": "false",
"True": "true"
}
},
{
"DisplayName": "Mission Header",
"Category": "Arma Reforger:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "Comma-separated list of settings that will overwrite a mission/scenario's SCR_MissionHeaderCampaign. Example: \"m_iPlayerCount\":\"64\",\"m_eEditableGameFlags\":\"6\"",
"Keywords": "mission,header,missionheader",
"FieldName": "missionHeader",
"InputType": "Textarea",
"IsFlagArgument": false,
"ParamFieldName": "game.gameProperties.missionHeader",
"IncludeInCommandLine": false,
"DefaultValue": "",
"EnumValues": {}
},
{
"DisplayName": "AI Limit",
"Category": "Arma Reforger:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "Sets the maximum number of AIs. -1 = no limit",
"Keywords": "ai,limit,ailimit",
"FieldName": "aiLimit",
"InputType": "number",
"MinValue": "-1",
"IsFlagArgument": false,
"ParamFieldName": "operating.aiLimit",
"IncludeInCommandLine": false,
"DefaultValue": "-1",
"Placeholder": "-1",
"EnumValues": {}
},
{
"DisplayName": "Disable AI",
"Category": "Arma Reforger:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "If set, the server will prevent initialization and ticking of AIWorld and its components, completely disabling AI functionality",
"Keywords": "disableAI,server,AI",
"FieldName": "disableAI",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "operating.disableAI",
"IncludeInCommandLine": false,
"DefaultValue": false,
"EnumValues": {
"False": "false",
"True": "true"
}
},
{
"DisplayName": "Slot Reservation Timeout",
"Category": "Arma Reforger:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "Sets how long the backend and server will reserve a slot for a kicked player. 5 = effectively diabled (given the value is the same as for a normal disconnect)",
"Keywords": "slot,reservation,timeout,slotreservationtimeout",
"FieldName": "slotReservationTimeout",
"InputType": "number",
"MinValue": "5",
"MaxValue": "300",
"IsFlagArgument": false,
"ParamFieldName": "operating.slotReservationTimeout",
"IncludeInCommandLine": false,
"DefaultValue": "60",
"Placeholder": "60",
"Suffix": "seconds",
"EnumValues": {}
},
{
"DisplayName": "Disable Crash Reporter",
"Category": "Arma Reforger:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "If set, the automatic server-side [Crash Report](https://community.bistudio.com/wiki/Arma_Reforger:Crash_Report) will be disabled",
"Keywords": "disable,crash,report,reporter,disableCrashReporter",
"FieldName": "disableCrashReporter",
"InputType": "checkbox",
"ParamFieldName": "operating.disableCrashReporter",
"DefaultValue": "false",
"EnumValues": {
"False": "false",
"True": "true"
}
},
{
"DisplayName": "Mods Required By Default",
"Category": "Arma Reforger:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "If set, the default value for 'required' will be overridden for all mods",
"Keywords": "mods,required,override,requiredByDefault",
"FieldName": "modsRequiredByDefault",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "game.modsRequiredByDefault",
"IncludeInCommandLine": false,
"DefaultValue": "true",
"EnumValues": {
"False": "false",
"True": "true"
}
},
{
"DisplayName": "Disable Server Shutdown",
"Category": "Arma Reforger:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "If set, the server will not automatically shutdown if connection to the backend is lost as a result of room requests errors. Other causes like corrupted configs will still shutdown the server",
"Keywords": "disableServerShutdown,server,shutdown,backend,errors",
"FieldName": "disableServerShutdown",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "operating.disableServerShutdown",
"IncludeInCommandLine": false,
"DefaultValue": "false",
"EnumValues": {
"False": "false",
"True": "true"
}
},
{
"DisplayName": "Join Queue Limit",
"Category": "Arma Reforger:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "Sets the limit for how many people can be in the server's join queue at one time. 0 = no limit",
"Keywords": "joinQueue,join,queue,maximum,size,maxSize",
"FieldName": "maxSize",
"InputType": "number",
"MinValue": "0",
"MaxValue": "50",
"IsFlagArgument": false,
"ParamFieldName": "operating.joinQueue.maxSize",
"IncludeInCommandLine": false,
"DefaultValue": "0",
"Placeholder": "0",
"EnumValues": {}
},
{
"DisplayName": "Log Statistics",
"Category": "Arma Reforger:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "If enabled, the server logs performance statistics every second or such other period set under \"Statistics Logging Interval\"",
"Keywords": "log,statistics,logstats",
"FieldName": "logStats",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "logStats",
"IncludeInCommandLine": false,
"DefaultValue": "",
"EnumValues": {
"False": "",
"True": "-logStats {{logStatsInterval}}"
}
},
{
"DisplayName": "Statistics Logging Inverval",
"Category": "Arma Reforger:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "Sets the interval for logging of performance statistics, if \"Log Statistics\" is enabled",
"Keywords": "log,statistics,logstats",
"FieldName": "logStatsInterval",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "logStatsInterval",
"IncludeInCommandLine": false,
"DefaultValue": "1000",
"Placeholder": "1000",
"Suffix": "milliseconds",
"EnumValues": {}
},
{
"DisplayName": "Additional Server Startup Parameters",
"Category": "Arma Reforger:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "Specifies additional startup parameters that are not otherwise set by AMP. Use with care",
"Keywords": "custom,server,arguments,parameters",
"FieldName": "CustomServerArgs",
"InputType": "text",
"IsFlagArgument": false,
"ParamFieldName": "CustomServerArgs",
"IncludeInCommandLine": false,
"DefaultValue": "",
"Placeholder": "-debug",
"EnumValues": {}
}
]