From 76d75ac1aa1f612ab4b5695c2ce93388ea83e602 Mon Sep 17 00:00:00 2001 From: tiyn Date: Sun, 4 Sep 2022 03:51:16 +0200 Subject: [PATCH] gw2: added hotkeys and arcdps boon table extension --- wiki/games/guild_wars_2.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/wiki/games/guild_wars_2.md b/wiki/games/guild_wars_2.md index f90bc4e..461b8b7 100644 --- a/wiki/games/guild_wars_2.md +++ b/wiki/games/guild_wars_2.md @@ -9,11 +9,13 @@ Guild Wars 2 features a large addon community. All addons described in this guide will assume [gw2-addon-loader](#gw2-addon-loader) is already installed. 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 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). Download the current version from the @@ -45,6 +47,8 @@ From there place the included Directory ### arcdps [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 [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 `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](https://github.com/gw2-addon-loader/GW2Radial) is a addon for Guild 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 [releases page](https://github.com/gw2-addon-loader/GW2Radial/releases).