Skip to content
View in the app

A better way to browse. Learn more.

The AVSIM Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Changing textures to DXT3

Featured Replies

Hi there. I was just wondering if there is any way to change scenery textures to DXT3 in batches, meaning change all the textures in a texture file at once. Changing them one by one can take a lot of time. Any idea?Thanks,Mike F.

  • Author
  • Commercial Member

If you run ImageTool from the command prompt you can use it in batch mode. Like when you type this in a certain folder:imagetool -dxt3 *.bmpAll BMP files will then be saved as DXT3 textures. ImageTool does this with the extension *.mip. So afterwards you only have to remove the origional BMP files and rename the MIP files.

Arno

If the world should blow itself up, the last audible voice would be that of an expert saying it can't be done.

FSDeveloper.com | Former Microsoft FS MVP | Blog

Thanks Arno. Could I ask you please give an example of exactly how to type in the line from the command prompt? I can adapt it to my own setup, I just need to see how it's done correctly.Once all have been converted to .mips, how are the textures renamed without doing them one at a time?Thanks,Mike F.

Many thanks, W. I have downloaded tried using FSTexConvert as you recommend, but when I try to run the conversion (with all fields filled out correctly), I get an error message: "Bitmap image not valid". Any idea why?As for Convim, the version at www.mnwright.btinternet.co.uk/index.htm does not convert textures to DXT3 - only DXT1 (unless there's something I don't know, which is quite possible). Is there a version that does?Thanks again,Mike F.

  • Author
  • Commercial Member

It's probably best to copy imagetool to the folder where you have the bitmaps first and then you can just type the line I wrote above in the DOS screen.If all bitmaps converted correct (you get an error if something goes wrong) you can type:erase *.bmpto remove the origional ones (maybe it is a good idea to make a backup first :)) and thenren *.mip *.bmpto give the new ones to proper extension.

Arno

If the world should blow itself up, the last audible voice would be that of an expert saying it can't be done.

FSDeveloper.com | Former Microsoft FS MVP | Blog

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.