Braf_Air2 atualizado

This commit is contained in:
2026-06-14 21:25:45 -03:00
parent e4ac56b038
commit 63626ca260
62 changed files with 1734 additions and 306 deletions

View File

@@ -178,6 +178,12 @@ class CfgSkeletons
"canopy",""
};
};
class Skeleton
{
isDiscrete=0;
skeletonInherit="";
skeletonBones[]={"body", "", "striska", "", "fl", "", "bl", "", "fm", "", "mb", "", "fr", "", "rb", ""};
};
};
class CfgModels
{
@@ -1222,6 +1228,21 @@ class CfgModels
unHideValue=-1;
};
};
};
class braf_ejection_chute
{
htMin=0;
htMax=0;
afMax=0;
mfMax=0;
mFact=0;
tBody=0;
skeletonName="Skeleton";
sectionsInherit="";
sections[]={};
class Animations
{
};
};
class braf_ejection_seat_01: braf_a29_ejection_seat{};
class braf_A29_wreck: braf_A29{};