Jump to content
fortune144

Weapon Animation not working

Recommended Posts

Hey there,

i made an MP5 from SMG_Base_F Arma 3 everythign is fine. The Soldier reload animation is running but the weapon is doing nothing. i made all sections and placed the memory point for the specific animation. In my model.cfg i placed in the model animation section everything whats needed for the animation.

 

 For example. The file is lying where my model.p3d is.

Quote

class SOR_MP5_SD6

{

htMin=0;

htMax=0;

afMax=0;

mfMax=0;

mFact=0;

tBody=0;

skeletonName="Skeleton";

sectionsInherit="";

sections[]={"trigger"};

class Animations

{

class trigger_rot

{

type="rotation";

source="reload";

selection="trigger";

sourceAddress="clamp";

minPhase=0;

maxPhase=1;

minValue=0;

maxValue=1;

memory=0;

angle0=0;

angle1=-0.6981317;

};

 

Share this post


Link to post
Share on other sites

Is this your whole model.cfg?

All that's in there is the trigger, which is animated when you shoot.

 

  • Like 1

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×