2017-12-10 18:01:27 +00:00
|
|
|
class CfgSkeletons {
|
2015-06-05 07:34:27 +00:00
|
|
|
class Default {
|
|
|
|
isDiscrete = 1;
|
|
|
|
skeletonInherit = "";
|
|
|
|
skeletonBones[] = {};
|
|
|
|
};
|
2017-12-10 18:01:27 +00:00
|
|
|
|
2015-06-05 07:34:27 +00:00
|
|
|
class ace_spottingscope_skeleton: Default {
|
|
|
|
isDiscrete = 1;
|
|
|
|
skeletonInherit = "Default";
|
|
|
|
skeletonBones[] = {
|
2015-11-08 04:18:31 +00:00
|
|
|
"main_turret","",
|
|
|
|
"main_gun","main_turret",
|
2015-11-24 21:24:14 +00:00
|
|
|
"leg_01","",
|
|
|
|
"leg_02","",
|
2017-12-10 18:01:27 +00:00
|
|
|
"leg_03","",
|
|
|
|
"hideTurret",""
|
2015-06-05 07:34:27 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
2017-12-10 18:01:27 +00:00
|
|
|
|
2015-06-05 07:34:27 +00:00
|
|
|
class CfgModels {
|
|
|
|
class Default {
|
|
|
|
sectionsInherit = "";
|
|
|
|
sections[] = {};
|
|
|
|
skeletonName = "";
|
|
|
|
};
|
2017-12-10 18:01:27 +00:00
|
|
|
|
2015-11-08 04:18:31 +00:00
|
|
|
class ace_spottingscope: Default {
|
2015-06-05 07:34:27 +00:00
|
|
|
skeletonName = "ace_spottingscope_skeleton";
|
|
|
|
sectionsInherit = "Default";
|
2017-12-10 18:01:27 +00:00
|
|
|
|
2015-06-05 07:34:27 +00:00
|
|
|
class animations {
|
|
|
|
class mainTurret {
|
|
|
|
type = "rotationY";
|
|
|
|
source = "mainTurret";
|
2015-11-08 04:18:31 +00:00
|
|
|
selection = "main_turret";
|
|
|
|
axis = "main_turret_axis";
|
2015-06-05 07:34:27 +00:00
|
|
|
minValue = "rad -360";
|
|
|
|
maxValue = "rad +360";
|
|
|
|
angle0 = "rad -360";
|
|
|
|
angle1 = "rad +360";
|
|
|
|
};
|
|
|
|
class mainGun {
|
|
|
|
type = "rotationX";
|
|
|
|
source = "mainGun";
|
2015-11-08 04:18:31 +00:00
|
|
|
selection = "main_gun";
|
|
|
|
axis = "main_gun_axis";
|
2015-06-05 07:34:27 +00:00
|
|
|
minValue = "rad -360";
|
|
|
|
maxValue = "rad +360";
|
|
|
|
angle0 = "rad -360";
|
|
|
|
angle1 = "rad +360";
|
|
|
|
};
|
2015-11-24 21:24:14 +00:00
|
|
|
class leg_01 {
|
|
|
|
type = "rotation";
|
|
|
|
source = "fold_legs";
|
|
|
|
selection = "leg_01";
|
2017-12-10 18:01:27 +00:00
|
|
|
axis = "leg_01_axis";
|
2015-11-24 21:24:14 +00:00
|
|
|
minValue = 0;
|
|
|
|
maxValue = 1;
|
2017-12-10 18:01:27 +00:00
|
|
|
angle0 = "rad +00";
|
|
|
|
angle1 = "rad +55";
|
2015-11-24 21:24:14 +00:00
|
|
|
};
|
|
|
|
class leg_02: leg_01 {
|
|
|
|
selection = "leg_02";
|
2017-12-10 18:01:27 +00:00
|
|
|
axis = "leg_02_axis";
|
2015-11-24 21:24:14 +00:00
|
|
|
};
|
|
|
|
class leg_03: leg_01 {
|
|
|
|
selection = "leg_03";
|
2017-12-10 18:01:27 +00:00
|
|
|
axis = "leg_03_axis";
|
|
|
|
};
|
|
|
|
class hideTube {
|
|
|
|
type = "hide";
|
|
|
|
source = "damage";
|
|
|
|
selection = "main_gun";
|
|
|
|
minValue = 0.0;
|
|
|
|
maxValue = 1.0;
|
|
|
|
hideValue = 1.0;
|
|
|
|
animPeriod = 0.0;
|
|
|
|
initPhase = 0.0;
|
2015-11-24 21:24:14 +00:00
|
|
|
};
|
2015-06-05 07:34:27 +00:00
|
|
|
};
|
|
|
|
};
|
2017-12-10 18:01:27 +00:00
|
|
|
|
|
|
|
class ace_spottingscope_tube: Default {
|
|
|
|
skeletonName = "ace_spottingscope_skeleton";
|
|
|
|
sectionsInherit = "Default";
|
|
|
|
};
|
2018-11-29 10:18:22 +00:00
|
|
|
|
|
|
|
class material_dummy: Default {};
|
2015-06-05 07:34:27 +00:00
|
|
|
};
|