Game Development Community

How to exporter the weapon .dts file.

by Rdi · in Torque Game Engine · 11/01/2005 (1:45 am) · 1 replies

Hi all
In Maya,we have a character with skeleton animation. And he has a weapon.
When I export the character to .dts file,we can't find the weapon.

How to solve?

Thanks,
rdi

About the author


#1
11/03/2005 (5:19 am)
You have to create two models:
one for the player -> export to player.dts
and one for the weapon -> export to myweapon.dts

Afterwards the weapon will be mounted to the playermodel by script (or C++).