Skip to content

Commit

Permalink
Updated CBA Settings fixing advanced fatigue (#1129)
Browse files Browse the repository at this point in the history
  • Loading branch information
pool011 authored Jan 26, 2024
2 parents ddd219c + 22de3c8 commit edc2939
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions cba_settings.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ force force ace_advanced_ballistics_simulationInterval = 0.05;

// ACE Advanced Fatigue
force force ace_advanced_fatigue_deployedSwayFactor = 1;
force force ace_advanced_fatigue_enabled = false;
force force ace_advanced_fatigue_enabled = true;
//ace_advanced_fatigue_enableStaminaBar = true;
//ace_advanced_fatigue_fadeStaminaBar = true;
force force ace_advanced_fatigue_loadFactor = 1;
force force ace_advanced_fatigue_performanceFactor = 1.40374;
force force ace_advanced_fatigue_performanceFactor = 1.75;
force force ace_advanced_fatigue_recoveryFactor = 3.03773;
force force ace_advanced_fatigue_restedSwayFactor = 1;
force force ace_advanced_fatigue_swayFactor = 1;
Expand Down Expand Up @@ -661,7 +661,7 @@ force force kat_airway_occlusion_cooldownPeriod = 6;
force force kat_airway_occlusion_repeatTimer = 60;
force force kat_airway_probability_headturning = 65;
force force kat_airway_probability_obstruction = 69.4444;
force force kat_airway_probability_occluded = 39.3136;
force force kat_airway_probability_occluded = 15;
force force kat_airway_RecoveryPosition_Time = 6;
force force kat_airway_RecoveryPosition_TimeToDrain = 10;
force force kat_airway_ReusableAirwayItems = false;
Expand Down Expand Up @@ -780,8 +780,8 @@ force force kat_circulation_tamponadeChance = 10;
force force kat_circulation_useLocation_AED = 0;

// KAT - ADV Medical: GUI
kat_gui_ColoredLogs = true;
kat_gui_overlayBodyPart = true;
//kat_gui_ColoredLogs = true;
force force kat_gui_overlayBodyPart = true;
force force kat_gui_showBleedRate = false;
force force kat_gui_showInactiveStatuses = true;
//kat_gui_showPatientSideLabels = false;
Expand Down Expand Up @@ -822,7 +822,7 @@ force force kat_misc_MFAKSecondSlotItem = "[['ACE_packingBandage', 15], ['ACE_qu
force force kat_misc_MFAKSeventhSlotItem = "[['ACE_salineIV_250', 3], ['kat_IV_16', 4]]";
force force kat_misc_MFAKSixthSlotItem = "[['ACE_morphine', 6], ['ACE_epinephrine', 6], ['ACE_adenosine', 6]]";
force force kat_misc_MFAKThirdSlotItem = "[['kat_Painkiller', 4], ['kat_Penthrox', 4]]";
force force kat_misc_neckTourniquet = true;
force force kat_misc_neckTourniquet = false;
force force kat_misc_tourniquetEffects_Enable = true;
force force kat_misc_tourniquetEffects_NegativeMultiplier = 1;
force force kat_misc_tourniquetEffects_PositiveMultiplier = 1;
Expand Down

0 comments on commit edc2939

Please sign in to comment.