• There seems to be an up tick in Political commentary in recent months. Those of us who are long time members of the site we know that Political and Religious content has been banned for years. Nothing has changed. Please leave all political and religiours commentary out of the fourms.

    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 politicion 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 amoung members. It is a poison to the community. We apprciate 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.

Add on Scenery Question

brian1305

Charter Member
Is there a way in FS9 to change the textures of add on Scenery to improve FPS?

If so what is the procedure?
 
Hello

Hmm maybe there is but before you make any changes with any files don't forget to backup the stock textures!
There is a tool provided in FS2004 terrain SDK called imagetool.exe or another nice program DXTBMP both small programs can resize/convert the images used by fs2004, imagetool is easy to use you open the file and then click save as from the file menu and you can save as dxt1,dxt3 formats.
Remember to backup your textures before you proceed any changes :mixedsmi:
 
Save the following text into a batch file (*.bat), then put that and the Imagetool app into your texture folder. Double-lcick the batch and Imagetool will convert all the bitmaps into DXT3 with MIP's (for better performance at distances).

Code:
imagetool -batch -mip -dxt3 -e bmp  *.bmp
 
Back
Top