C:\Battlefront2\main\Battlefront2\Source\EntityProp.cpp(921)
Prop "cuttercyl" not built: "ALL YOUR MODEL ARE BELONG TO US."
Message Severity: 3
C:\Battlefront2\main\RedEngineFL\Graphics\PC\pcRedTexture.cpp(227)
TEXTURE FORMAT NOT SUPPORTED WITH THIS CARD!
but i have no idea how the heck to fix 'em, i have searched the Bfront2 Error log thread, but no luck, any ideas?
You can safely ignore the first. I get that all the time.
The second....possibly your graphics card encountered something it was unable to handle? See if you can find this C:\Battlefront2\main\RedEngineFL\Graphics\PC\pcRedTexture.cpp(227) file.
Don't take that directory at face value. It's not a part of the modtools, or the game's files. (At least, not in the normal sense.) The texture in question isn't actually displayed in that error. You are using uncompressed targas (tga) for your textures, right?
MercuryNoodles wrote:Don't take that directory at face value. It's not a part of the modtools, or the game's files. (At least, not in the normal sense.) The texture in question isn't actually displayed in that error. You are using uncompressed targas (tga) for your textures, right?
Yep, C:\Battlefront2\main\RedEngineFL\Graphics\PC\pcRedTexture.cpp(227) refers to the original location on Pandemic's system that they were building the game, as evidenced by the .cpp file, which is the C++ programming language.
How could i fix the Message Severity: 3
C:\Battlefront2\main\RedEngineFL\Graphics\PC\pcRedTexture.cpp(227)
TEXTURE FORMAT NOT SUPPORTED WITH THIS CARD! error then?
Wow, I actually got something right? *looks up, checks for pigs* One out of two isn't too bad, I guess.
I did ask a question that never got an answer. I asked if you're using uncompressed targas for textures. I'll grant you that I may be taking this the wrong direction, but with an answer we could move on, unless someone else knows straight off what the problem is.
You should be. I don't know if your wording was just off, but to say straight what MercuryNoodles was getting at, make sure when you save .tga files that RLE compression is OFF.