Game Development Community

DTS File Format?

by Richard Dost · in Torque Game Engine · 07/17/2003 (11:22 pm) · 3 replies

Hi,

Is there any document or resource where I can get the format for a DTS file? I have been looking for it for so far I haven't been successful. Thanks in advance.

#1
07/18/2003 (9:58 am)
I don't think that there is such a document, unfortunately. :(

You'll have to reverse engineer it from the C++ code.
#2
07/18/2003 (10:03 am)
No, there isn't any documentation. Your best bet will be to look at the dtsSDK included with torque.
Good Luck
#3
07/18/2003 (4:12 pm)
I'm committed to provide a new utility and need to work with the DTS files. If a formal document on the file format doesn't exist (I haven't had a good chance to do a comprehensive search) I'll put this on my TODO list and publish something as soon as I get it completed.