Game Development Community

Player left/right animation

by Clement · in Artist Corner · 01/13/2008 (6:44 pm) · 1 replies

Hi!

I have been using Milkshape 3D to create a player avatar recently and I have been playing with animation sequence.

I noticed that in TSShapeConstructor datablock in "server/player.cs", there is only one animation for side movement "~data/shapes/player/player_side.dsq side".

How do I create separate movements animation for left and right in Milkshape 3D and Torque?

Thanks in advance!

#1
01/30/2008 (1:08 am)
I think you would need to modify the player class in the source. You could probably get away with simply calling the different animations (threads) in script, however. %player.playthread("side") type stuff is what I'm talking about here.

Actually, I think script might be fine, now that I think about it.