Skip to content

Commit cf2fbfb

Browse files
Adjusted hearing settings and made ringing optional (#1261)
Co-authored-by: Broström.A | Evul <andreas.brostrom.ce@gmail.com>
1 parent 40ec676 commit cf2fbfb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

cba_settings.sqf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,10 +173,11 @@ force force acex_headless_transferLoadout = 1;
173173

174174
// ACE Hearing
175175
force force ace_hearing_autoAddEarplugsToUnits = 2;
176-
force force ace_hearing_disableEarRinging = false;
176+
//ace_hearing_disableEarRinging = false;
177177
force force ace_hearing_earplugsVolume = 0.5;
178178
force force ace_hearing_enableCombatDeafness = true;
179179
force force ace_hearing_enabledForZeusUnits = false;
180+
force force ace_hearing_explosionDeafnessCoefficient = 0;
180181
force force ace_hearing_unconsciousnessVolume = 0.1;
181182

182183
// ACE Interaction

0 commit comments

Comments
 (0)