This commit is the equivalent of a atomic bomb

This commit is contained in:
2026-02-15 08:08:56 -03:00
commit e4ac56b038
6934 changed files with 916278 additions and 0 deletions

View File

@@ -0,0 +1,69 @@
class CfgSkeletons
{
class Default
{
isDiscrete = 1;
skeletonInherit = "";
skeletonBones[] = {};
};
class A140_Skeleton : Default
{
SkeletonBones[]=
{
};
};
};
class CfgModels
{
class Default
{
sections[] = {};
sectionsInherit="";
skeletonName = "";
};
class BRAF_A140 : Default
{
skeletonName="A140_Skeleton";
sections[]=
{
"Camo1",
"Camo2",
"Camo3"
};
class Animations
{
//class drivewheel
//{
// type="rotation";
// angle0="rad -75";
// angle1="rad 75";
// axis="axis_drivewheel";
// memory=1;
// minValue=-1;
// maxValue=1;
// minPhase=-1;
// maxPhase=1;
// source="drivingWheel";
// sourceAddress=0;
// selection="drivewheel";
//};
//class wheel_1_1_destruct_unhide
//{
// type="hide";
// hideValue=0;
// unhideValue=1;
// minValue=0;
// maxValue=1;
// minPhase=0;
// maxPhase=1;
// source="HitLFWheel";
// sourceAddress=2;
// selection="wheel_1_1_unhide";
//};
};
};
class BRAF_A140_proa: BRAF_A140{};
class BRAF_A140_popa: BRAF_A140{};
};