/Mappy

For CN Only

Primary LanguageC#OtherNOASSERTION

Mappy

Download count

Mappy is a XivLauncher/Dalamud plugin.

Mappy is a total replacement plugin for the ingame main map. This plugin is not intended to replace the games minimap. Mappy offers a lot of customization options such as enabling and disabling specific icons, configuring colors of tooltips, or displayed areas. Integrates seamlessly into the games built in functions, for example pressing m will open Mappy instead of the built in game map.

Mappy is not intended to replace the vanilla minimap

Please do not attempt to use Mappy as a Minimap

image

image

image

image

Mappy IPC

Mappy provides various functions to other plugins to allow interplugin communication.

The functional API is documented here: IpcController

A demonstration is documented here: IpcDemoWindow

While ingame you can use the command /mappy ipcdemo to open the IPC Demo Window, and see how the IPC works with Mappy.

Functions that add markers return UUID's, be sure to save the ID's of the generated markers so you can remove them when you are done!

Failure to do so means that when your plugin unloads, it won't clear any markers that you have told Mappy to draw.

image