Skip to content

Commit

Permalink
Fixed Disable Advanced Fatigue (#1114)
Browse files Browse the repository at this point in the history
Co-authored-by: Broström.A | Evul <[email protected]>
  • Loading branch information
mazinskihenry and AndreasBrostrom authored Jan 14, 2024
1 parent b54ea6a commit 680def0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cba_settings.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ force force ace_advanced_ballistics_simulationInterval = 0.05;

// ACE Advanced Fatigue
force force ace_advanced_fatigue_deployedSwayFactor = 1;
force force ace_advanced_fatigue_enabled = true;
force force ace_advanced_fatigue_enabled = false;
//ace_advanced_fatigue_enableStaminaBar = true;
//ace_advanced_fatigue_fadeStaminaBar = true;
force force ace_advanced_fatigue_loadFactor = 1;
Expand Down Expand Up @@ -1768,4 +1768,5 @@ force force usaf_utility_core_allow_move_in_cargo = false;
//zen_faction_filter_3_IND_L_F = true;
//zen_faction_filter_3_UK3CB_ADC_C = true;
//zen_faction_filter_3_UK3CB_CHC_C = true;
//zen_faction_filter_3_UK3CB_TKC_C = true;
//zen_faction_filter_3_UK3CB_TKC_C = true;

0 comments on commit 680def0

Please sign in to comment.