This commit is contained in:
2026-07-12 17:45:29 -03:00
parent 9cd0cb33fd
commit 69974856ed
24 changed files with 375 additions and 23 deletions
@@ -342,6 +342,18 @@ class BRAF_Fennec_Base: Helicopter_Base_H
animPeriod=0;
initPhase=1;
};
class EFS_Cover_Hide
{
source="user";
animPeriod=0;
initPhase=0;
};
class EFS_Hide
{
source="user";
animPeriod=0;
initPhase=0;
};
class door_l
{
source="user";
@@ -403,6 +415,17 @@ class BRAF_Fennec_Base: Helicopter_Base_H
condition="this animationphase 'NVG_Hide' < 0.1 AND (player in crew this)";
statement="this animate ['NVG_Hide',1]";
};
class Deploy_EFS
{
displayname="<t color='#b31d00'> Deploy EFS </t>";
position="cabin";
showWindow=1;
radius=10;
priority=1;
onlyForPlayer=0;
condition="getText (configOf this >> 'faction') == 'BRAF_NAVY' AND this animationphase 'EFS_Hide' < 0.1 AND (player in crew this)";
statement="this execVM ""braf\braf_sar\Braf_Scripts\EFS_Esquilo.sqf""";
};
};
class Armory
{
@@ -1373,6 +1396,17 @@ class BRAF_Fennec_dynamicLoadout_base: BRAF_Fennec_Base
condition="this animationphase 'NVG_Hide' < 0.1 AND (player in crew this)";
statement="this animate ['NVG_Hide',1]";
};
class Deploy_EFS
{
displayname="<t color='#b31d00'> Deploy EFS </t>";
position="cabin";
showWindow=1;
radius=10;
priority=1;
onlyForPlayer=0;
condition="getText (configOf this >> 'faction') == 'BRAF_NAVY' AND this animationphase 'EFS_Hide' < 0.1 AND (player in crew this)";
statement="this execVM ""braf\braf_sar\Braf_Scripts\EFS_Esquilo.sqf""";
};
};
};
class BRAF_Fennec_SAR_base: BRAF_Fennec_Base
@@ -1730,6 +1764,17 @@ class BRAF_Fennec_SAR_base: BRAF_Fennec_Base
condition="this animationphase 'NVG_Hide' < 0.1 AND (player in crew this)";
statement="this animate ['NVG_Hide',1]";
};
class Deploy_EFS
{
displayname="<t color='#b31d00'> Deploy EFS </t>";
position="cabin";
showWindow=1;
radius=10;
priority=1;
onlyForPlayer=0;
condition="getText (configOf this >> 'faction') == 'BRAF_NAVY' AND this animationphase 'EFS_Hide' < 0.1 AND (player in crew this)";
statement="this execVM ""braf\braf_sar\Braf_Scripts\EFS_Esquilo.sqf""";
};
class Open_Door_Right
{
position="door_pos";
@@ -1820,6 +1865,17 @@ class BRAF_Fennec_unarmed_base: BRAF_Fennec_Base
condition="this animationphase 'NVG_Hide' < 0.1 AND (player in crew this)";
statement="this animate ['NVG_Hide',1]";
};
class Deploy_EFS
{
displayname="<t color='#b31d00'> Deploy EFS </t>";
position="cabin";
showWindow=1;
radius=10;
priority=1;
onlyForPlayer=0;
condition="getText (configOf this >> 'faction') == 'BRAF_NAVY' AND this animationphase 'EFS_Hide' < 0.1 AND (player in crew this)";
statement="this execVM ""braf\braf_sar\Braf_Scripts\EFS_Esquilo.sqf""";
};
};
};
class BRAF_Fennec_cargo_base: BRAF_Fennec_Base
@@ -1900,6 +1956,8 @@ class BRAF_Fennec_Unarmed_MB: BRAF_Fennec_unarmed_base
author="BRAF TEAM";
_generalMacro="BRAF_Fennec_Unarmed_MB";
faction="BRAF_NAVY";
canFloat=1;
waterLeakiness=10;
crew="braf_characters_aviation_navy_pilot";
editorPreview="\braf\braf_insignia\editorpreview\air\BRAF_Fennec_Unarmed_MB.jpg";
scope=2;
@@ -1919,6 +1977,11 @@ class BRAF_Fennec_Unarmed_MB: BRAF_Fennec_unarmed_base
"HU61",0.25,
"HU91",0.25
};
animationList[]=
{
"EFS_Cover_Hide",1,
"EFS_Hide",0
};
};
class BRAF_Fennec_Unarmed_FAB: BRAF_Fennec_unarmed_base
{
@@ -2000,6 +2063,8 @@ class BRAF_Fennec_Armed_MB: BRAF_Fennec_dynamicLoadout_base
author="BRAF TEAM";
_generalMacro="BRAF_Fennec_Armed_MB";
faction="BRAF_NAVY";
canFloat=1;
waterLeakiness=10;
crew="braf_characters_aviation_navy_pilot";
editorPreview="\braf\braf_insignia\editorpreview\air\BRAF_Fennec_Armed_MB.jpg";
scope=2;
@@ -2018,6 +2083,11 @@ class BRAF_Fennec_Armed_MB: BRAF_Fennec_dynamicLoadout_base
"HU61",0.25,
"HU91",0.25
};
animationList[]=
{
"EFS_Cover_Hide",1,
"EFS_Hide",0
};
};
class BRAF_Fennec_Armed_FAB: BRAF_Fennec_dynamicLoadout_base
{
@@ -2061,6 +2131,8 @@ class BRAF_Fennec_Cargo_MB: BRAF_Fennec_cargo_base
author="BRAF TEAM";
_generalMacro="BRAF_Fennec_Cargo_MB";
faction="BRAF_NAVY";
canFloat=1;
waterLeakiness=10;
crew="braf_characters_aviation_navy_pilot";
editorPreview="\braf\braf_insignia\editorpreview\air\BRAF_Fennec_Cargo_MB.jpg";
scope=2;
@@ -2079,6 +2151,11 @@ class BRAF_Fennec_Cargo_MB: BRAF_Fennec_cargo_base
"HU61",0.25,
"HU91",0.25
};
animationList[]=
{
"EFS_Cover_Hide",1,
"EFS_Hide",0
};
};
class BRAF_Fennec_Cargo_FAB: BRAF_Fennec_cargo_base
{
@@ -2124,6 +2201,8 @@ class BRAF_Fennec_SAR_MB: BRAF_Fennec_SAR_base
editorPreview="\braf\braf_insignia\editorpreview\air\BRAF_Fennec_SAR_MB.jpg";
crew="braf_characters_aviation_navy_pilot";
faction="BRAF_NAVY";
canFloat=1;
waterLeakiness=10;
scope=2;
side=2;
scopeCurator=2;
@@ -2140,6 +2219,11 @@ class BRAF_Fennec_SAR_MB: BRAF_Fennec_SAR_base
"HU61",0.25,
"HU91",0.25
};
animationList[]=
{
"EFS_Cover_Hide",1,
"EFS_Hide",0
};
};
class BRAF_Fennec_SAR_FAB: BRAF_Fennec_SAR_base
{