RHS Compat - Change IHADSS hearing to crew, add pilot visors (#7312)

* change ihadss hearing to crew, add us visors

* add russian visors

* aceify colons in us file

* aceify colons in russian file
This commit is contained in:
Blutze 2019-12-19 17:20:20 +01:00 committed by PabstMirror
parent 15fad1e41b
commit 1e1253e38e
2 changed files with 65 additions and 4 deletions

View File

@ -128,6 +128,17 @@ class CfgWeapons {
class rhs_zsh7a: H_HelmetB { class rhs_zsh7a: H_HelmetB {
HEARING_PROTECTION_VICCREW HEARING_PROTECTION_VICCREW
}; };
class rhs_zsh7a_alt: rhs_zsh7a {
ACE_Protection = 1;
};
class rhs_zsh7a_mike;
class rhs_zsh7a_mike_alt: rhs_zsh7a_mike {
ACE_Protection = 1;
};
class rhs_zsh7a_mike_green;
class rhs_zsh7a_mike_green_alt: rhs_zsh7a_mike_green {
ACE_Protection = 1;
};
class rhs_gssh18: H_HelmetB { class rhs_gssh18: H_HelmetB {
HEARING_PROTECTION_EARMUFF HEARING_PROTECTION_EARMUFF

View File

@ -251,9 +251,6 @@ class CfgWeapons {
#define HEARING_PROTECTION_PELTOR EGVAR(hearing,protection) = 0.75; EGVAR(hearing,lowerVolume) = 0; #define HEARING_PROTECTION_PELTOR EGVAR(hearing,protection) = 0.75; EGVAR(hearing,lowerVolume) = 0;
// Fast Helmets // Fast Helmets
class rhsusf_opscore_01; class rhsusf_opscore_01;
class rhsusf_ihadss: rhsusf_opscore_01 {
HEARING_PROTECTION_PELTOR
};
class rhsusf_opscore_ut_pelt_nsw: rhsusf_opscore_01 { class rhsusf_opscore_ut_pelt_nsw: rhsusf_opscore_01 {
HEARING_PROTECTION_PELTOR HEARING_PROTECTION_PELTOR
}; };
@ -413,13 +410,66 @@ class CfgWeapons {
HEARING_PROTECTION_PELTOR HEARING_PROTECTION_PELTOR
}; };
class rhsusf_hgu56p: rhsusf_opscore_01 { class rhsusf_hgu56p: rhsusf_opscore_01 {
HEARING_PROTECTION_VICCREW HEARING_PROTECTION_VICCREW
}; };
class rhsusf_hgu56p_visor: rhsusf_hgu56p {
ACE_Protection = 1;
};
class rhsusf_hgu56p_black;
class rhsusf_hgu56p_visor_black: rhsusf_hgu56p_black {
ACE_Protection = 1;
};
class rhsusf_hgu56p_green;
class rhsusf_hgu56p_visor_green: rhsusf_hgu56p_green {
ACE_Protection = 1;
};
class rhsusf_hgu56p_visor_mask: rhsusf_hgu56p {
ACE_Protection = 1;
};
class rhsusf_hgu56p_visor_mask_black: rhsusf_hgu56p_black {
ACE_Protection = 1;
};
class rhsusf_hgu56p_visor_mask_Empire_black: rhsusf_hgu56p_black {
ACE_Protection = 1;
};
class rhsusf_hgu56p_visor_mask_green: rhsusf_hgu56p_green {
ACE_Protection = 1;
};
class rhsusf_hgu56p_mask_smiley;
class rhsusf_hgu56p_visor_mask_smiley: rhsusf_hgu56p_mask_smiley {
ACE_Protection = 1;
};
class rhsusf_hgu56p_pink;
class rhsusf_hgu56p_visor_mask_pink: rhsusf_hgu56p_pink {
ACE_Protection = 1;
};
class rhsusf_hgu56p_visor_pink: rhsusf_hgu56p_pink {
ACE_Protection = 1;
};
class rhsusf_hgu56p_saf;
class rhsusf_hgu56p_visor_saf: rhsusf_hgu56p_saf {
ACE_Protection = 1;
};
class rhsusf_hgu56p_usa;
class rhsusf_hgu56p_visor_usa: rhsusf_hgu56p_usa {
ACE_Protection = 1;
};
class rhsusf_hgu56p_white;
class rhsusf_hgu56p_visor_white: rhsusf_hgu56p_white {
ACE_Protection = 1;
};
class rhsusf_hgu56p_visor_mask_black_skull;
class rhsusf_hgu56p_mask_black_skull: rhsusf_hgu56p_visor_mask_black_skull {
ACE_Protection = 0;
};
class rhsusf_ihadss: rhsusf_opscore_01 {
HEARING_PROTECTION_VICCREW
};
class H_HelmetB; class H_HelmetB;
class RHS_jetpilot_usaf: H_HelmetB { class RHS_jetpilot_usaf: H_HelmetB {
ACE_Protection = 1;
HEARING_PROTECTION_VICCREW HEARING_PROTECTION_VICCREW
}; };