• 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.

Texture="default.tga"

gosd

Charter Member
Looking at the effects.xml I noticed that some texture have a .tga instead of .dds.
What is this and where are the .tga located?
 
Looking at the effects.xml I noticed that some texture have a .tga instead of .dds.
What is this and where are the .tga located?

Hi gosd, someone like Martin Wright could no doubt assist about the differences.

A subsequent question is "how does the cfs3 game engine treat .tga files? In the stock effects.xml there are numerous entries calling for .tga textures. In the fxtextures folder the requisite .tga textures are missing but there are .dds textures of the right name. Whether the game can use the .tga and .dds textures interchangeably I do not know.

Hence I tend to edit the effects.xml file, removing references to .tga textures, and substituting for .dds textures. I like to think that things like flak bursts are improved by so doing however I haven't rigorously tested the differences.

HTH,
 
I was about to remove all of the .tga entries until I noticed that they where also present in the original effects.xml file. The question here is: if two effects line have the same description except for one item with .tga do I eleminate this line, or change the .tga fo .dds or doI do nothing and keep both lines? :dizzy:
 
I was about to remove all of the .tga entries until I noticed that they where also present in the original effects.xml file. The question here is: if two effects line have the same description except for one item with .tga do I eleminate this line, or change the .tga fo .dds or doI do nothing and keep both lines? :dizzy:

If you have the relevant .tga texture in the FXtextures folder, then there is no need to do anything. However when I did a search for .tga in the stock effects.xml file, there were numerous .tga textures referred to that were not in the FXtextures folder. However there ARE .dds textures with the same name.

So for those ones, I have renamed the textures in the effects.xml (using find/replace function) from tga to dds.

HTH,
D
 
Back
Top