Game Development Community

dev|Pro Game Development Curriculum

Export elementary 3DS Max animation to TGE

by Sasha Djurovic · 09/10/2001 (8:04 pm) · 6 comments

This

About the author

Recent Blogs

• Masked Bitmap Button

#1
09/11/2001 (5:22 pm)
Although the basic jist of this resource is somewhat useful, the title of the resource is misleading. It says "Elementary 3DS Max Animation", however there is no information on animating. Just setting up to export a dts.
#2
09/12/2001 (5:15 am)
You are right, title was meant to reflect that topic is about EXPORTING elementary animation to v12 dsq format. Sorry about that.
Sasha
#3
12/21/2003 (9:46 pm)
How about the script to run this animation in TGE?
#4
04/05/2005 (6:03 pm)
I too would like to know hot to script in animations. I can play dsq's in the ShowTool but not in the Engine.
#5
08/12/2005 (2:48 pm)
add your dsq to the player.cs in \player\ :

sequence30 = "./player_somemovement.dsq somemovement";

you could try this at the client:

commandToServer('playCel',"somemovement");

or at the server:

%client.player.playCelAnimation("somemovement");
#6
04/30/2007 (4:40 am)
Link seems to be missing?