feat(sar): add EFS to FAB Caracal variants

Enable EFS and native flotation configuration for Caracal Fast Rope, SAR, and Transport variants. Record the autocenter Geometry LOD root cause and retain the shared EFS and hoist function migration.
This commit is contained in:
2026-07-19 22:13:15 -03:00
parent e702b91416
commit 3c59733c8a
15 changed files with 570 additions and 220 deletions
@@ -78,8 +78,8 @@ class CfgSkeletons
"wheel_r_damper","lg_back",
"wheel_r","wheel_r_damper",
"EFS","damagehide",
"EFS_cover","damagehide",
"EFS_cover","",
"EFS","EFS_cover",
"SAR","damagehide",
"hoist_hook","SAR",
@@ -782,7 +782,8 @@ class CfgModels
minValue=0;
maxValue=1;
memory=0;
hideValue=1;
hideValue=0;
unHideValue=1;
};
class EFS_Cover_Hide
{
@@ -795,7 +796,8 @@ class CfgModels
minValue=0;
maxValue=1;
memory=0;
hideValue=1;
hideValue=0;
unHideValue=1;
};
class SAR_Hide
{
@@ -944,4 +946,4 @@ class CfgModels
};
};
};
};
};