Author Topic: What is the best DDS format for background nebulae images  (Read 1412 times)

0 Members and 1 Guest are viewing this topic.

Offline IPAndrews

  • Disgruntled Customer
  • 212
  • This site stole my work
What is the best DDS format for background nebulae images
I have some background nebulae in TGA format and I need DDS versions. Can someone suggest some appropriate settings? Please see the attatched picture to see the bewildering array of options in front of me.

[attachment deleted by admin]
Be warned: This site's admins stole 100s of hours of my work. They will do it to you.

 

Offline Wanderer

  • Wiki Warrior
  • 211
  • Mostly harmless
Re: What is the best DDS format for background nebulae images
Use nvdxt (with -highest_quality switch.. or -quality_highest.. cant remember atm :P)

I am no expert but... Select DXT1 (No alpha). Not really sure if mips are usefull with background nebulae but if you want to get them just select the 'generate MIP maps' and 'Box Filter'.
Do not meddle in the affairs of coders for they are soggy and hard to light

  

Offline taylor

  • Super SCP/Linux Guru
  • 212
    • http://www.icculus.org/~taylor
Re: What is the best DDS format for background nebulae images
As Wanderer said, use DXT1, without alpha.  That gives you a good 24-bit compressed image.

Do always include mipmaps though.  They wouldn't be of much use for background nebula (currently anyway), but mipmaps are used for detail level settings.  So users who lower "3D Hardware Textures" in the detail options will get a lower mipmap layer as the highest, with any skipped levels being discarded, and therefore they will be able to save memory.

Always try to use the Mitchell/Linear-Light Kaiser/Kaiser/Gaussian/Cubic filter for mipmaps though, if it's available (ordered by preference, for my tastes anyway).  NEVER use a box filter unless you have no choice, it blurs the mipmaps considerably and loses fine detail/contrast.  Using the command line version of nvDXT you can also specify for it to sharpen mipmap levels, which should help keep everything nice and sharp on top of whatever filter that you use (helps a LOT with some ship textures and with beams).