MiniMapMonster

MiniMapMonster

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.

You must login to post a comment. Don't have an account? Register to get one!

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
  • R: v0.3.1 for 1.3.1 on 20 Aug 2009
  • R: v0.3 for 1.2.1 on 17 Jun 2009
  • B: v0.3beta2 for 1.2.1 on 18 Apr 2009
  • B: v0.3beta for 1.2.1 on 18 Apr 2009
  • B: v0.2beta for 1.1.1 on 12 Apr 2009

Authors

Relationships

Required dependency
Map Monster