Arma 3
Task Force 373 MH-47G SOAR Chinook
Invalid turret path - HC5
There's a consistent error on the HC5 as it tries to lock the non existent left turret.
7:23:36 Invalid turret path 7:23:36 ➥ Context: [] L5 (/x/cba/addons/common/XEH_postInit.sqf) [] L38 (x\cba\addons\common\init_perFrameHandler.sqf) [] L34 (x\cba\addons\common\init_perFrameHandler.sqf) [] L36 (x\cba\addons\common\init_perFrameHandler.sqf) [] L155 (tf373_mh47g\functions\fn_perSecond.sqf) [] L157 (tf373_mh47g\functions\fn_perSecond.sqf)
fn_perSecond.sqf
L154 | //lock left gun when its removed L155 | if (_heli animationPhase "HideM134_L" isEqualTo 1) then L156 | { L157 | _heli lockTurret [[7], true]; L158 | };

Functionality wise all works fine / not an issue but the consistent erroring can lead to a bit of an FPS dip.

Love the mod. It's pretty amazing what you've made!