mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
RHS Compat - Update hearing configs values for helmets (#6891)
Close #6884
This commit is contained in:
parent
4968d9073e
commit
a8c51cc571
@ -7,7 +7,7 @@ class CfgWeapons {
|
||||
EGVAR(nightvision,bluRadius) = 0.13;
|
||||
};
|
||||
class rhsusf_ANPVS_15: rhsusf_ANPVS_14 { // Binocular (same as base)
|
||||
modelOptics = "";
|
||||
modelOptics = "";
|
||||
EGVAR(nightvision,border) = QPATHTOEF(nightvision,data\nvg_mask_binos_4096.paa);
|
||||
EGVAR(nightvision,bluRadius) = 0.15;
|
||||
};
|
||||
@ -241,11 +241,18 @@ class CfgWeapons {
|
||||
ace_overpressure_damage = 0.75;
|
||||
};
|
||||
|
||||
#define HEARING_PROTECTION_OPEN EGVAR(hearing,protection) = 0; EGVAR(hearing,lowerVolume) = 0;
|
||||
#define HEARING_PROTECTION_VICCREW EGVAR(hearing,protection) = 0.85; EGVAR(hearing,lowerVolume) = 0.6;
|
||||
#define HEARING_PROTECTION_EARMUFF EGVAR(hearing,protection) = 0.75; EGVAR(hearing,lowerVolume) = 0.5;
|
||||
#define HEARING_PROTECTION_PELTOR EGVAR(hearing,protection) = 0.75; EGVAR(hearing,lowerVolume) = 0;
|
||||
// Fast Helmets
|
||||
class rhsusf_opscore_01;
|
||||
class rhsusf_ihadss: rhsusf_opscore_01 {
|
||||
HEARING_PROTECTION_PELTOR
|
||||
};
|
||||
class rhsusf_opscore_ut_pelt_nsw: rhsusf_opscore_01 {
|
||||
HEARING_PROTECTION_PELTOR
|
||||
};
|
||||
class rhsusf_opscore_aor1_pelt: rhsusf_opscore_01 {
|
||||
HEARING_PROTECTION_PELTOR
|
||||
};
|
||||
@ -295,6 +302,9 @@ class CfgWeapons {
|
||||
HEARING_PROTECTION_PELTOR
|
||||
};
|
||||
class rhsusf_opscore_cover;
|
||||
class rhsusf_opscore_mc_cover_pelt_nsw: rhsusf_opscore_cover {
|
||||
HEARING_PROTECTION_PELTOR
|
||||
};
|
||||
class rhsusf_opscore_mc_cover_pelt: rhsusf_opscore_cover {
|
||||
HEARING_PROTECTION_PELTOR
|
||||
};
|
||||
@ -380,7 +390,9 @@ class CfgWeapons {
|
||||
class rhsusf_mich_bare_norotos_alt_semi: rhsusf_mich_bare_norotos_semi {
|
||||
HEARING_PROTECTION_PELTOR
|
||||
};
|
||||
class rhsusf_mich_bare_norotos_arc_semi;
|
||||
class rhsusf_mich_bare_norotos_arc_semi: rhsusf_mich_bare_norotos_alt_semi {
|
||||
HEARING_PROTECTION_OPEN
|
||||
};
|
||||
class rhsusf_mich_bare_norotos_arc_alt_semi: rhsusf_mich_bare_norotos_arc_semi {
|
||||
HEARING_PROTECTION_PELTOR
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user