Epoch/Sources/epoch_config/Configs/CfgMovesMaleSdr.hpp

40 lines
1.3 KiB
C++
Raw Normal View History

2015-12-07 16:24:52 +00:00
/*
Author: Aaron Clark - EpochMod.com
Contributors: Paul Tomany (.rtm Animation)
Description:
Adds custom animation "epoch_unarmed_jump"
Licence:
Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike
Github:
https://github.com/EpochModTeam/Epoch/tree/master/Sources/epoch_config/Configs/CfgMovesMaleSdr.hpp
*/
2015-09-14 20:45:27 +00:00
class CfgMovesMaleSdr : CfgMovesBasic
{
skeletonName = "OFP2_ManSkeleton";
gestures = "CfgGesturesMale";
class States {
2015-12-07 16:24:52 +00:00
2015-09-14 20:45:27 +00:00
class AovrPercMstpSnonWnonDf;
class epoch_unarmed_jump : AovrPercMstpSnonWnonDf
{
file = "\x\addons\a3_epoch_assets_3\CfgVehicles\Characters\un_jump.rtm";
speed = 1.23849;
forceaim = 1;
looped = 0;
soundEnabled = 0;
disableWeapons = 0;
canblendstep = 1;
minPlayTime = 1;
actions = "CivilRunActionsFL";
// file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDfl";
InterpolateTo[] = { "AmovPercMsprSnonWnonDf_AmovPpneMstpSnonWnonDnon", 0.02, "AmovPercMrunSnonWnonDf", 0.02, "AmovPercMstpSnonWnonDnon", 0.06, "AmovPercMwlkSnonWnonDfl", 0.025, "AmovPercMrunSnonWnonDl", 0.025, "AmovPercMrunSnonWnonDfr", 0.025, "AmovPknlMrunSnonWnonDfl", 0.03, "AmovPercMevaSnonWnonDfl", 0.02, "Unconscious", 0.1 };
};
};
2015-12-07 16:24:52 +00:00
};