Texture Help please!

peter12213

FSX Acceleration!
Is there a way of converting .bmp & .dds textures en mass as it were to dxt5 or 32bit without individually opening them and coverting using dxtbmp?
 
Hi Pete!

I believe with photoshop, having installed the nvidia dds plug-in (only PC), you can create an action and apply these in batch to all texture in the folder...

But I prefer to use dxtbmp one by one...
 
Unfortunately no I don't use adobe photoshop, but many thanks for the suggestion Luigi, I need to find out how to make an MsDos batchfile and imagetool to convert multible textures to .bmp 32bit!
 
try this

(Make sure you have imagetool.exe in the same dir as your dds files)

copy this to a new bat file

imagetool -bmp -32 *.dds
rename *.mip *.bmp

save and run it (the rename bit is there because image tools names its output .bmp as .mip for some reason???? that should convert all your .dds file to uncompressed bmp

heres the rest of the switches if you need them



Uploaded with ImageShack.us

hope that helps
 
Look three or four threads down the page and you'll find the answer to your question. At least a link to it.


- Edit: Hint...the thread's subject is related to your question.
 
I'm still bloody lost lads sorry! Bjorn you got a link to that thread mate?
it's not a dds to bmp I want to convert its dxt5.bmp's to 32bit.bmps bit I need to covert for resizing!
 
Back
Top