Please see the most recent updates in the "Where did the .com name go?" thread. Posts number 16 and 17.

... a Cutlass, you say ...
One of the nicer portovers ... will be watching for this!
dl

thanks for the input fella's"C:\Program Files (x86)\FsxTools\imagetool.exe" -nobeep -nomip -DXT5 -dds -nodither *.bmp
I'm sure there is a way for doing it I'm just still more fluent with Fs2004 techniques than I am with FSX I nearly had a fit trying to alter some traffic files yersterdaythanks for the input fella's
Hooky

Did you succeed in altering the traffic files?
Cees
You can use an automated script to convert a bunch of bmp files to dds. I'm using this old trick by Wozza.
You'll need "imagetool.exe". You may already have it somewhere in your FSX installation. If not, get it here
And my "bmp2dds.bat" script file looks like this:
Code:"C:\Program Files (x86)\FsxTools\imagetool.exe" -nobeep -nomip -DXT5 -dds -nodither *.bmp
Edit this file to correct the path to your copy of imagetool.exe. Then put a copy of "bmp2dds.bat" inside the folder where your bmp files are, and double-click on it.
Not sure if this script does what you are looking for (improve reflection) but it's so easy to use, why don't you give it a try? Converting BMP to DDS with this script has some advantages, like reducing the file size, removing the mipmaps (useless for non-AI aircrafts), fixing some DX10 issues... I use it with all my FS9 portovers.