HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Changing Minimap Screenshot - In Game

08-21-2006, 03:56 AM#1
BlinkBoy
i was asking my self is this was possible?
08-21-2006, 05:46 AM#2
DioD
no
08-21-2006, 06:50 AM#3
Tim.
Kind of. You could import images to be used as the shop icons on the minimap, then have them overlap the minimap. Theres a trigger to change the path of the special minimap icons, so you can easily use several diffrent ones in-game so long as only one type is used at a time.
08-25-2006, 08:19 AM#4
BlinkBoy
Hmm, thank you, never thought of that. Yet, do you know the jass function name for changing that, or i need to look for a custom function?
08-25-2006, 01:16 PM#5
Naakaloh
Try this one:

native SetAltMinimapIcon (string iconPath) returns nothing

Remember; you can find a lot of things on your own with just a little time. Jass Manual
08-26-2006, 12:20 PM#6
BlinkBoy
Ja, you are right, yet i'm not a fast reader, thank you, + rep u both, and thanks for the link to that manual, i was looking for it a time ago to fix an old scripting bug, thanks alot.