I got a Highelf Lieutenant which I'm trying to get to use his "Stand Defend" and "Walk Defend" animations instead of his regular stand and walk animation. I'm not that experienced with actors and models, so I was hoping someone could give me a brief explanation on how to get that done.
Hey,
I got a Highelf Lieutenant which I'm trying to get to use his "Stand Defend" and "Walk Defend" animations instead of his regular stand and walk animation. I'm not that experienced with actors and models, so I was hoping someone could give me a brief explanation on how to get that done.
Much appreciated!
@Pecula: Go
Use/create a behavior that applies a buff, I'd name it defend.
In the units actor events you can tell the actor to "animation group apply" "defend"
Should look something like this:
Behavior.Defend.On AnimGroupApply.Defend
Behavior.Defend.Off AnimGroupRemove.Defend Instant
Not exactly sure because I'm not looking in the editor atm but should be similar.
@Pecula: Go
you have to go to the unit actor and change the baseline animation to the one you want
Thanks alot, Daara.
I put the groupapply on unitbirth and it works perfectly.