Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Death & Hit reactions CBA Settings #1255

Merged
merged 1 commit into from
Dec 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions cba_settings.sqf
Original file line number Diff line number Diff line change
@@ -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;