This is a plugin that uses the Arcdps Combat API and exposes some of the data to Blish HUD.
Download the binary from the releases page and extract the dll into your bin64 folder.
If you are unsure which version you want to download, take the one with msvc in the name.
git clone https://github.com/blish-hud/arcdps-bhudYou need a somewhat recent rust version. I didn't check the minimum version. arcdps-bhud is built against the latest stable channel.
- Install
rustc. For example via rustup. - Install
cargo. This is not necessary if you used rustup. - Build it:
cargo build --release- Copy it into your bin64 folder of Guild Wars 2:
Copy-Item "C:\Git\arcdps-bhud\target\release\arcdps_bhud.dll" -Destination "A:\Guild Wars 2\bin64"- Start Gw2
Open an issue or a PR!
Please check first if you agree with the license.