Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.