Game Development Community

DSQ's won't play in Torque

by Andrew Locko · in Artist Corner · 03/14/2005 (10:39 pm) · 0 replies

Hello, I've exported some .dsq animations separate form my model that seem to play fine in the ShowTool, but when I try to activate them within Torque, my simple box .dts doesn't animate. I added
" %obj.playThread(0,"activate"); " to my .cs file. I have a root sequence as well, and I have sequence nodes for both. My dump file doesn't reveal any errors. Are there any additional steps to be taken to get .dsq animations to play within Torque? Thanks in advance.