Ivan_the_B@Posted: Wed Aug 15, 2007 11:32 pm :
I'm trying to create a .dds from a .tga.

I'm trying to use the following command line arguments, as it's suggested here http://www.modwiki.net/wiki/Texturing#DDS_format

Quote:
thecompressonator -convert "normal.tga" "normal.dds" RXGB +red 0.0 +green 0.5 +blue 0.5 -mipmaps
thecompressonator -convert "specular.tga" "specular.dds" DXT1 -mipmaps
thecompressonator -convert "diffuse.tga" "diffuse.dds" DXT1 -mipmaps
thecompressonator -convert "diffuse.tga" "diffuse.dds" DXT3 -mipmaps


but it says "Unrecognized flag: RXGB" ,"Unrecognized flag: DXT1" and "Unrecognized flag: DXT3"
I've installed the compressonator 5 minutes ago...
:shock:

Can Anyone help me? :mrgreen:



rich_is_bored@Posted: Thu Aug 16, 2007 4:55 am :
Kat's got a pretty good tutorial up on his site ...

http://www.katsbits.com/htm/tutorials/c ... onator.htm



Ivan_the_B@Posted: Thu Aug 16, 2007 9:01 am :
Thank you!
I've solved it!
Just unistall compressonator1.30 and install the one linked in that tutorial (compressonator1.21)

:mrgreen: