Mapo Tofu is a Dalamud plugin for FINAL FANTASY XIV that automatically opens a set strategy board depending on certain conditions.
Never forget to open a strategy board again!
- Automatically open a strategy board based on territory
- Automatically swap to a specific strategy board based on encounter timer/phases (weather)
- Add way to import/export triggers
- Traverse strategy boards in the same folder without going back to the list
- Maybe import native strategy boards along side triggers?
- Load in saved strategy boards in the preview window without going back to the list?
- Type
/xlsettingsin the chatbox or open up Dalamud's settings menu - Open the "Experimental" tab and scroll down to the "Custom Plugin Repositories" section
https://raw.githubusercontent.com/OTCompa/frey-s-dalamud-plugins/refs/heads/main/plogon.json
- Paste the link above into the bottom-most textbox of the section and click the "+" button to the right
- Click on the save button on the bottom right corner of the window
- Type
/xlpluginsin the chatbox or open up Dalamud's plugin installer menu - Search for
Mapo Tofuand install.
Once installed, you can open the config menu through the plugin installer to set up triggers for specific strategy boards.
- Open up
MapoTofu.slnin your C# editor of choice (likely Visual Studio 2022 or JetBrains Rider). - Build the solution. By default, this will build a
Debugbuild, but you can switch toReleasein your IDE. - The resulting plugin can be found at
MapoTofu/bin/x64/Debug/MapoTofu.dll(orReleaseif appropriate.)
Mapo Tofu heavily uses code from different projects and would not be possible if these did not exist. Huge thanks to:
- Wintermute for the boardobject struct
- PortraitFixer and further original sources for UI automation.