This commit is the equivalent of a atomic bomb
This commit is contained in:
120
braf_air2/braf_Air_Weap2/model.cfg
Normal file
120
braf_air2/braf_Air_Weap2/model.cfg
Normal file
@@ -0,0 +1,120 @@
|
||||
class CfgSkeletons
|
||||
{
|
||||
class BrafSkyfireSkeleton
|
||||
{
|
||||
isDiscrete=0;
|
||||
skeletonInherit="";
|
||||
skeletonBones[]=
|
||||
{
|
||||
"fire","",
|
||||
"fire1","fire",
|
||||
"fire2","fire",
|
||||
"fire3","fire",
|
||||
"fire4","fire",
|
||||
"fire5","fire",
|
||||
"fire6","fire",
|
||||
"fire7","fire",
|
||||
"fire_end","fire"
|
||||
};
|
||||
};
|
||||
};
|
||||
class CfgModels
|
||||
{
|
||||
class braf_skyfire_70_fly
|
||||
{
|
||||
htMin=0;
|
||||
htMax=0;
|
||||
afMax=0;
|
||||
mfMax=0;
|
||||
mFact=0;
|
||||
tBody=0;
|
||||
skeletonName="BrafSkyfireSkeleton";
|
||||
sectionsInherit="";
|
||||
sections[]={};
|
||||
class Animations
|
||||
{
|
||||
class unhide_fire1
|
||||
{
|
||||
type="hide";
|
||||
source="thrusttime";
|
||||
selection="fire1";
|
||||
sourceAddress="clamp";
|
||||
minPhase=0;
|
||||
maxPhase=1;
|
||||
minValue=0;
|
||||
maxValue=1;
|
||||
memory=0;
|
||||
hideValue=0;
|
||||
unHideValue=0.06;
|
||||
};
|
||||
class unhide_fire2: unhide_fire1
|
||||
{
|
||||
selection="fire2";
|
||||
unHideValue=0.08;
|
||||
};
|
||||
class unhide_fire3: unhide_fire1
|
||||
{
|
||||
selection="fire3";
|
||||
unHideValue=0.09;
|
||||
};
|
||||
class unhide_fire4: unhide_fire1
|
||||
{
|
||||
selection="fire4";
|
||||
unHideValue=0.1;
|
||||
};
|
||||
class unhide_fire5: unhide_fire1
|
||||
{
|
||||
selection="fire5";
|
||||
unHideValue=0.12;
|
||||
};
|
||||
class unhide_fire6: unhide_fire1
|
||||
{
|
||||
selection="fire6";
|
||||
unHideValue=0.13;
|
||||
};
|
||||
class unhide_fire7: unhide_fire1
|
||||
{
|
||||
selection="fire7";
|
||||
unHideValue=0.16;
|
||||
};
|
||||
class fire_rotate: unhide_fire1
|
||||
{
|
||||
type="rotation";
|
||||
source="time";
|
||||
selection="fire";
|
||||
axis="fire_axis";
|
||||
sourceAddress="loop";
|
||||
maxPhase=0.1;
|
||||
maxValue=0.1;
|
||||
angle0=0;
|
||||
angle1=6.283185;
|
||||
};
|
||||
class unhide_flame: unhide_fire1
|
||||
{
|
||||
selection="fire";
|
||||
unHideValue=0.001;
|
||||
};
|
||||
class flametranslate: unhide_fire1
|
||||
{
|
||||
type="translation";
|
||||
selection="fire_end";
|
||||
axis="fire_axis";
|
||||
minPhase=0.001;
|
||||
maxPhase=0.1;
|
||||
minValue=0.001;
|
||||
maxValue=0.1;
|
||||
offset0=-1;
|
||||
offset1=0;
|
||||
};
|
||||
class hide_flame: unhide_fire1
|
||||
{
|
||||
selection="fire";
|
||||
maxPhase=1.07;
|
||||
maxValue=1.07;
|
||||
hideValue=1;
|
||||
unHideValue=1.15;
|
||||
};
|
||||
};
|
||||
};
|
||||
class braf_maa1a_fly: braf_skyfire_70_fly{};
|
||||
};
|
||||
Reference in New Issue
Block a user