Skip to content

Commit

Permalink
Merge branch 'main' into medical-loadouts
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasBrostrom authored Dec 17, 2024
2 parents 61885d4 + 8971c55 commit 6724d37
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 6724d37

Please sign in to comment.