gw2: added hotkeys and arcdps boon table extension

master
tiyn 2 years ago
parent b8fd22b02d
commit 76d75ac1aa

@ -9,11 +9,13 @@ Guild Wars 2 features a large addon community.
All addons described in this guide will assume All addons described in this guide will assume
[gw2-addon-loader](#gw2-addon-loader) is already installed. [gw2-addon-loader](#gw2-addon-loader) is already installed.
It has to be set up first if not already done. It has to be set up first if not already done.
Additionall this guide assumes you are using the `Enable DX9 Rendering` option
in the graphics tab of the settings.
### gw2-addon-loader ### gw2-addon-loader
To make multiple addons work together an addon loader is recommended. To make multiple addons work together an addon loader is recommended.
One optiuon for thi is One option for thi is
[gw2-addon-loader](https://github.com/gw2-addon-loader/loader-core). [gw2-addon-loader](https://github.com/gw2-addon-loader/loader-core).
Download the current version from the Download the current version from the
@ -45,6 +47,8 @@ From there place the included Directory
### arcdps ### arcdps
[arcdps](https://www.deltaconnected.com/arcdps/) is a damage meter. [arcdps](https://www.deltaconnected.com/arcdps/) is a damage meter.
It is accessible in-game via the hotkeys `Alt-Shift-T`.
The boon table is accessible in-game via the hotkeys `Alt-Shift-B`.
Download the file `d3d11.dll` from Download the file `d3d11.dll` from
[their website](https://www.deltaconnected.com/arcdps/x64/). [their website](https://www.deltaconnected.com/arcdps/x64/).
@ -52,10 +56,19 @@ Then rename it to `gw2addon_arcdps.dll` and move it to a newly created
directory inside the Guild Wars 2 addon directory directory inside the Guild Wars 2 addon directory
`gw2_root_directory/addons/arcdps/gw2addon_arcdps.dll`. `gw2_root_directory/addons/arcdps/gw2addon_arcdps.dll`.
There is an extension to this addon regarding the boon stats which are not
easily readable otherwise.
For this download the current version of the
[gw2-arcdps-boon-table](https://github.com/knoxfighter/GW2-ArcDPS-Boon-Table/releases)
and move the downloaded file without changing its name to
`gw2_root_directory/bin64/d3d9_arcdps_table.dll`.
This extension uses the same hotkey for the boon table as before.
### gw2radial ### gw2radial
[gw2radial](https://github.com/gw2-addon-loader/GW2Radial) is a addon for Guild [gw2radial](https://github.com/gw2-addon-loader/GW2Radial) is a addon for Guild
Wars 2 that allows faster access to markers, mounts and novelties. Wars 2 that allows faster access to markers, mounts and novelties.
It is accessible in-game via the hotkeys `Alt-Shift-M`.
Download the current version from the Download the current version from the
[releases page](https://github.com/gw2-addon-loader/GW2Radial/releases). [releases page](https://github.com/gw2-addon-loader/GW2Radial/releases).

Loading…
Cancel
Save