Author Topic: Does FS2_open load DDS or TGA files first?  (Read 1707 times)

0 Members and 1 Guest are viewing this topic.

Offline WMCoolmon

  • Purveyor of space crack
  • 213
Does FS2_open load DDS or TGA files first?
ie if I have two files with the same names, one DDS and one TGA, which will fs2_open use?
-C

 

Offline Taristin

  • Snipes
  • 213
  • BlueScalie
    • Skelkwank Shipyards
Does FS2_open load DDS or TGA files first?
DDS, IIRC.
Freelance Modeler | Amateur Artist

 

Offline Bobboau

  • Just a MODern kinda guy
    Just MODerately cool
    And MODest too
  • 213
Does FS2_open load DDS or TGA files first?
I think TGA
Bobboau, bringing you products that work... in theory
learn to use PCS
creator of the ProXimus Procedural Texture and Effect Generator
My latest build of PCS2, get it while it's hot!
PCS 2.0.3


DEUTERONOMY 22:11
Thou shalt not wear a garment of diverse sorts, [as] of woollen and linen together

 

Offline Taristin

  • Snipes
  • 213
  • BlueScalie
    • Skelkwank Shipyards
Does FS2_open load DDS or TGA files first?
Ok, Whatever Bob says beats me out. :p
Freelance Modeler | Amateur Artist

 

Offline Bobboau

  • Just a MODern kinda guy
    Just MODerately cool
    And MODest too
  • 213
Does FS2_open load DDS or TGA files first?
well I'm not sure, but I think the load order is tga, jpg, dds, pcx, and ani.
Bobboau, bringing you products that work... in theory
learn to use PCS
creator of the ProXimus Procedural Texture and Effect Generator
My latest build of PCS2, get it while it's hot!
PCS 2.0.3


DEUTERONOMY 22:11
Thou shalt not wear a garment of diverse sorts, [as] of woollen and linen together

 

Offline RandomTiger

  • Senior Member
  • 211
Does FS2_open load DDS or TGA files first?
I would put my money on TGA

 

Offline taylor

  • Super SCP/Linux Guru
  • Moderator
  • 212
    • http://www.icculus.org/~taylor
Does FS2_open load DDS or TGA files first?
(tga->jpg->dds->pcx) in that order if -jpgtga is used, otherwise it's (dds->pcx).  This is in grd3dbmpman.cpp and I changed bmpman.cpp to have the same order for OGL (not in CVS yet).

  

Offline Trivial Psychic

  • 212
  • Snoop Junkie
Does FS2_open load DDS or TGA files first?
Quote
Originally posted by taylor
(tga->jpg->dds->pcx) in that order if -jpgtga is used, otherwise it's (dds->pcx).  This is in grd3dbmpman.cpp and I changed bmpman.cpp to have the same order for OGL (not in CVS yet).


THAT's why OGL FRED loads pcx even if tga is present, but it loads DDS over pcx if present... even though it doesn't know how to display it.
The Trivial Psychic Strikes Again!