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
+18 -2
View File
@@ -17,12 +17,28 @@ class CfgPatches
{
"BRAF_Rescue_Seat",
"BRAF_Rescue_Basket",
"BRAF_Rescue_Stretcher",
"BRAF_Esquilo_EFS"
"BRAF_Rescue_Stretcher"
};
weapons[] = {};
};
};
class CfgFunctions
{
class BRAF
{
class functions
{
class efs
{
file = "\braf\braf_sar\functions\fn_efs.sqf";
};
class hoist
{
file = "\braf\braf_sar\functions\fn_hoist.sqf";
};
};
};
};
class CfgVehicles
{
class Items_base_F;