Please see the most recent updates in the "Where did the .com name go?" thread. Posts number 16 and 17.
OOO, sounds like a dropped download. I've e-mailed you a direct download link just in case...![]()






No worries.
I've set up a imagetool bat file to do the conversions.
You'll need imagetools.exe which came with the SDK or can be found online
( it's also in the
SimObjects\Airplanes\IRIS F-14A Tomcat Clean\texture.vc folder)
Copy the below into a txt file save and change the extention to .BAT
then
1) Download FS9 repaint and extract
2) Place the .bat and imagetool.exe in the extracted folder
3) double click the bat file and wait for it to finish.
All being well you will have a folder containing the required .dds files
Take the folder remove the bat file and imagetool.exe and install into FSX as usual.
Code:imagetool -batch -nogui -nomip -dxt5 -dds -nodither -r boattail_T.bmp imagetool -batch -nogui -nomip -dxt5 -dds -nodither -r centergear_T.bmp imagetool -batch -nogui -nomip -dxt5 -dds -nodither -r fuselage_T.bmp imagetool -batch -nogui -nomip -dxt5 -dds -nodither -r leftengine_T.bmp imagetool -batch -nogui -nomip -dxt5 -dds -nodither -r leftglove_T.bmp imagetool -batch -nogui -nomip -dxt5 -dds -nodither -r lefttail_T.bmp imagetool -batch -nogui -nomip -dxt5 -dds -nodither -r nose_T.bmp imagetool -batch -nogui -nomip -dxt5 -dds -nodither -r pylons.bmp imagetool -batch -nogui -nomip -dxt5 -dds -nodither -r rightengine_T.bmp imagetool -batch -nogui -nomip -dxt5 -dds -nodither -r righttail_T.bmp imagetool -batch -nogui -nomip -dxt5 -dds -nodither -r rightwing_T.bmp imagetool -batch -nogui -nomip -dxt5 -dds -nodither -r maingear_T.bmp imagetool -batch -nogui -nomip -dxt5 -dds -nodither -r missiles.bmp imagetool -batch -nogui -nomip -dxt5 -dds -nodither -r seats_T.bmp imagetool -batch -nogui -nomip -dxt5 -dds -nodither -r leftwing_T.bmp imagetool -batch -nogui -nomip -dxt5 -dds -nodither -r rightglove_T.bmp imagetool -batch -nogui -nomip -dxt5 -dds -nodither -r pilots_T.bmp del *.bmp copy maingear_T.dds maingear_left_T.dds copy maingear_T.dds maingear_right_T.dds copy pilots_T.dds a_pilot_T.dds copy pilots_T.dds a_rio_T.dds del pilots_T.dds del maingear_T.dds