I have done a batch conversion by copying imagetool.exe
into the texture directory and then executing:
imagetool -nobeep -dxt5 -dds -nodither *.bmp
I have also done it recursively using a couple of batch files
to accomplish a conversion for all my AI aircraft textures.
Adding the -r option will cause imagetool to convert in the
current directory and all subdirectories. Here is the command line I used for DTX3 conversion:
imagetool -e dds -DXT3 -dds -mip -nogui -r *.bmp
Paul
Ok, I have copied image tool into the texture folder. How did you execute all the other stuff after it ? I can't see any of these options in the menus ?