Game Development Community

Make the modern soldier pack sit??

by Vince McMullin · in Torque Game Engine · 11/10/2006 (9:17 am) · 4 replies

I purchased to moden soldier pack to see how the soldier was put together I've been using him while working on vehciles and what I've found is I can not make the soldier sit inside of a vehicle. By default the Orc sits in the vehicle with no problems.

I don't believe there is a problem with my vehicle code, since it works with the Orc and other models. Thoughts?

#1
11/10/2006 (9:24 am)
I don't believe the soldier has a sit animation. I'm not sure, but if not, you'll have to add it yourself.
#2
11/10/2006 (10:08 am)
There is a sitting animation, I just checked it out in Maya and it works fine.

It just doesn't work for the vehicles?
#3
11/10/2006 (10:17 am)
Okay I figured it out, always something stupid!

For datablock TSShapeConstructor(soldierDTS) in soldier.cs you must add:

sequence9 = "./sitting.dsq sitting";

And any other animations you are trying to use =)
#4
11/10/2006 (11:44 am)
Ah. I just had him running around in my missions. I never had him try to sit on anything. My mistake!