69 lines
1.1 KiB
INI
69 lines
1.1 KiB
INI
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{};
|
|
}; |