PXG-Arma / Scripts

Arma 3 Script development repo.
0 stars 2 forks source link

RHSUSF IHADSS helmet not equipping when NVGs are added from common gear #36

Closed Leubzo closed 4 months ago

Leubzo commented 1 year ago

IHADSS helmet equips fine when no NVGs are added from common gear.sqf, but doesn't get equipped when using the faction's own gear or uniforms sqf even after removing NVGs from there using unlinkItem

SewerynRoznowski commented 1 year ago

This is due to the IHADSS helmet taking up both NVG and Helmet slot. The order in which the scirpt is executed is Uniforms > Common Gear > Faction Gear. Common gear will overwrite the helmet and remove it, same with faction gear.

This should be easily fixed by adding the IHADSS via Faction gear.

SewerynRoznowski commented 1 year ago

Adding via faction's gear.sqf works.

Leubzo commented 12 months ago

Since we only use one pilot loadout for all types of rotary and fixed wing assets, it's better to keep the IHADSS in the AH-64 inventory only, so that pilots can switch between it and regular helmet + NVGs in case they switch air asset.

Real-ADK commented 4 months ago

closed