fix(caracal): removed duplicated proxy for MANSup operator and fixed compartment division for air crew; removed efs p3d placeholder
Deploy DEV Workshop / deploy-dev-workshop (push) Failing after 1m57s

This commit is contained in:
2026-07-26 13:37:00 -03:00
parent 9bd9aae32d
commit 7d68aa4296
3 changed files with 5 additions and 8 deletions
Binary file not shown.
@@ -1174,7 +1174,7 @@ class BRAF_Caracal_FFV: BRAF_Caracal_Base
gunnerGetOutAction="GetOutLow"; gunnerGetOutAction="GetOutLow";
memoryPointsGetInGunner="pos_gunner_r"; memoryPointsGetInGunner="pos_gunner_r";
memoryPointsGetInGunnerDir="dir_gunner_r"; memoryPointsGetInGunnerDir="dir_gunner_r";
gunnerCompartments="Compartment1"; gunnerCompartments="Compartment2";
proxyIndex=4; proxyIndex=4;
commanding=3; commanding=3;
isPersonTurret=1; isPersonTurret=1;
@@ -1464,7 +1464,7 @@ class BRAF_Caracal_2: BRAF_Caracal_Base
gunnerRightHandAnimName=""; gunnerRightHandAnimName="";
gunnerLeftFootAnimName=""; gunnerLeftFootAnimName="";
gunnerRightFootAnimName=""; gunnerRightFootAnimName="";
gunnerCompartments="Compartment1"; gunnerCompartments="Compartment2";
class OpticsIn class OpticsIn
{ {
class Wide class Wide
@@ -1601,7 +1601,7 @@ class BRAF_Caracal_2: BRAF_Caracal_Base
gunnerGetOutAction="GetOutLow"; gunnerGetOutAction="GetOutLow";
memoryPointsGetInGunner="pos_gunner_r"; memoryPointsGetInGunner="pos_gunner_r";
memoryPointsGetInGunnerDir="dir_gunner_r"; memoryPointsGetInGunnerDir="dir_gunner_r";
gunnerCompartments="Compartment1"; gunnerCompartments="Compartment2";
proxyIndex=4; proxyIndex=4;
commanding=3; commanding=3;
isPersonTurret=1; isPersonTurret=1;
Binary file not shown.