Game Development Community

any good tutorials ?

by Chairwalker · in Artist Corner · 04/04/2002 (11:51 pm) · 8 replies

Is there a tutorial that explains how t get animation i torque step by step ?
All i found so far are tutorial's that explain how all the dummies etc work but i dont know what to do with them :(

#1
04/05/2002 (12:02 am)
Did you read www.garagegames.com/docs/torque/tools/max2dts/index.html? Or do you mean how animations are handled in the engine itself?
#2
04/05/2002 (1:15 am)
i read it but it only tells how to do certain stuff.
not how to get 4 example a walk animation in the game.
#3
04/05/2002 (7:18 am)
Did you create a CS file so that the engine knows which DSQs it is suppose to read from when it is to perform an action such as a run?
#4
04/06/2002 (2:40 am)
yup i made one.
i justmade an animation and exported it but now whenever i walk foward it shows the strafe animation.
I know im supposed to add stuff to the sequence but i dont know what..
#5
04/07/2002 (12:25 pm)
so.... what do i need to do ?
#6
04/07/2002 (1:06 pm)
I would help, but I don't really understand the question. Is the animation showing up in the showtool?
#7
04/07/2002 (2:30 pm)
umm "showfield" ?
im just trying to make my own walkanimation to replace the old one.
i made a model,gave it a biped and gave it a walk animation but i dont know what i need to add to make it export correctly.