Game Development Community

Upper / Lower Body run animations

by Jake Callery · in Torque Game Engine · 11/02/2007 (11:08 am) · 2 replies

Hey guys, I haven't been able to figure out how to play one lower body animation for running forward
and then play a different upper body animation depending on the situation.

For instance, the bottom half will always be the legs running, but the top half would be the arms
swinging (normal run) or holding onto an item while running.

So that would be two different upper body animations for run.

I know you can use the .cfg file when exporting the animations to isolate
particular parts of the body, but how do you tie that into the run animation?

Thanks much for the help!

#1
11/02/2007 (1:01 pm)
I don't know about .cfg files, but you may want to take a look at the method 'setArmThread'.
www.garagegames.com/mg/forums/result.thread.php?qt=22008
That's an interesting reference...
#2
11/05/2007 (3:49 pm)
Thanks much for the tip, I will look into that this weekend.
There also seems to be the setAction method as well.