Character animations
by Kevin Lee · in Artist Corner · 03/19/2007 (2:40 pm) · 2 replies
My charcter animations work fine in show tools, but when I bring them into the TGE my forward animation isn't working. I can see my back, and side animations working, but my forward animation isn't playing. Anyone know why?
About the author
#2
datablock TSShapeConstructor(PlayerDts)
{
baseShape = "./max.dts";
sequence0 = "./max_root.dsq root";
sequence1 = "./max_run.dsq run";
sequence2 = "./max_back.dsq back";
sequence3 = "./max_walk.dsq walk";
};
I have also tried
datablock TSShapeConstructor(PlayerDts)
{
baseShape = "./max.dts";
sequence0 = "./max_root.dsq root";
sequence1 = "./max_forward.dsq run";
sequence2 = "./max_back.dsq back";
sequence3 = "./max_walk.dsq walk";
};
03/22/2007 (10:13 am)
I have tried 2 different ways. I have called the sequence name "forward and run". Here is the copy of my .cs filedatablock TSShapeConstructor(PlayerDts)
{
baseShape = "./max.dts";
sequence0 = "./max_root.dsq root";
sequence1 = "./max_run.dsq run";
sequence2 = "./max_back.dsq back";
sequence3 = "./max_walk.dsq walk";
};
I have also tried
datablock TSShapeConstructor(PlayerDts)
{
baseShape = "./max.dts";
sequence0 = "./max_root.dsq root";
sequence1 = "./max_forward.dsq run";
sequence2 = "./max_back.dsq back";
sequence3 = "./max_walk.dsq walk";
};
Torque 3D Owner Aun Taraseina
Aun.
Torque-Motion