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.
- 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.
- FINAL FANTASY XIV, XIVLauncher, and Dalamud installed.
- Game must have been launched at least once with Dalamud active.
.NET 9 SDK
installed and configured.DALAMUD_HOME
environment variable set (only required for custom Dalamud install paths).
Note: This plugin now targets .NET 9 and Dalamud API 12.
-
Clone the repository:
git clone https://github.com/CondeSaheki/MeterWay.git cd MeterWay
-
Restore dependencies:
dotnet restore
-
Build the plugin:
dotnet build -c Release
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.
Feel free to open an issue on GitHub or reach out via Discord if you encounter bugs or have suggestions!
Happy parsing!