ACE3/addons/common/CfgGesturesMale.hpp
johnb432 0f08ba2fdc
Arsenal - Fix animations not playing properly (#9705)
* Make arsenal animations play properly

* Update addons/arsenal/functions/fnc_showItem.sqf

Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>

* Moved to common

* Update CfgMoves.hpp

* move to function, add reload safeguard

* selectWeapon immediately

* open left panel on current weapon

* VR mission poses + fix removing vests

* cAsInG

---------

Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>
Co-authored-by: LinkIsGrim <salluci.lovi@gmail.com>
2024-01-01 14:22:53 -08:00

15 lines
375 B
C++

// From ACRE
class CfgGesturesMale {
skeletonName = "OFP2_ManSkeleton";
class States {
class GestureNod;
class GVAR(stop): GestureNod {
file = "a3\anims_f\data\anim\sdr\gst\gestureEmpty.rtm";
disableWeapons = 0;
disableWeaponsLong = 0;
enableOptics = 1;
mask = "empty";
};
};
};