/arcdps-bhud

Primary LanguageRustApache License 2.0Apache-2.0

Build status

Arcdps BHUD Integration

This is a plugin that uses the Arcdps Combat API and exposes some of the data to Blish HUD.

Installing

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.

Clone the repo

git clone https://github.com/blish-hud/arcdps-bhud

Build it

You need a somewhat recent rust version. I didn't check the minimum version. arcdps-bhud is built against the latest stable channel.

  1. Install rustc. For example via rustup.
  2. Install cargo. This is not necessary if you used rustup.
  3. Build it:
cargo build --release
  1. 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"
  1. Start Gw2

Contributing

Open an issue or a PR!

Please check first if you agree with the license.