[General] Minimap icon

Status
Not open for further replies.
Level 8
Joined
Dec 11, 2012
Messages
412
I was always wondering how do people place an icon on their minimap while playing to cover the way the map looks like. I'd sure appreciate if someone can tell me how do I adjust a little icon on my minimap.
 
Override any of the following paths with an import:
UI\MiniMap\minimap-gold.blp
(unit with Gold Mine ability will display this)
UI\MiniMap\minimap-hero.blp
(hero will display this)
UI\MiniMap\minimap-item.blp
(not sure)
UI\MiniMap\minimap-neutralbuilding.blp
(unit editor has a field to toggle display)
UI\MiniMap\MinimapIconCircleOfPower.blp
(as above)

Or use the following actions:
  • Neutral Building - Change the special minimap icon to UI\Minimap\Minimap-Tower
  • Neutral Building - Turn special minimap icon On for (Last created unit)
 
Those are not really "neutral building"-related functions. Blizzard is just wierd. Meaby, their main purpose was to manipulate neutral stuff on minimap, yet those work perfectly for other units too. Unfortunately we are limited to just one alternative icon.
JASS:
native SetAltMinimapIcon            takes string iconPath returns nothing
native UnitSetUsesAltIcon           takes unit whichUnit, boolean flag returns nothing

I advice you to use .blp format.
 
Status
Not open for further replies.
Back
Top