2016-09-29 14:00:19 +00:00
|
|
|
|
2018-07-21 07:16:05 +00:00
|
|
|
class CfgMovesBasic;
|
2016-09-29 14:00:19 +00:00
|
|
|
class CfgMovesMaleSdr: CfgMovesBasic {
|
|
|
|
class States {
|
|
|
|
// fixes hand being stuck at rifle which is on the back
|
|
|
|
class AmovPknlMstpSrasWrflDnon_AinvPknlMstpSlayWrflDnon;
|
|
|
|
class AinvPknlMstpSlayWnonDnon_medicOther: AmovPknlMstpSrasWrflDnon_AinvPknlMstpSlayWrflDnon {
|
|
|
|
weaponIK = 0;
|
|
|
|
};
|
2016-10-05 22:54:57 +00:00
|
|
|
|
2016-10-12 23:16:51 +00:00
|
|
|
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;
|
2016-10-05 22:54:57 +00:00
|
|
|
};
|
2016-09-29 14:00:19 +00:00
|
|
|
};
|
|
|
|
};
|