Shows your MapMonster waypoints on your minimap.
Requires: MapMonster
Written to work with WARCommander but hopefully of use to anyone using Map Monster's waypoints.
Icon scaling
You can change the scale of the icons on the minimap by calling:
/script MiniMapMonster.SetIconScale([num])
Where [num] is a floating point number. This defaults to 0.8 (80%).
e.g. /script MiniMapMonster.SetIconScale(0.4) This will set them to half the default size
Mod writers:
If you have a custom minimap window and want MiniMapMonster to work with it, just add MiniMapMonster as an optional dependency in your .mod:
<Dependencies> <Dependency name="MiniMapMonster" optional="true" forceEnable="false"/> </Dependencies>
And add the following to your module's initialisation:
if(MiniMapMonster) then MiniMapMonster.SetMiniMapWindow("MyMiniMapWindowMapDisplay") end
Cmap and Minmap are already detected in the code. If you want your mod autodetected just send me a message on here or leave a comment.
Facts
- Date created
- 11 Apr 2009
- Category
- Last update
- 20 Aug 2009
- Development stage
- Release
- License
- MIT License
- Curse link
- MiniMapMonster
- Reverse relationships
- 1
- Recent files
Authors
Relationships
- Required dependency
- Map Monster