1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- class CfgSkeletons
- {
- class Default
- {
- isDiscrete=1;
- skeletonInherit="";
- skeletonBones[]={};
- };
- class 3AS_E5_Skeleton: Default
- {
- skeletonBones[]=
- {
- "magazine", "",
- //"trigger", "",
- "zasleh", ""
- };
- };
- };
- class CfgModels
- {
- class Default
- {
- sectionsInherit="";
- sections[]={};
- skeletonName="";
- };
- class 3AS_E5_F
- {
- htMin=1;
- htMax=600;
- afMax=0;
- mfMax=0;
- mFact=1;
- tBody=100;
- skeletonName="3AS_E5_Skeleton";
- sectionsInherit="";
- sections[]={"zasleh", "camo"};
- class Animations
- {
- class magazine_hide
- {
- type="hide";
- source="reloadmagazine.0";
- selection="magazine";
- sourceAddress="clamp";
- minPhase=0;
- maxPhase=1;
- minValue=0;
- maxValue=1;
- memory=0;
- hideValue=0.22;
- unHideValue=0.66;
- };
- class no_magazine
- {
- type="hide";
- source="hasmagazine";
- selection="magazine";
- sourceAddress="clamp";
- minPhase=0;
- maxPhase=1;
- minValue=0;
- maxValue=1;
- memory=0;
- hideValue=0.5;
- unHideValue=-1;
- };
- class zaslehrot
- {
- type="rotationx";
- source="ammorandom";
- selection="zasleh";
- sourceAddress="loop";
- axis="";
- centerFirstVertex=true;
- minPhase=0;
- maxPhase=4;
- minValue=0;
- maxValue=4;
- memory=0;
- angle0=0;
- angle1=6.283185;
- };
- };
- };
- };
|