PDA

View Full Version : Third person animations as an antlion


jmdrummer16
05-28-2007, 02:01 PM
Hey guys I'm working on a mod, it's thirdperson.
when i put in a model, for instance antlion when I walk, jump, shoot, ext, any action - it dosn't play an animation (which I expected).
but now I need help figuring out how to make the sequence trigger with the button, help please!
just one example of something like..

if ( button pressed == w)
{
sequence = x
}

x being whatever sequence number..
thanks guys

D. evil
05-28-2007, 11:47 PM
3rd Person View & Player Model Issue

check out that thread for my take on the animation thing and see if it helps. I've almost totally got my 3rd person view working, just a slight bug which I know exactly how to fix, just need to find the best place to put my code to fix it :) I'll post a link to all the info (including how to get it animating) as soon as I have it ready (should be in the next day or so)

jmdrummer16
05-29-2007, 08:59 AM
that'd be great i figured out how to set animations speeds and stuff for the antlion, but i would love to see if their was a more efficient way to do it though