• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Player color on minimap

Status
Not open for further replies.
Level 9
Joined
Oct 6, 2007
Messages
406
  • Game - Set ally color filtering to 0 or 1 or 2
there is grey text under the trigger action describing how it works

the following line combined with some GetLocalPlayer custom script might give the same result
  • Player - Change color of Player 1 (Red) to Red, Changing color of existing units

Won't the latter change the entire player color though? And not just the minimap color? Or am I thinking of something else.
 
Level 19
Joined
Feb 4, 2009
Messages
1,313
Won't the latter change the entire player color though? And not just the minimap color? Or am I thinking of something else.

yeah you are right
it is not the same but very similar
but the first one is exactly what you asked for

and if you want the change to be permanent you can disable the ally color filter button next to the minimap afterwards
  • Game - Disable ally color button and Enable creep camp button
 
Last edited:
Status
Not open for further replies.
Top