mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
animation fixes
This commit is contained in:
parent
e38845bf45
commit
71884778dd
@ -13,7 +13,23 @@ class CfgMovesMaleSdr: CfgMovesBasic {
|
|||||||
|
|
||||||
// wake me up inside
|
// wake me up inside
|
||||||
class Unconscious: Default {
|
class Unconscious: Default {
|
||||||
InterpolateTo[] = {"DeadState",0.1,"AmovPpneMstpSnonWnonDnon",0.2};
|
InterpolateTo[] = {"DeadState",0.1,"ACE_UnconsciousOutProne",0.2};
|
||||||
|
};
|
||||||
|
|
||||||
|
class AmovPpneMstpSnonWnonDnon;
|
||||||
|
class ACE_UnconsciousOutProne: AmovPpneMstpSnonWnonDnon {
|
||||||
|
//file = "\A3\anims_f\Data\Anim\Sdr\dth\pne\stp\ras\Rfl\AdthPpneMstpSrasWrflDnon_1";
|
||||||
|
looped = 0;
|
||||||
|
canBlendStep = 0;
|
||||||
|
blockMobileSwitching = 1;
|
||||||
|
forceAim = 1;
|
||||||
|
interpolationRestart = 1;
|
||||||
|
variantsPlayer[] = {};
|
||||||
|
variantsAI[] = {};
|
||||||
|
useIdles = 0;
|
||||||
|
InterpolateTo[] = {"Unconscious",0.2};
|
||||||
|
ConnectTo[] = {"AmovPpneMstpSnonWnonDnon",0.2};
|
||||||
|
speed = 100;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user