ACE3/docs/wiki/framework/hearing-framework.md
jonpas 1df3a73461 Add version information to most wiki feature and framework pages (#4303)
* Update documentation guidelines

* Add version info part 1

* Add version info part 2

* Add removed in version to frontmatter and tag testmissions as removed

* Add version info part 3
2016-08-30 15:49:04 +02:00

627 B

layout title description group order parent mod version
wiki Hearing Framework Explains how to set-up headgear with ACE3 hearing system. framework 5 wiki ace
major minor patch
3 0 0

1. Config Values

class CfgWeapons {
    class MyHelmet {
         ace_hearing_protection = 0.80;  // Protection against deafening (0 to 1, higher means more protection)
         ace_hearing_lowerVolume = 0.60;  // Muffling of the sound (0 to 1, higher means more muffling)
    };
};

The protection/muffling is a multiplier and not an absolute value, you can still be deafened/muffled with a value of 1.