Game Development Community

Animation not (loading) showing in TSTP

by William James · in Torque Game Engine · 12/09/2007 (12:41 pm) · 2 replies

Im using the max2dts plugin for max9 . When I import the dts into TSTP my model and texture shows. However when I load my dsq I get nothing. Anybody know why?

#1
12/09/2007 (1:23 pm)
Open up the console (the ~ key) and see if it show any errors.

The most common reason for animations to not load is that you have some bone in your dsq that doesn't exist in the dts.
#2
12/09/2007 (2:51 pm)
DEObject::getThreadSequence:Thread Index out of range" and some others
(like pauseCurrentThread, setCurrentThread etc)...


What do those errors mean?