1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-04-19 06:07:44 +02:00

Compare commits

..

No commits in common. "75442e14b7bf57fe90272d2d087dadf7715a6419" and "58ea2dc8efa4c7e92e94672ec30e73b77d9d7a69" have entirely different histories.

View File

@ -9,19 +9,17 @@ Guild Wars 2 features a large add-on community.
All add-ons described in this guide will assume
[gw2-add-on-loader](#gw2-add-on-loader) is already installed.
It has to be set up first if not already done.
Additionally this guide assumes the usage of DX11 rendering which is enabled by
default.
Additionall this guide assumes you are using the `Enable DX9 Rendering` option
in the graphics tab of the settings.
The following subsections assume that Guild Wars 2 is installed at
`gw2_root_directory`.
Replace this directory placeholder according to your installation.
Updating of the add-ons is done by downloading newer versions of the mentioned
files and replacing the old ones at the corresponding locations.
### gw2-add-on-loader
To make multiple add-ons work together an add-on loader is recommended.
One option for this is
One option for thi is
[gw2-add-on-loader](https://github.com/gw2-addon-loader/loader-core).
Download the current version from the
@ -36,12 +34,8 @@ This files namely include the following:
- `gw2_root_directory/bin64/d3d9.dll`
This add-on loader loads both DX9 and DX11 add-ons.
[d3d9_wrapper](#d3d9wrapper) is needed for some functionality of the following
add-ons.
The installation of it is therefore recommended.
This add-on does not need to be updated often.
It only is required when Guild Wars 2 switches its API.
For the functionality to work [d3d9_wrapper](#d3d9wrapper) should be installed
aswell.
### d3d9_wrapper
@ -54,9 +48,6 @@ From there place the included Directory
`d3d9_wrapper/gw2addon_d3d9_wrapper.dll` in Guild Wars 2
`gw2_root_directory/addon` directory.
This add-on does not need to be updated often.
It only is required when Guild Wars 2 switches its API.
### arcdps
[arcdps](https://www.deltaconnected.com/arcdps/) is a damage meter.
@ -68,8 +59,6 @@ Then rename it to `gw2addon_arcdps.dll` and move it to a newly created
directory inside the Guild Wars 2 add-on directory
`gw2_root_directory/addons/arcdps/gw2addon_arcdps.dll`.
This add-on and its sub-add-ons needs to be updated regularly to work correctly.
#### boon-tables
There is an extension to the arcdps add-on regarding the boon stats which are
@ -105,7 +94,7 @@ settings.
### gw2radial
[gw2radial](https://github.com/Friendly0Fire/GW2Radial) is a add-on for Guild
[gw2radial](https://github.com/gw2-addon-loader/GW2Radial) is a add-on for Guild
Wars 2 that allows faster access to markers, mounts and novelties.
It is accessible in-game via the hotkeys `Alt-Shift-M`.
@ -114,7 +103,3 @@ Download the current version from the
Then place the folder `gw2radial_d3d9` which contains the file
`gw2addon_gw2radial_d3d9.dll` in the add-on directory of Guild Wars 2
`gw2_root_directory/addons`.
This add-on does not need to be updated often.
Updates are only required to get new functions working for example when new
mounts are added.