mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix Tactical Ladder Animation Clipping
This commit is contained in:
parent
80d18c468e
commit
3269114861
Binary file not shown.
@ -1,4 +1,4 @@
|
|||||||
class CfgSkeletons {
|
class CfgSkeletons {
|
||||||
class Default {
|
class Default {
|
||||||
isDiscrete = 1;
|
isDiscrete = 1;
|
||||||
skeletonInherit = "";
|
skeletonInherit = "";
|
||||||
@ -21,7 +21,7 @@ class CfgSkeletons {
|
|||||||
"10","9",
|
"10","9",
|
||||||
"11","10",
|
"11","10",
|
||||||
"step","11"
|
"step","11"
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
class OFP2_ManSkeleton {
|
class OFP2_ManSkeleton {
|
||||||
isDiscrete = 0;
|
isDiscrete = 0;
|
||||||
@ -180,7 +180,7 @@ class CfgModels {
|
|||||||
class ace_tacticalladder {
|
class ace_tacticalladder {
|
||||||
skeletonName = "ace_tacticalladder_skeleton";
|
skeletonName = "ace_tacticalladder_skeleton";
|
||||||
sections[] = { "roadway" };
|
sections[] = { "roadway" };
|
||||||
sectionsInherit = "";
|
sectionsInherit = "";
|
||||||
class Animations {
|
class Animations {
|
||||||
class rotate {
|
class rotate {
|
||||||
type = "rotation";
|
type = "rotation";
|
||||||
@ -192,7 +192,7 @@ class CfgModels {
|
|||||||
maxValue = 90;
|
maxValue = 90;
|
||||||
angle0="rad 0";
|
angle0="rad 0";
|
||||||
angle1="rad +90";
|
angle1="rad +90";
|
||||||
};
|
};
|
||||||
class extract_1 {
|
class extract_1 {
|
||||||
type = "translation";
|
type = "translation";
|
||||||
source = "";
|
source = "";
|
||||||
@ -280,4 +280,4 @@ class CfgModels {
|
|||||||
};
|
};
|
||||||
class ace_tacticalladder_pack: ArmaMan {
|
class ace_tacticalladder_pack: ArmaMan {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user