Animation on bow pullback/stay/release, for both the character and bow

Hello,

I’m fairly new to all this, but I have some basics from youtube videos and tutorials.
So my question is, how can I achieve an animation when the player pullback the bow, stay in an idle pulled animation, and play a last animation of releasing the bow. What I was trying to do was making a montage, of each of these three states, and putting them into the state machine. But I have no idea what to do later on, and how can I loop the idle pulled animation of the bow.
For the Arrow projectile and such I used this tutorial UE4 Arrow Projectile Introduction - YouTube which helped a bunch.

I’m sorry if I didn’t make myself clear enough I’m kind of bad in english^^.
Thank you all.

1 Like

Alright. You need to use 2 state machines inside different animation blueprints. One is going to be on the character and one on the bow blueprint(unless you weld them together but then your character would be unable to control other weapons). They are going to pull the same variables out of the character in order to determine what animation needs to be played.
Here is a sketch:

Notice the “funky stuff” part? Yeah pretty much this is where stuff like blending the animation only to affect the upper body or using IK in order to get the hands of different sized characters to be in the same place holding the arrow.

If you don’t understand all these you should go ahead and watch the 2 livestreams regarding animation as well as ALL of the introductory videos.

1 Like

I did do two state machine, one for the character and one for bow. It’s just the character pullback animation until release isn’t working,or I just didn’t know where to add it, or I just did something that just don’t work.

Well thank you for your help ^^ I appreciate it, I’m going to try this and see where i fail because I’m sure I’ll mess up something else while doing something.

1 Like

All is working good now with minor bugs that I have no idea yet how to fix but in time I will. Thanks again for your help ^^

Have a nice day

I implemented a bow and arrow system, but I mainly used montages and didn’t use any state machine. still it works fine. here is the link to full tutorial.

283814-hqdefault-7.jpg