CondeSaheki / MeterWay

Dalamud-based FFXIV addon that display and help you analyze combat data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Meterway

Dalamud-based FFXIV addon that display and help you analyze combat data.

MeterWay is designed to be used in conjunction with IINACT and has the hability acts as a real-time log parser alowing to get and display elaborated statistics and data even during combat.

Instalation

  1. Click the "Experimental" tab.
  2. Paste https://raw.githubusercontent.com/CondeSaheki/MeterWay/main/repo.json into the empty box at the bottom of the "Custom Plugin Repositories" section (the last box will always have a + next to it).
  3. Click the + button.
  4. Click the 💾 button.

Building

Prerequisites

  • XIVLauncher, FINAL FANTASY XIV, and Dalamud installed and the game has been run with Dalamud at least once.
  • DALAMUD_HOME environment variable must be set if you used an custom instalation paths.
  • .NET Core 8 SDK installed and configured.

Build

  • Restore packages with dotnet restore
  • Run dotnet build -c Debug or dotnet build -c Release

Add to game

Add the full path to the MeterWay.dll in list of Dev Plugins and then Install with Plugin Installer. You can disable, enable, or load your plugin on startup

About

Dalamud-based FFXIV addon that display and help you analyze combat data.

License:GNU General Public License v2.0


Languages

Language:C# 100.0%