• 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

  • Server side Maintenance is done. We still have an update to the forum software to run but that one will have to wait for a better time.

Looking For Texture Conversion Program/Software

RL_201

Charter Member
I was wondering if anyone could tell me if there is a software program (freeware) that could convert textures from 32 bit to DXT format which I hear is much more frame friendly. Any help explaining on how to convert the textures would also be of great help.
 
Or ditch the Fly To frame and go straight to the source...

http://www.btinternet.com/~mnwright

Also, many of the Microsoft SDK's include a copy of Imagetool. One file at a time, it's a little cumbersome, but it supports batch operation with either command prompt inputs (yuck!) or *.bat files.
 
Tom, you put together a neat little file called "imagetool_batch_files.zip" back in 2006 ( I think it was you). I'm still using it. One can convert a whole folder of textures in a heartbeat. Made the Feel There Caravan flyable on my machine.
 
Yep - sounds like me. I think I still have the old zip floating around somewhere.

Here's the one I use most often:

imagetool -batch -r -dxt3 -nomip -e bmp *.bmp

Just paste that into Notepad and save it, then change it from .txt to .bat and you're set.

The two commands in blue control the output format. But watch the "-r." That's the one that will cause trouble if you use it incorrectly. Without that command, the batch only works in the folder where the batch file is located. With the command, it goes into "recursive" mode, digging into all subfolders. So if you don't move the panel folder someplace else for a moment, you'll convert those bitmaps too, and FS will not see them if they're DXT.

Here's a list of all possible commands:
Help.gif
 
Back
Top