How to stop/reduce flashing of unit colors?
Moderator: Moderators
How to stop/reduce flashing of unit colors?
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?
+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
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