Page 1 of 1

How to stop/reduce flashing of unit colors?

Posted: 02 Dec 2013, 18:39
by Skasi
Whenever players lag there's an indicator that makes their player colors jump to white and back again. The frequency at which this happens is very high. How can I reduce it, or as a second resort how can I remove the blinking effect altogether?

Re: How to stop/reduce flashing of unit colors?

Posted: 03 Dec 2013, 11:43
by Jools
+1

I tried to override player's colours by setting local ones, but it didn't work.

I think the blinking is done by changing the alpha component in player's colour, and that one can not be set locally with this function:

Spring.SetTeamColor
( number teamID, number r, number g, number b ) -> nil