mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
fixes shemagh having overlay despite no goggles (#5665)
RHS Compatibility - fixes shemagh having overlay despite no goggles
This commit is contained in:
parent
2efe2642ab
commit
f30727e566
@ -72,6 +72,8 @@ class CfgGlasses {
|
|||||||
ACE_TintAmount = 8.0;
|
ACE_TintAmount = 8.0;
|
||||||
};
|
};
|
||||||
class rhsusf_shemagh_gogg_base: G_Combat {
|
class rhsusf_shemagh_gogg_base: G_Combat {
|
||||||
|
ACE_Color[] = {0,0,0};
|
||||||
|
ACE_TintAmount = 16.0;
|
||||||
ACE_Overlay = "";
|
ACE_Overlay = "";
|
||||||
ACE_OverlayDirt = "A3\Ui_f\data\igui\rsctitles\HealthTextures\dust_upper_ca.paa";
|
ACE_OverlayDirt = "A3\Ui_f\data\igui\rsctitles\HealthTextures\dust_upper_ca.paa";
|
||||||
ACE_OverlayCracked = QPATHTOEF(goggles,textures\HUD\Cracked.paa);
|
ACE_OverlayCracked = QPATHTOEF(goggles,textures\HUD\Cracked.paa);
|
||||||
@ -80,6 +82,8 @@ class CfgGlasses {
|
|||||||
ACE_DustPath = QPATHTOEF(goggles,textures\fx\dust\%1.paa);
|
ACE_DustPath = QPATHTOEF(goggles,textures\fx\dust\%1.paa);
|
||||||
};
|
};
|
||||||
class rhsusf_shemagh2_gogg_base: G_Combat {
|
class rhsusf_shemagh2_gogg_base: G_Combat {
|
||||||
|
ACE_Color[] = {0,0,0};
|
||||||
|
ACE_TintAmount = 16.0;
|
||||||
ACE_Overlay = "";
|
ACE_Overlay = "";
|
||||||
ACE_OverlayDirt = "A3\Ui_f\data\igui\rsctitles\HealthTextures\dust_upper_ca.paa";
|
ACE_OverlayDirt = "A3\Ui_f\data\igui\rsctitles\HealthTextures\dust_upper_ca.paa";
|
||||||
ACE_OverlayCracked = QPATHTOEF(goggles,textures\HUD\Cracked.paa);
|
ACE_OverlayCracked = QPATHTOEF(goggles,textures\HUD\Cracked.paa);
|
||||||
@ -87,4 +91,20 @@ class CfgGlasses {
|
|||||||
ACE_Protection = 0;
|
ACE_Protection = 0;
|
||||||
ACE_DustPath = QPATHTOEF(goggles,textures\fx\dust\%1.paa);
|
ACE_DustPath = QPATHTOEF(goggles,textures\fx\dust\%1.paa);
|
||||||
};
|
};
|
||||||
|
class rhsusf_shemagh_base: G_Combat {
|
||||||
|
ACE_Overlay = "";
|
||||||
|
ACE_OverlayDirt = "";
|
||||||
|
ACE_OverlayCracked = "";
|
||||||
|
ACE_Resistance = 0;
|
||||||
|
ACE_Protection = 0;
|
||||||
|
ACE_DustPath = "";
|
||||||
|
};
|
||||||
|
class rhsusf_shemagh2_base: G_Combat {
|
||||||
|
ACE_Overlay = "";
|
||||||
|
ACE_OverlayDirt = "";
|
||||||
|
ACE_OverlayCracked = "";
|
||||||
|
ACE_Resistance = 0;
|
||||||
|
ACE_Protection = 0;
|
||||||
|
ACE_DustPath = "";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user