Turning on the team color causes the texture to disappear.

I converted a model and imported it into the game, but when I turned on the team color, the texture disappeared. What caused it? Is there any solution? Although this is not a big problem.

14,179 views 4 replies
Reply #2 Top

What exactly do you mean by the texture disappears? If it all turns to the team color, that means you need to fix your cl texture alpha channel. If you don't set values for the alpha channel (fully opaque), it will completely override the base texture.

Reply #3 Top

Yes, when I open the team color grid, all the textures become a single team color.

Reply #4 Top

Thank you for your help. Do I need to edit -cl alpha and set the value to 1, right? Is there a faster way to fix it? Or can only be changed one by one?