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

Missing a texture or a file is mixed up?

grover1

Charter Member
Hi all,

I downloaded the new Fw-190's and finally got them to work! Now, I've got a strange problem with any MG108 30MM equipped airplane.

I've attached two screenshots to show what I mean. Would anyone know of a possible fix? I've tried everything I can think of!

Thanks,

Chris
 

Attachments

  • CFS3 2018-12-25 23-53-54-93.jpg
    CFS3 2018-12-25 23-53-54-93.jpg
    33 KB · Views: 1
For each effect there is a line of parameters that determines how it will look and behave. For the ones that reference a texture dds file they typically end with either BlendMode="QuadSprite" or BlendMode="Add". The problem is that the dds file needs to be made differently to use one ,or the other blend mode. Without knowing about this some new textures have been released by modders over the years that were incompatible with the mode that was being referenced in the effects.xml. Since many different effect lines reuse the same textures it can lead to a new effect/texture update breaking something else inadvertently. Going back and fixing that breaks the new one.

We attempted last year to merge all the different versions of effects.xml, clean all these up, sort the file alphabetically so it could be maintained more easily, and provide unique texture file names where needed to prevent these conflicts. It was a time consuming effort that seems to have be for naught.
 
For each effect there is a line of parameters that determines how it will look and behave. For the ones that reference a texture dds file they typically end with either BlendMode="QuadSprite" or BlendMode="Add". The problem is that the dds file needs to be made differently to use one ,or the other blend mode. Without knowing about this some new textures have been released by modders over the years that were incompatible with the mode that was being referenced in the effects.xml. Since many different effect lines reuse the same textures it can lead to a new effect/texture update breaking something else inadvertently. Going back and fixing that breaks the new one.

We attempted last year to merge all the different versions of effects.xml, clean all these up, sort the file alphabetically so it could be maintained more easily, and provide unique texture file names where needed to prevent these conflicts. It was a time consuming effort that seems to have be for naught.

I think you did a good job with the combined effects.xml which I now use on all installs. IMHO, the issue must be that the new dds files have not been replaced with ones that work and then re released.
 
Back
Top