Transparent planets problem

Ok, recently I started to get this very annoying problem when loading up the mod I'm working on. I know its mod related because if I disable it, the problem dissapears.

The planets are see-through. Transparent. Furthermore, all bump-mapping ceases to function and the models look flat (otherwise the texturing is as normal). If I disable the mod and then enable it, usually the problem goes away for that session, though if I turn off the game and back on, it comes back as well.

The only error I am getting when using developer exe is:

Assert @ c:\gs\entrenchment\CodeSource\Engine/Archive/TextFileArchive.cpp(183)

*stringSrc == _T('"')

The interesting thing is the problem seems to be only linked to the developer version - when running the mod on the standard version everything looks fine. Anyone else has the same problem, or knows how to fix that anoyying error message?

3,525 views 1 replies
Reply #1 Top

A good way to find out what is causing an error, is to move the files away from your mod folder and then find out when the error stops appearing, then you will atleast know which file is causing this problem (I have only worked with entity files till now so might not work for all kind of mods).