PDA

View Full Version : Textures DDS.file....I can't open


liccinius
2004-11-02, 22:27
Hi All

What is Texture DDS.file .How I can open it and convert in TGA or JPG file.

Regards

Detoeni
2004-11-02, 23:03
Good day,

to open a dds you need "wtv" from here:

http://developer.nvidia.com/object/nv_texture_tools.html

dds is a compressed tga that has a number of low res textures within. These low res textures are used for the low graphics setting in doom3.
The higher settings refrence normal high res tga images in pak004 or 5(cant remember which).

liccinius
2004-11-04, 23:52
Thanks for dds help.