3c59733c8a
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.
47 lines
920 B
C++
47 lines
920 B
C++
class CfgPatches
|
|
{
|
|
class Braf_SAR
|
|
{
|
|
author = "BRAF Team";
|
|
addonRootClass = "A3_Air_F";
|
|
requiredAddons[] =
|
|
{
|
|
"A3_Air_F",
|
|
"A3_Data_F",
|
|
"A3_Armor_F_Beta_APC_Tracked_01",
|
|
"A3_Weapons_F",
|
|
"braf_main"
|
|
};
|
|
requiredVersion = 0.1;
|
|
units[] =
|
|
{
|
|
"BRAF_Rescue_Seat",
|
|
"BRAF_Rescue_Basket",
|
|
"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;
|
|
#include "SAR_Base.hpp"
|
|
};
|