mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
simplify animations config
This commit is contained in:
parent
3b5747423a
commit
78ee7d4677
@ -1,8 +1,5 @@
|
|||||||
|
|
||||||
class CfgMovesBasic {
|
class CfgMovesBasic;
|
||||||
class Default;
|
|
||||||
};
|
|
||||||
|
|
||||||
class CfgMovesMaleSdr: CfgMovesBasic {
|
class CfgMovesMaleSdr: CfgMovesBasic {
|
||||||
class States {
|
class States {
|
||||||
// fixes hand being stuck at rifle which is on the back
|
// fixes hand being stuck at rifle which is on the back
|
||||||
@ -11,11 +8,6 @@ class CfgMovesMaleSdr: CfgMovesBasic {
|
|||||||
weaponIK = 0;
|
weaponIK = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
// wake me up inside
|
|
||||||
class Unconscious: Default {
|
|
||||||
InterpolateTo[] = {"DeadState",0.1};
|
|
||||||
};
|
|
||||||
|
|
||||||
class AmovPpneMstpSnonWnonDnon;
|
class AmovPpneMstpSnonWnonDnon;
|
||||||
class ACE_UnconsciousOutProne: AmovPpneMstpSnonWnonDnon {
|
class ACE_UnconsciousOutProne: AmovPpneMstpSnonWnonDnon {
|
||||||
//file = "\A3\anims_f\Data\Anim\Sdr\dth\pne\stp\ras\Rfl\AdthPpneMstpSrasWrflDnon_1";
|
//file = "\A3\anims_f\Data\Anim\Sdr\dth\pne\stp\ras\Rfl\AdthPpneMstpSrasWrflDnon_1";
|
||||||
|
Loading…
Reference in New Issue
Block a user