BMP to DDS converter

guzler

Charter Member
Hi guys,

I tried using the DDS converter 2 today on a port over (DM's VC10), but the textures were all mucked up - upside down, in wrong place etc.

What have I done wrong ?

I have separated the generic textures out and put them in a "texture" folder and linked with a cfg file in each unique texture folder

Any help appreciated,

Cheers
 
...or, if you have the SDK, just open them, then save them as the correct type in Imagetool.exe and it flips them for you. Far easier!

Ian P.
 
I have the Delux version of FSX which I believe has the SDK on it ????

If so, where would I find that ?
 
If you are using Photoshop there is a plug-in available from Nvidia that will allow you to save DDS files directly and you can even open them too.

As Stiz says you need to flatten the image and flip it vertically before saving the DDS file.
 
Guy's,

I'll leave this to the experts, this is over my head. Looks like my VC10 will stay in BMP form :banghead:
 
The SDK installer is on the disks, guzler - once installed, ImageTool.exe can be found under the Environment kit - no, I don't know why there, either, but that's where it is. I don't believe it is updated by any of the SDK updates for SP1, SP2 or Accel and the original application should still save images that can be used perfectly well in any version of FSX.

It's not an expert thing, just open your texture in it, select the format you want from a drop down menu (check an existing .dds file if you need to know which format to select) and save with a .dds extension.

Ian P.
 
Best thing to do is type ImageTool.exe in Search and it will find it. Then make a shortcut to your desktop and keep it with other graphic program icons.

Caz
 
If you are using Photoshop there is a plug-in available from Nvidia that will allow you to save DDS files directly and you can even open them too.

As Stiz says you need to flatten the image and flip it vertically before saving the DDS file.

Great,I tried but it shows a million versions to save the file as DDS..Maybe someone will post a screenshot with the correct DDS option we have to choose..Thx !
 
Great,I tried but it shows a million versions to save the file as DDS..Maybe someone will post a screenshot with the correct DDS option we have to choose..Thx !

I saw that also and didn't know which one to go for.

VCN-1
 
Easy peasy....! :d


In Adobe Photoshop, with freeware nVidia addon tools, set as follows (per screenshots).


ARGB DXT5 (no Mips)
ARGB 32bit 8.8.8-8

*Remember to 'Flip Vertical'. To not 'rotate 180 degree's. Flip Vertical.

:ernae:


Bill
 
I have found image tool. So I guess I shoud save as DDS5, but how do I flip it vertically ?
What painting software are you using Guzler? Photoshop, Paint Shop Pro, Corel Photo Paint, something else? If we knew what you were using it would make it easier for us to help you. :icon_lol:

However, as IanP says, the 'ImageTool' software apparently flips as it saves so simply opening a file and saving as a DDS should do the job.

I just did a quick test as I have never used 'ImageTool' before either and all you need to do is open a BMP file and save as a DDS file with the same name (but with the .DDS extension of course) and it does indeed flip the image as required.
 
Is there a way of converting them in batches to DDS, from what I can see, Image tool can only convert 1 at a time. I have converted one (yeeeeee haaaaaa :isadizzy:)
 
there is a way by useing a batch file, but i dont know how to do it :frown:

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
 
You don't need to save it to bmp to convert it dds.

Imagetool will read the psd files and and make the necessary dds files using the bat file. Just substitute *.bmp to *.psd.

As always backups until you are sure to your satisfaction it is working.

VCN-1
 
Back
Top