There seems to be an uptick in Political comments in recent months. Those of us who are long time members of the site know that Political and Religious content has been banned for years. Nothing has changed. Please leave all political and religious comments out of the forums.
If you recently joined the forums you were not presented with this restriction in the terms of service. This was due to a conversion error when we went from vBulletin to Xenforo. We have updated our terms of service to reflect these corrections.
Please note any post refering to a politician will be considered political even if it is intended to be humor. Our experience is these topics have a way of dividing the forums and causing deep resentment among members. It is a poison to the community. We appreciate compliance with the rules.
The Staff of SOH
... a Cutlass, you say ...
One of the nicer portovers ... will be watching for this!
dl
"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.