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 {
|
||||
isDiscrete = 1;
|
||||
skeletonInherit = "";
|
||||
@ -21,7 +21,7 @@ class CfgSkeletons {
|
||||
"10","9",
|
||||
"11","10",
|
||||
"step","11"
|
||||
};
|
||||
};
|
||||
};
|
||||
class OFP2_ManSkeleton {
|
||||
isDiscrete = 0;
|
||||
@ -180,7 +180,7 @@ class CfgModels {
|
||||
class ace_tacticalladder {
|
||||
skeletonName = "ace_tacticalladder_skeleton";
|
||||
sections[] = { "roadway" };
|
||||
sectionsInherit = "";
|
||||
sectionsInherit = "";
|
||||
class Animations {
|
||||
class rotate {
|
||||
type = "rotation";
|
||||
@ -192,7 +192,7 @@ class CfgModels {
|
||||
maxValue = 90;
|
||||
angle0="rad 0";
|
||||
angle1="rad +90";
|
||||
};
|
||||
};
|
||||
class extract_1 {
|
||||
type = "translation";
|
||||
source = "";
|
||||
@ -280,4 +280,4 @@ class CfgModels {
|
||||
};
|
||||
class ace_tacticalladder_pack: ArmaMan {
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user