Skip to content

Commit

Permalink
Added Death & Hit reactions CBA Settings (#1255)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zarenx authored Dec 16, 2024
1 parent df060df commit 8971c55
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions cba_settings.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -737,6 +737,19 @@ force force cba_network_loadoutValidation = 1;
//ctab_core_useArmaMarker = true;
//ctab_core_useMils = false;

// Death && Hit Reactions
force force WBK_DeathAnimMod_Death_Chance = "100";
force force WBK_DeathAnimMod_Deaths_AI = true;
force force WBK_DeathAnimMod_Deaths_HUGEANIMS = true;
force force WBK_DeathAnimMod_Deaths_NECKSHOTS = true;
force force WBK_DeathAnimMod_Deaths_PLR = true;
force force WBK_DeathAnimMod_Flinch_AI = true;
force force WBK_DeathAnimMod_Flinch_PLR = true;
force force WBK_DeathAnimMod_Hit_AI = true;
force force WBK_DeathAnimMod_Hit_Chance = "100";
force force WBK_DeathAnimMod_Hit_Chance_PLR = "100";
force force WBK_DeathAnimMod_Hit_PLR = false;

// DUI - Squad Radar - Indicators
//diwako_dui_indicators_crew_range_enabled = false;
//diwako_dui_indicators_fov_scale = false;
Expand Down

0 comments on commit 8971c55

Please sign in to comment.