Game Development Community

How texture models of torque using milkshape 3D?

by Lope A. · in General Discussion · 07/13/2009 (9:42 am) · 2 replies

For convert models of half-life (.mdl) to models of torque (.dts) I use the program Milkshape 3D
with a plugin (ms2dtsExporterPlus.dll).This program has a problem:exports the models of torque without
texture (these models present only the white colour).Can anybody give me a solution for obtain models of torque textured?.

Excuse me for my english.I'm spanish.

#1
07/13/2009 (3:44 pm)
Make sure that:

1. The texture width and height are powers of 2 (eg. 32, 64, 128, 256 etc).

2. The texture is of a format supported by Torque (BMP, JPG, PNG).

3. The texture is in the same folder as the DTS file.
#2
07/18/2009 (8:17 am)
Thank Chis ,I've tested give textures of 512x512 and it work