MeterWay
Dalamud-based FFXIV addon that display and help you analyze combat data.
Install / Use
/learn @CondeSaheki/MeterWayREADME
MeterWay
MeterWay is a Dalamud-based plugin for Final Fantasy XIV that displays and helps you analyze combat data in real-time.
It is designed to work alongside tools like IINACT or ACT, acting as a live log parser to deliver detailed combat statistics even during encounters.
🔧 Installation (via Dalamud)
- Open the "Experimental" tab in the Dalamud plugin installer.
- Paste the following URL into the empty box under Custom Plugin Repositories:
https://raw.githubusercontent.com/CondeSaheki/MeterWay/main/repo.json - Click the
+button. - Click the 💾 Save button.
- Find and install MeterWay from the list.
🛠️ Building from Source
Prerequisites
- FINAL FANTASY XIV, XIVLauncher, and Dalamud installed.
- Game must have been launched at least once with Dalamud active.
.NET 9 SDKinstalled and configured.DALAMUD_HOMEenvironment variable set (only required for custom Dalamud install paths).
Note: This plugin now targets .NET 9 and Dalamud API 12.
Build Instructions
-
Clone the repository:
git clone https://github.com/CondeSaheki/MeterWay.git cd MeterWay -
Restore dependencies:
dotnet restore -
Build the plugin:
dotnet build -c Release
📦 Add to Game (Manual Dev Plugin)
To load the plugin manually in Dalamud:
- Go to the Dev Plugins tab.
- Add the full path to the built
MeterWay.dll. - Use the Plugin Installer to install it.
- Enable/disable it, we don't recommend to turn on the auto-load option for debug builds.
💬 Support / Feedback
Feel free to open an issue on GitHub or reach out via Discord if you encounter bugs or have suggestions!
Happy parsing!
