-
Notifications
You must be signed in to change notification settings - Fork 551
Expand file tree
/
Copy pathabiotic-factorconfig.json
More file actions
946 lines (946 loc) · 40.3 KB
/
abiotic-factorconfig.json
File metadata and controls
946 lines (946 loc) · 40.3 KB
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
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
[
{
"DisplayName": "Disable UE4SS Console",
"Category": "Abiotic Factor:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "",
"Keywords": "",
"FieldName": "Debug.ConsoleEnabled",
"InputType": "number",
"Hidden": true,
"ParamFieldName": "Debug.ConsoleEnabled",
"DefaultValue": "0",
"EnumValues": {}
},
{
"DisplayName": "Disable UE4SS GUI Console",
"Category": "Abiotic Factor:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "",
"Keywords": "",
"FieldName": "GuiConsoleEnabled",
"InputType": "number",
"Hidden": true,
"ParamFieldName": "Debug.GuiConsoleEnabled",
"DefaultValue": "0",
"EnumValues": {}
},
{
"DisplayName": "Server Name",
"Category": "Abiotic Factor:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "Sets the name of the server as shown in the Steam server browser",
"Keywords": "name,ServerName",
"FieldName": "ServerName",
"InputType": "text",
"ParamFieldName": "ServerName",
"DefaultValue": "AMP Powered Abiotic Factor Server",
"EnumValues": {}
},
{
"DisplayName": "World Save Name",
"Category": "Abiotic Factor:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "Sets the name of the world save folder to load, or to create if it does not exist",
"Keywords": "world,save,name,WorldSaveName",
"FieldName": "WorldSaveName",
"InputType": "text",
"ParamFieldName": "WorldSaveName",
"IncludeInCommandLine": true,
"SkipIfEmpty": true,
"DefaultValue": "Cascade",
"Placeholder": "Cascade",
"Required": true,
"EnumValues": {}
},
{
"DisplayName": "Server Password",
"Category": "Abiotic Factor:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "Sets the password for players to join the server. Default is no password",
"Keywords": "server,password,ServerPassword",
"FieldName": "ServerPassword",
"InputType": "password",
"ParamFieldName": "ServerPassword",
"IncludeInCommandLine": true,
"SkipIfEmpty": true,
"DefaultValue": "",
"EnumValues": {}
},
{
"DisplayName": "Admin Password",
"Category": "Abiotic Factor:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "Sets the password for players to become a whitelisted admin in-game. Default is no password (disabled). Recommended for console users, as manual admin whitelisting is only supported for Steam",
"Keywords": "admin,password,AdminPassword",
"FieldName": "AdminPassword",
"InputType": "password",
"ParamFieldName": "AdminPassword",
"IncludeInCommandLine": true,
"SkipIfEmpty": true,
"DefaultValue": "",
"EnumValues": {}
},
{
"DisplayName": "Player Limit",
"Category": "Abiotic Factor:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "Sets the maximum number of players that may connect to the server at one time",
"Keywords": "maximum,players,limit,MaxServerPlayers",
"FieldName": "$MaxUsers",
"InputType": "number",
"MinValue": "1",
"MaxValue": "24",
"ParamFieldName": "MaxServerPlayers",
"IncludeInCommandLine": true,
"SkipIfEmpty": true,
"DefaultValue": "6",
"Placeholder": "6",
"Suffix": "players",
"EnumValues": {}
},
{
"DisplayName": "Crossplay Mode",
"Category": "Abiotic Factor:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "Sets whether to allow crossplay or to limit the server to a specific platform",
"Keywords": "crossplay,playstation,pc,xbox,PlatformLimited",
"FieldName": "PlatformLimited",
"InputType": "enum",
"ParamFieldName": "PlatformLimited",
"IncludeInCommandLine": true,
"SkipIfEmpty": true,
"DefaultValue": "",
"EnumValues": {
"": "Enable crossplay (default)",
"PC": "Disable crossplay - PC only",
"Playstation": "Disable crossplay - Playstation only",
"Xbox": "Disable crossplay - Xbox only"
}
},
{
"DisplayName": "Use CPU Performance Threads",
"Category": "Abiotic Factor:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "If set, the server will be forced to use performance threads on the CPU. Recommended",
"Keywords": "force,use,performance,threads,cpu,useperfthreads",
"FieldName": "useperfthreads",
"InputType": "checkbox",
"ParamFieldName": "useperfthreads",
"DefaultValue": "-useperfthreads ",
"EnumValues": {
"False": "",
"True": "-useperfthreads "
}
},
{
"DisplayName": "Use All Available Cores",
"Category": "Abiotic Factor:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "If set, the server will be forced to use all available cores. Disable Pause To Load Assets if you use this. Recommended on newer hardware",
"Keywords": "force,use,available,all,cores,cpu,useallavailablecores",
"FieldName": "useallavailablecores",
"InputType": "checkbox",
"ParamFieldName": "useallavailablecores",
"DefaultValue": "",
"EnumValues": {
"False": "",
"True": "-useallavailablecores "
}
},
{
"DisplayName": "Pause To Load Assets",
"Category": "Abiotic Factor:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "If set, the server will be forced to pause to load new assets/level sectors instead of slowly loading them. Recommended on older hardware",
"Keywords": "force,pause,load,assets,sectors,NoAsyncLoadingThread",
"FieldName": "NoAsyncLoadingThread",
"InputType": "checkbox",
"ParamFieldName": "NoAsyncLoadingThread",
"DefaultValue": "-NoAsyncLoadingThread ",
"EnumValues": {
"False": "",
"True": "-NoAsyncLoadingThread "
}
},
{
"DisplayName": "LAN Only",
"Category": "Abiotic Factor:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "If set, the server will be run as LAN only, which allows the server to be found in-game using the server browser set to LAN Only. Port 14001 must be accessible for server discovery to work",
"Keywords": "lan,only,LANOnly",
"FieldName": "LANOnly",
"InputType": "checkbox",
"ParamFieldName": "LANOnly",
"DefaultValue": "",
"EnumValues": {
"False": "",
"True": "-LANOnly "
}
},
{
"DisplayName": "Use Local IPs",
"Category": "Abiotic Factor:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "If set, allows the server to bind to local IPs as well as the Application IP Binding, assuming the Application IP Binding does not otherwise do this. Use with care, as enabling this setting may cause port conflicts",
"Keywords": "use,local,ips,UseLocalIPs",
"FieldName": "UseLocalIPs",
"InputType": "checkbox",
"ParamFieldName": "UseLocalIPs",
"DefaultValue": "",
"EnumValues": {
"False": "",
"True": "-UseLocalIPs "
}
},
{
"DisplayName": "Enable UE4SS UObject Listeners",
"Category": "Abiotic Factor:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "If set, UObject listeners will be created in GUObjectArray to create a fast cache for use instead of iterating GUObjectArray. Recommended to keep disabled for UE4SS mods to avoid crashes",
"Keywords": "ue4ss,uobject,listeners,bUseUObjectArrayCache",
"FieldName": "bUseUObjectArrayCache",
"InputType": "checkbox",
"ParamFieldName": "General.bUseUObjectArrayCache",
"DefaultValue": "false",
"EnumValues": {
"False": "false",
"True": "true"
}
},
{
"DisplayName": "Additional Command Line Arguments",
"Category": "Abiotic Factor:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "Specifies additional command line arguments (anything that begins with a - ) that are not otherwise set by AMP. Use with care",
"Keywords": "custom,server,arguments,parameters",
"FieldName": "CustomArgs",
"InputType": "text",
"ParamFieldName": "CustomArgs",
"DefaultValue": "",
"EnumValues": {}
},
{
"DisplayName": "Difficulty Level",
"Category": "Abiotic Factor:stadia_controller",
"Subcategory": "Sandbox:joystick:2",
"Description": "When creating a new world save, sets (for all players) how many enemies may be present in some areas, how aggressive they are, and how fast they react in combat. Overridden to Apocalyptic if Hardcore Mode is enabled",
"Keywords": "game,difficulty,level,GameDifficulty",
"FieldName": "GameDifficulty",
"InputType": "enum",
"ParamFieldName": "SandboxSettings.GameDifficulty",
"DefaultValue": "1",
"EnumValues": {
"1": "Normal",
"2": "Hard",
"3": "Apocalyptic"
}
},
{
"DisplayName": "Enable Hardcore Mode",
"Category": "Abiotic Factor:stadia_controller",
"Subcategory": "Sandbox:joystick:2",
"Description": "If set, characters only have one life and difficulty is forced to Apocalyptic",
"Keywords": "hardcore,apocalyptic,HardcoreMode",
"FieldName": "HardcoreMode",
"InputType": "checkbox",
"ParamFieldName": "SandboxSettings.HardcoreMode",
"DefaultValue": "False",
"EnumValues": {
"False": "False",
"True": "True"
}
},
{
"DisplayName": "Enable Loot Respawn",
"Category": "Abiotic Factor:stadia_controller",
"Subcategory": "Sandbox:joystick:2",
"Description": "If set, resources (other than furniture) will spontaneously respawn around the Facility. Good for public servers, but can cause objects to intersect or float, and will make some resource gathering very unbalanced",
"Keywords": "loot,respawn,resources,LootRespawnEnabled",
"FieldName": "LootRespawnEnabled",
"InputType": "checkbox",
"ParamFieldName": "SandboxSettings.LootRespawnEnabled",
"DefaultValue": "False",
"EnumValues": {
"False": "False",
"True": "True"
}
},
{
"DisplayName": "Shut Off Power Sockets At Night",
"Category": "Abiotic Factor:stadia_controller",
"Subcategory": "Sandbox:joystick:2",
"Description": "If set, power in the Facility will be shut off at night, including power sockets. Disabling this setting will make the game easier as things like Batteries will not be required. Disabling may also be required if the Day-Night Cycle State is set to 'Always night'",
"Keywords": "power,sockets,night,game,batteries,PowerSocketsOffAtNight",
"FieldName": "PowerSocketsOffAtNight",
"InputType": "checkbox",
"ParamFieldName": "SandboxSettings.PowerSocketsOffAtNight",
"DefaultValue": "True",
"EnumValues": {
"False": "False",
"True": "True"
}
},
{
"DisplayName": "Day-Night Cycle State",
"Category": "Abiotic Factor:stadia_controller",
"Subcategory": "Sandbox:joystick:2",
"Description": "Sets whether to disable the day-night cycle. If 'Always day' or 'Always night', time will pass as normal, but there will be no day-night transition. Change from 'Normal' at your own risk, as that may affect things that can only happen during day or night",
"Keywords": "day,night,cycle,transition,DayNightCycleState",
"FieldName": "DayNightCycleState",
"InputType": "enum",
"ParamFieldName": "SandboxSettings.DayNightCycleState",
"DefaultValue": "0",
"EnumValues": {
"0": "Normal",
"1": "Always day",
"2": "Always night"
}
},
{
"DisplayName": "Day-Night Cycle Speed Multiplier",
"Category": "Abiotic Factor:stadia_controller",
"Subcategory": "Sandbox:joystick:2",
"Description": "Sets the speed multiplier for the day-night cycle. Higher will make clock time pass faster. This will NOT affect the speed of other cooldowns, respawn times, and so on",
"Keywords": "day,night,cycle,speed,multiplier,time,DayNightCycleSpeedMultiplier",
"FieldName": "DayNightCycleSpeedMultiplier",
"InputType": "number",
"MinValue": "0",
"MaxValue": "3",
"ParamFieldName": "SandboxSettings.DayNightCycleSpeedMultiplier",
"DefaultValue": "1.0",
"Placeholder": "1.0",
"EnumValues": {}
},
{
"DisplayName": "Weather Frequency",
"Category": "Abiotic Factor:stadia_controller",
"Subcategory": "Sandbox:joystick:2",
"Description": "Sets how often weather events are triggered. Even frequent weather still requires the correct progression to trigger, however",
"Keywords": "weather,frequency,WeatherFrequency",
"FieldName": "WeatherFrequency",
"InputType": "enum",
"ParamFieldName": "SandboxSettings.WeatherFrequency",
"DefaultValue": "3",
"EnumValues": {
"1": "Never",
"2": "Infrequent",
"3": "Normal",
"4": "Frequent",
"5": "Daily"
}
},
{
"DisplayName": "Sink Refill Rate",
"Category": "Abiotic Factor:stadia_controller",
"Subcategory": "Sandbox:joystick:2",
"Description": "Sets how quickly sinks will passively refill over time. Higher will mean sinks refill more quickly, and a lower value will make them refill more slowly. 0 = disable sink refill, making the game much more challenging",
"Keywords": "sink,refill,rate,drinking,SinkRefillRate",
"FieldName": "SinkRefillRate",
"InputType": "number",
"MinValue": "0",
"MaxValue": "10",
"ParamFieldName": "SandboxSettings.SinkRefillRate",
"DefaultValue": "1.0",
"Placeholder": "1.0",
"EnumValues": {}
},
{
"DisplayName": "Food Spoil Speed Multiplier",
"Category": "Abiotic Factor:stadia_controller",
"Subcategory": "Sandbox:joystick:2",
"Description": "Sets how fast food spoils. By default, most food will eventually decay and turn into rotten food. Higher will mean faster decay, lower means slower. 0 = decay disabled",
"Keywords": "food,spoil,speed,multiplier,decay,FoodSpoilSpeedMultiplier",
"FieldName": "FoodSpoilSpeedMultiplier",
"InputType": "number",
"MinValue": "0",
"MaxValue": "2",
"ParamFieldName": "SandboxSettings.FoodSpoilSpeedMultiplier",
"DefaultValue": "1.0",
"Placeholder": "1.0",
"EnumValues": {}
},
{
"DisplayName": "Refrigeration Effectiveness Multiplier",
"Category": "Abiotic Factor:stadia_controller",
"Subcategory": "Sandbox:joystick:2",
"Description": "Sets how effective it is to refrigerate items. Also affects how effective hot items maintain their heat if they prefer staying warm and are kept in a warm location",
"Keywords": "refrigeration,effectiveness,multiplier,hot,items,RefrigerationEffectivenessMultiplier",
"FieldName": "RefrigerationEffectivenessMultiplier",
"InputType": "number",
"MinValue": "0",
"MaxValue": "2",
"ParamFieldName": "SandboxSettings.RefrigerationEffectivenessMultiplier",
"DefaultValue": "1.0",
"Placeholder": "1.0",
"EnumValues": {}
},
{
"DisplayName": "Enemy Spawn Rate",
"Category": "Abiotic Factor:stadia_controller",
"Subcategory": "Sandbox:joystick:2",
"Description": "Sets how frequently enemies respawn. Lower will increase enemy respawn timers, higher will cause enemies to respawn more quickly than normal. Minimum 0.5",
"Keywords": "enemy,spawn rate,respawn,timers,EnemySpawnRate",
"FieldName": "EnemySpawnRate",
"InputType": "number",
"MinValue": "0",
"MaxValue": "3",
"ParamFieldName": "SandboxSettings.EnemySpawnRate",
"DefaultValue": "1.0",
"Placeholder": "1.0",
"EnumValues": {}
},
{
"DisplayName": "Enemy Health Multiplier",
"Category": "Abiotic Factor:stadia_controller",
"Subcategory": "Sandbox:joystick:2",
"Description": "Sets the multiplier for enemy health. Lower will make enemies easier to kill, higher will mean enemies will take more damage to kill. Minimum 0.75",
"Keywords": "enemy,health,multiplier,damage,EnemyHealthMultiplier",
"FieldName": "EnemyHealthMultiplier",
"InputType": "number",
"MinValue": "0",
"MaxValue": "3",
"ParamFieldName": "SandboxSettings.EnemyHealthMultiplier",
"DefaultValue": "1.0",
"Placeholder": "1.0",
"EnumValues": {}
},
{
"DisplayName": "Enemy Player Damage Multiplier",
"Category": "Abiotic Factor:stadia_controller",
"Subcategory": "Sandbox:joystick:2",
"Description": "Sets how damaging enemies are, as a multiplier of their damage. Default value is tuned for a fair and balanced experience. Lower will make survivability easier, higher will make combat more challenging and enemies more lethal. Minimum 0.25",
"Keywords": "enemy,player,damage,multiplier,survivability,combat,EnemyPlayerDamageMultiplier",
"FieldName": "EnemyPlayerDamageMultiplier",
"InputType": "number",
"MinValue": "0",
"MaxValue": "3",
"ParamFieldName": "SandboxSettings.EnemyPlayerDamageMultiplier",
"DefaultValue": "1.0",
"Placeholder": "1.0",
"EnumValues": {}
},
{
"DisplayName": "Enemy Deployable Damage Multiplier",
"Category": "Abiotic Factor:stadia_controller",
"Subcategory": "Sandbox:joystick:2",
"Description": "Sets how much damage enemies do to deployables, as a multiplier of their damage. Lower will make bases more resistant to enemy attacks. Minimum 0.1",
"Keywords": "enemy,deployable,damage,multiplier,bases,threaten,EnemyDeployableDamageMultiplier",
"FieldName": "EnemyDeployableDamageMultiplier",
"InputType": "number",
"MinValue": "0",
"MaxValue": "5",
"ParamFieldName": "SandboxSettings.EnemyDeployableDamageMultiplier",
"DefaultValue": "1.0",
"Placeholder": "1.0",
"EnumValues": {}
},
{
"DisplayName": "Damage To Allies Multiplier",
"Category": "Abiotic Factor:stadia_controller",
"Subcategory": "Sandbox:joystick:2",
"Description": "Sets how much damage players do to other players, as a proportion of normal damage. To allow players to engage in PvP combat, set to 1.0 (100%) or higher",
"Keywords": "damage,allies,multiplier,pvp,combat,DamageToAlliesMultiplier",
"FieldName": "DamageToAlliesMultiplier",
"InputType": "number",
"MinValue": "0",
"MaxValue": "3",
"ParamFieldName": "SandboxSettings.DamageToAlliesMultiplier",
"DefaultValue": "0.5",
"Placeholder": "0.5",
"EnumValues": {}
},
{
"DisplayName": "Hunger Speed Multiplier",
"Category": "Abiotic Factor:stadia_controller",
"Subcategory": "Sandbox:joystick:2",
"Description": "Sets the multiplier for how fast Hunger increases. Higher will mean players need to eat more often",
"Keywords": "hunger,speed,multiplier,food,HungerSpeedMultiplier",
"FieldName": "HungerSpeedMultiplier",
"InputType": "number",
"MinValue": "0",
"MaxValue": "2",
"ParamFieldName": "SandboxSettings.HungerSpeedMultiplier",
"DefaultValue": "1.0",
"Placeholder": "1.0",
"EnumValues": {}
},
{
"DisplayName": "Thirst Speed Multiplier",
"Category": "Abiotic Factor:stadia_controller",
"Subcategory": "Sandbox:joystick:2",
"Description": "Sets the multiplier for how fast Thirst increases. Higher will mean players need to drink more often",
"Keywords": "thirst,speed,multiplier,drink,ThirstSpeedMultiplier",
"FieldName": "ThirstSpeedMultiplier",
"InputType": "number",
"MinValue": "0",
"MaxValue": "2",
"ParamFieldName": "SandboxSettings.ThirstSpeedMultiplier",
"DefaultValue": "1.0",
"Placeholder": "1.0",
"EnumValues": {}
},
{
"DisplayName": "Fatigue Speed Multiplier",
"Category": "Abiotic Factor:stadia_controller",
"Subcategory": "Sandbox:joystick:2",
"Description": "Sets the multiplier for how fast Fatigue increases. Higher will mean players get sleepier more quickly",
"Keywords": "fatigue,speed,multiplier,sleep,FatigueSpeedMultiplier",
"FieldName": "FatigueSpeedMultiplier",
"InputType": "number",
"MinValue": "0",
"MaxValue": "2",
"ParamFieldName": "SandboxSettings.FatigueSpeedMultiplier",
"DefaultValue": "1.0",
"Placeholder": "1.0",
"EnumValues": {}
},
{
"DisplayName": "Continence Speed Multiplier",
"Category": "Abiotic Factor:stadia_controller",
"Subcategory": "Sandbox:joystick:2",
"Description": "Sets the multiplier for how fast Continence drains. Higher will mean players have to use the toilet more often",
"Keywords": "continence,speed,multiplier,toilet,ContinenceSpeedMultiplier",
"FieldName": "ContinenceSpeedMultiplier",
"InputType": "number",
"MinValue": "0",
"MaxValue": "2",
"ParamFieldName": "SandboxSettings.ContinenceSpeedMultiplier",
"DefaultValue": "1.0",
"Placeholder": "1.0",
"EnumValues": {}
},
{
"DisplayName": "Detection Speed Multiplier",
"Category": "Abiotic Factor:stadia_controller",
"Subcategory": "Sandbox:joystick:2",
"Description": "Sets how fast enemies detect players. Above 1 will mean enemies will detect players faster than normal. Minimum 0.1",
"Keywords": "detection,speed,multiplier,enemies,players,DetectionSpeedMultiplier",
"FieldName": "DetectionSpeedMultiplier",
"InputType": "number",
"MinValue": "0",
"MaxValue": "3",
"ParamFieldName": "SandboxSettings.DetectionSpeedMultiplier",
"DefaultValue": "1.0",
"Placeholder": "1.0",
"EnumValues": {}
},
{
"DisplayName": "Bonus Perk Points",
"Category": "Abiotic Factor:stadia_controller",
"Subcategory": "Sandbox:joystick:2",
"Description": "Determines how many additional perk points are available on top of the points given by each selected job",
"Keywords": "bonus,perk,points,perks,BonusPerkPoints",
"FieldName": "BonusPerkPoints",
"InputType": "number",
"MinValue": "0",
"MaxValue": "99",
"ParamFieldName": "SandboxSettings.BonusPerkPoints",
"DefaultValue": "0",
"Placeholder": "0",
"EnumValues": {}
},
{
"DisplayName": "Player XP Gain Multiplier",
"Category": "Abiotic Factor:stadia_controller",
"Subcategory": "Sandbox:joystick:2",
"Description": "Sets the multiplier for how fast XP is gained by players. Above 1 will mean XP is gained at a higher rate, below 1 will mean XP is gained slower. 0 = disable ability to level up skills",
"Keywords": "player,xp,gain,multiplier,level,skills,PlayerXPGainMultiplier",
"FieldName": "PlayerXPGainMultiplier",
"InputType": "number",
"MinValue": "0",
"MaxValue": "3",
"ParamFieldName": "SandboxSettings.PlayerXPGainMultiplier",
"DefaultValue": "1.0",
"Placeholder": "1.0",
"EnumValues": {}
},
{
"DisplayName": "Item Stack Size Multiplier",
"Category": "Abiotic Factor:stadia_controller",
"Subcategory": "Sandbox:joystick:2",
"Description": "Sets the multiplier for how many times items can be stacked in an inventory slot. For example, 2 = double stack height. Non-stackable items are excluded",
"Keywords": "item,stack,size,multiplier,inventory,slot,ItemStackSizeMultiplier",
"FieldName": "ItemStackSizeMultiplier",
"InputType": "number",
"MinValue": "1",
"MaxValue": "30",
"ParamFieldName": "SandboxSettings.ItemStackSizeMultiplier",
"DefaultValue": "1.0",
"Placeholder": "1.0",
"EnumValues": {}
},
{
"DisplayName": "Item Weight Multiplier",
"Category": "Abiotic Factor:stadia_controller",
"Subcategory": "Sandbox:joystick:2",
"Description": "Sets the multiplier affecting how heavy items are in a player's inventory. For example, 2 = twice as heavy. For items to be lighter, set this value lower than 1",
"Keywords": "item,weight,multiplier,inventory,ItemWeightMultiplier",
"FieldName": "ItemWeightMultiplier",
"InputType": "number",
"MinValue": "0",
"MaxValue": "5",
"ParamFieldName": "SandboxSettings.ItemWeightMultiplier",
"DefaultValue": "1.0",
"Placeholder": "1.0",
"EnumValues": {}
},
{
"DisplayName": "Item Durability Multiplier",
"Category": "Abiotic Factor:stadia_controller",
"Subcategory": "Sandbox:joystick:2",
"Description": "Sets the multiplier for item durability. For example, 2 = double durability. To break items faster, set this value below 1",
"Keywords": "item,durability,multiplier,ItemDurabilityMultiplier",
"FieldName": "ItemDurabilityMultiplier",
"InputType": "number",
"MinValue": "0",
"MaxValue": "10",
"ParamFieldName": "SandboxSettings.ItemDurabilityMultiplier",
"DefaultValue": "1.0",
"Placeholder": "1.0",
"EnumValues": {}
},
{
"DisplayName": "Durability Loss On Death Multiplier",
"Category": "Abiotic Factor:stadia_controller",
"Subcategory": "Sandbox:joystick:2",
"Description": "Sets how much durability is lost on weapons and items in a player's inventory when respawning",
"Keywords": "durability,loss,death,multiplier,inventory,DurabilityLossOnDeathMultiplier",
"FieldName": "DurabilityLossOnDeathMultiplier",
"InputType": "number",
"MinValue": "0",
"MaxValue": "1",
"ParamFieldName": "SandboxSettings.DurabilityLossOnDeathMultiplier",
"DefaultValue": "0.1",
"Placeholder": "0.1",
"EnumValues": {}
},
{
"DisplayName": "Show Death Messages",
"Category": "Abiotic Factor:stadia_controller",
"Subcategory": "Sandbox:joystick:2",
"Description": "If sets, players will be notified when someone is killed by something",
"Keywords": "show,death,messages,notifications,ShowDeathMessages",
"FieldName": "ShowDeathMessages",
"InputType": "checkbox",
"ParamFieldName": "SandboxSettings.ShowDeathMessages",
"DefaultValue": "True",
"EnumValues": {
"False": "False",
"True": "True"
}
},
{
"DisplayName": "Allow Recipe Sharing",
"Category": "Abiotic Factor:stadia_controller",
"Subcategory": "Sandbox:joystick:2",
"Description": "If set, players will be able to share item recipes with other players",
"Keywords": "recipe,sharing,AllowRecipeSharing",
"FieldName": "AllowRecipeSharing",
"InputType": "checkbox",
"ParamFieldName": "SandboxSettings.AllowRecipeSharing",
"DefaultValue": "True",
"EnumValues": {
"False": "False",
"True": "True"
}
},
{
"DisplayName": "Allow Pagers",
"Category": "Abiotic Factor:stadia_controller",
"Subcategory": "Sandbox:joystick:2",
"Description": "If set, Pagers will be usable in inventory and via the emote wheel. Disabling this setting will make it harder to find other players",
"Keywords": "pagers,inventory,emote,wheel,AllowPagers",
"FieldName": "AllowPagers",
"InputType": "checkbox",
"ParamFieldName": "SandboxSettings.AllowPagers",
"DefaultValue": "True",
"EnumValues": {
"False": "False",
"True": "True"
}
},
{
"DisplayName": "Allow Transmog",
"Category": "Abiotic Factor:stadia_controller",
"Subcategory": "Sandbox:joystick:2",
"Description": "If set, players can transmogrify their armour to look like other pieces of armour using a certain piece of base equipment",
"Keywords": "transmog,armor,armour,customization,disguise,equipment,AllowTransmog",
"FieldName": "AllowTransmog",
"InputType": "checkbox",
"ParamFieldName": "SandboxSettings.AllowTransmog",
"DefaultValue": "True",
"EnumValues": {
"False": "False",
"True": "True"
}
},
{
"DisplayName": "Disable Research Minigames",
"Category": "Abiotic Factor:stadia_controller",
"Subcategory": "Sandbox:joystick:2",
"Description": "If set, the Research Minigames will be removed when unlocking new recipes and simply unlock the recipe right away",
"Keywords": "research minigame,disable,unlocking,recipes,DisableResearchMinigame",
"FieldName": "DisableResearchMinigame",
"InputType": "checkbox",
"ParamFieldName": "SandboxSettings.DisableResearchMinigame",
"DefaultValue": "False",
"EnumValues": {
"False": "False",
"True": "True"
}
},
{
"DisplayName": "Death Penalties",
"Category": "Abiotic Factor:stadia_controller",
"Subcategory": "Sandbox:joystick:2",
"Description": "Sets what penalties a player receives for respawning after death (or by using the Unstick option)",
"Keywords": "death,penalties,respawning,unstick,option,DeathPenalties",
"FieldName": "DeathPenalties",
"InputType": "enum",
"ParamFieldName": "SandboxSettings.DeathPenalties",
"DefaultValue": "1",
"EnumValues": {
"0": "Keep all items",
"1": "Keep equipped items & hotbar (default)",
"2": "Keep hotbar only",
"3": "Keep equipped items only",
"4": "Lose all items including hotbar",
"5": "All items are destroyed"
}
},
{
"DisplayName": "First Time Starting Weapon",
"Category": "Abiotic Factor:stadia_controller",
"Subcategory": "Sandbox:joystick:2",
"Description": "Sets the weapon players receive when spawning for the first time, in addition to starting items from their selected Job",
"Keywords": "first,time,starting,weapon,spawning,world,FirstTimeStartingWeapon",
"FieldName": "FirstTimeStartingWeapon",
"InputType": "enum",
"ParamFieldName": "SandboxSettings.FirstTimeStartingWeapon",
"DefaultValue": "0",
"EnumValues": {
"0": "None (default)",
"1": "Shiv",
"2": "Desk leg",
"3": "Kitchen knife",
"4": "Starter baton",
"5": "Pipe club",
"6": "Random"
}
},
{
"DisplayName": "Allow Death Bag Inventory Access",
"Category": "Abiotic Factor:stadia_controller",
"Subcategory": "Sandbox:joystick:2",
"Description": "If set, the host will be able to access the inventory items found in Death Bags, which are typically dropped by players on death",
"Keywords": "death,bag,inventory,host,access,HostAccessPlayerCorpses",
"FieldName": "HostAccessPlayerCorpses",
"InputType": "checkbox",
"ParamFieldName": "SandboxSettings.HostAccessPlayerCorpses",
"DefaultValue": "True",
"EnumValues": {
"False": "False",
"True": "True"
}
},
{
"DisplayName": "Restrict Containers",
"Category": "Abiotic Factor:stadia_controller",
"Subcategory": "Sandbox:joystick:2",
"Description": "If set, containers will be restricted by item type",
"Keywords": "containers,restrict,item,type,StorageByTag",
"FieldName": "StorageByTag",
"InputType": "checkbox",
"ParamFieldName": "SandboxSettings.StorageByTag",
"DefaultValue": "True",
"EnumValues": {
"False": "False",
"True": "True"
}
},
{
"DisplayName": "Structural Support Limit",
"Category": "Abiotic Factor:stadia_controller",
"Subcategory": "Sandbox:joystick:2",
"Description": "Sets the limit on how much furniture and other deployables can be stacked. 0 = disabled",
"Keywords": "structural,support,limit,stack,furniture,deployables,StructuralSupportLimit",
"FieldName": "StructuralSupportLimit",
"InputType": "number",
"MinValue": "0",
"ParamFieldName": "SandboxSettings.StructuralSupportLimit",
"DefaultValue": "5",
"Placeholder": "5",
"EnumValues": {}
},
{
"DisplayName": "Allow Character Reset",
"Category": "Abiotic Factor:stadia_controller",
"Subcategory": "Sandbox:joystick:2",
"Description": "If set, allows players to reset their jobs, skills, and traits later in the game. Disabling removes the ability for scientists to change their mind",
"Keywords": "character,reset,jobs,skills,traits,AllowCharacterReset",
"FieldName": "AllowCharacterReset",
"InputType": "checkbox",
"ParamFieldName": "SandboxSettings.AllowCharacterReset",
"DefaultValue": "True",
"EnumValues": {
"False": "False",
"True": "True"
}
},
{
"DisplayName": "Bridge Supports Level",
"Category": "Abiotic Factor:stadia_controller",
"Subcategory": "Sandbox:joystick:2",
"Description": "Bridges require two supports by default. When lowered, bridges will work with less or 0 additional support (besides the initial location the bridge is placed)",
"Keywords": "bridge,supports,BridgeSupports",
"FieldName": "BridgeSupports",
"InputType": "enum",
"ParamFieldName": "SandboxSettings.BridgeSupports",
"DefaultValue": "2",
"EnumValues": {
"0": "No support required",
"1": "One support required",
"2": "Two supports required (default)"
}
},
{
"DisplayName": "Allow Home Worlds",
"Category": "Abiotic Factor:stadia_controller",
"Subcategory": "Sandbox:joystick:2",
"Description": "If set, Home Worlds can be used in the world. If disabled, access (for all scientists) to Home World portal worlds will be restricted. This includes free or DLC Home Worlds, such as Torii",
"Keywords": "home,worlds,allow,access,HomeWorlds",
"FieldName": "HomeWorlds",
"InputType": "checkbox",
"ParamFieldName": "SandboxSettings.HomeWorlds",
"DefaultValue": "True",
"EnumValues": {
"False": "False",
"True": "True"
}
},
{
"DisplayName": "Enable Invisible Radiation",
"Category": "Abiotic Factor:stadia_controller",
"Subcategory": "Sandbox:joystick:2",
"Description": "If set, radiation will not show any screen effect, requiring Geiger Counters to track radiation",
"Keywords": "radiation,invisible,geiger,InvisibleRadiation",
"FieldName": "InvisibleRadiation",
"InputType": "checkbox",
"ParamFieldName": "SandboxSettings.InvisibleRadiation",
"DefaultValue": "False",
"EnumValues": {
"False": "False",
"True": "True"
}
},
{
"DisplayName": "Base Inventory Size",
"Category": "Abiotic Factor:stadia_controller",
"Subcategory": "Sandbox:joystick:2",
"Description": "Sets the default inventory size when no backpack is equipped",
"Keywords": "inventory,base,size,backpack,BaseInventorySize",
"FieldName": "BaseInventorySize",
"InputType": "number",
"MinValue": "0",
"MaxValue": "42",
"ParamFieldName": "SandboxSettings.BaseInventorySize",
"DefaultValue": "12",
"Placeholder": "12",
"EnumValues": {}
},
{
"DisplayName": "Enable Tainted Sink Water",
"Category": "Abiotic Factor:stadia_controller",
"Subcategory": "Sandbox:joystick:2",
"Description": "If set, sink (or similar) drinkable water sources will instead be tainted water",
"Keywords": "tainted,water,sink,TaintedSinkWater",
"FieldName": "TaintedSinkWater",
"InputType": "checkbox",
"ParamFieldName": "SandboxSettings.TaintedSinkWater",
"DefaultValue": "False",
"EnumValues": {
"False": "False",
"True": "True"
}
},
{
"DisplayName": "Radiation Deals Damage",
"Category": "Abiotic Factor:stadia_controller",
"Subcategory": "Sandbox:joystick:2",
"Description": "If set, radiation will actively deal damage to health",
"Keywords": "radiation,damage,health,RadiationDealsDamage",
"FieldName": "RadiationDealsDamage",
"InputType": "checkbox",
"ParamFieldName": "SandboxSettings.RadiationDealsDamage",
"DefaultValue": "False",
"EnumValues": {
"False": "False",
"True": "True"
}
},
{
"DisplayName": "Enable Player Furniture Destruction",
"Category": "Abiotic Factor:stadia_controller",
"Subcategory": "Sandbox:joystick:2",
"Description": "If set, player-built furniture will be destroyed when it reaches zero durability",
"Keywords": "furniture,destruction,durability,PlayerFurnitureDestruction",
"FieldName": "PlayerFurnitureDestruction",
"InputType": "checkbox",
"ParamFieldName": "SandboxSettings.PlayerFurnitureDestruction",
"DefaultValue": "False",
"EnumValues": {
"False": "False",
"True": "True"
}
},
{
"DisplayName": "Allow Iron Mode",
"Category": "Abiotic Factor:stadia_controller",
"Subcategory": "Sandbox:joystick:2",
"Description": "If set, enables Iron Mode (additional restrictions when Hardcore is enabled). Requires Hardcore Mode to be enabled to take effect",
"Keywords": "iron,mode,hardcore,AllowIronMode",
"FieldName": "AllowIronMode",
"InputType": "checkbox",
"ParamFieldName": "SandboxSettings.AllowIronMode",
"DefaultValue": "True",
"EnumValues": {
"False": "False",
"True": "True"
}
},
{
"DisplayName": "Enemy Accuracy Level",
"Category": "Abiotic Factor:stadia_controller",
"Subcategory": "Sandbox:joystick:2",
"Description": "Determines how accurate enemies are, on average",
"Keywords": "enemy,accuracy,aim,EnemyAccuracy",
"FieldName": "EnemyAccuracy",
"InputType": "enum",
"ParamFieldName": "SandboxSettings.EnemyAccuracy",
"DefaultValue": "2",
"EnumValues": {
"0": "Pathetic",
"1": "Low",
"2": "Default",
"3": "High",
"4": "Precise"
}
},
{
"DisplayName": "Install UE Scripting System",
"Category": "Updates",
"Subcategory": "Runtime Configuration:build:3",
"Description": "Sets the action to take when the server is updated. If the installation option is selected, the latest build of the [igromanru experimental Unreal Engine 4/5 Scripting System](https://github.com/igromanru/AF-UE4SS) will be installed, allowing the server to be modded",
"Keywords": "install,ue4ss,unreal,engine,scripting,system,igromanru,modding",
"FieldName": "InstallUE4SS",
"InputType": "enum",
"ParamFieldName": "InstallUE4SS",
"DefaultValue": "",
"EnumValues": {
"": "Do nothing (default)",
"false": "Remove UE4SS files",
"true": "Install latest igromanru build"
}
}
]