123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- class CfgSkeletons
- {
- class Chaingun_Skeleton
- {
- isDiscrete=0;
- skeletonInherit="";
- skeletonBones[]=
- {
- "magazine", "",
- "Z_gattling", "",
- "Z_gattling"
-
-
- };
- };
- };
- class CfgModels
- {
- class Chaingun
- {
- htMin=0;
- htMax=0;
- afMax=0;
- mfMax=0;
- mFact=0;
- tBody=0;
- skeletonName="chaingun_Skeleton";
- sectionsInherit="";
- sections[]={"magazine","z_gattling"};
- class Animations
- {
- class no_magazine_hide
- {
- type="hide";
- source="hasmagazine";
- selection="magazine";
- sourceAddress="clamp";
- minPhase=0;
- maxPhase=1;
- minValue=0;
- maxValue=1;
- memory=0;
- hideValue=0.5;
- unHideValue=-1;
- };
- class magazine_reload_hide_1
- {
- type="hide";
- source="reloadmagazine";
- selection="magazine";
- sourceAddress="clamp";
- minPhase=0;
- maxPhase=1;
- minValue=0;
- maxValue=1;
- memory=0;
- hideValue=1E-05;
- unHideValue=0.7;
- };
- class minigun
- {
- type="rotation";
- source="revolving";
- selection="z_gattling";
- axis="z_gatling_axis";
- sourceAddress="loop";
- minPhase=0;
- maxPhase=1;
- minValue=0;
- maxValue=1;
- memory=true;
- angle0=0.0;
- angle1=314;
- };
-
- };
- };
- };
|