Game Development Community

Setting Texture Filepath For DTS Files

by Scott Doerrfeld · in Artist Corner · 07/10/2007 (1:31 pm) · 4 replies

It seems if I have two DTS objects that share a common texture file, I shouldn't HAVE to put them all in the same directory with the texture, right? Is there any way to get a DTS object to look in a specific folder for its materials?

#1
07/11/2007 (12:19 pm)
You can place 2 copies of teh same texture, one for each DTS file on a diferente folder
#2
07/11/2007 (12:32 pm)
In TGEA you can put your textures wherever you want so long as you create a material definition. In TGE I believe that the textures for a .dts model must reside in the same directory as the dts file.
#3
07/11/2007 (12:41 pm)
I am trying to prevent having duplicate files here...
#4
07/11/2007 (1:11 pm)
Place the shared texture one (1) folder above the assets.
Texture
           ____|____
          |        |
    Object 1      Object 2