An ArenaNET-approvedTM addon to show a convenient, customizable radial menu overlay to select a mount, novelty item and more, on the fly, for Guild Wars 2.
Highlights include:
- Predefined menus for mounts, novelties and markers
- Simple system to add custom radial menus and share them
- Conditional menus, making it possible to have multiple menus on the same key depending on the situation
- Smart automount: Skimmer is auto-selected when underwater or Warclaw when in WvW
- Input queuing: combat (and underwater without the Skimmer mastery) prevents mount usage, so the selected mount is "queued" until out of combat:
- Download the GW2 Addon Manager.
- From the list of addons, select GW2Radial.
- Click Update.
- Run the game!
- Install the addon loader and d3d wrapper.
- Download and extract the archive
gw2radial.zip
found in the latest release. - Place
gw2addon_gw2radial.dll
in your addons folder inside a new folder namedgw2radial
(with the default game install path, this would beC:\Program Files\Guild Wars 2\addons\gw2radial
). - Run the game! If everything was setup properly, you should be greeted by a prompt on your first launch.
GW2Radial is not developed to support Linux, but with a simple tweak you can get radial working.
- Using
protontricks
, add the followingdll
overrides:d3dcompiler_43
,d3dcompiler_47
,d3d11_43
- When in game, press
Shift+Alt+M
for the options menu. - Set a keybind to use the overlay. This is the only keybind you will use in practice.
- Set each game keybind for the mounts (you must set these first in your game options, under controls, after you've unlocked the mounts). These are used by the plugin to trigger mounting. They should be matching up like so:
- Hold the main key to show the overlay, move the mouse in the desired direction, then release the key to trigger mounting/dismounting.
Please refer to the readme in the custom_examples
folder for more information on how to create or download new menus.
- @QuitarHero and @TanukiSoup for extensive testing
- The Xunlai Addons Discord server members for their continued support
- Cerulean Dream for providing me with the initial motivator and inspiration in making his AutoHotkey-based radial menu
- Ghost for the new mount art found in v0.3+
- Skiff and fishing icons by John Mausson
- freepik for novelty art
- deltaconnected and Bhagawan for their amazing addons which helped frame this and direct the approach to take
- WoodenPotatoes for the great feedback and exposure, as well as the Spud Club for helping with testing
- /u/that_shaman for another really nice radial menu concept which requires far better Photoshop skills than I have to reproduce
A: I do this for fun/because I wanted this to exist. If you really want to, feel free to throw me a few dollars on Ko-fi or send me mail in game to my account FriendlyFire.6275
and toss a bit of gold or mats my way!
A: There can be a lot of reasons for this. Try the following debugging steps:
- Look in your Guild Wars 2 installation folder for a file named
gw2radial.log
. - If it exists, look inside the log file for details on what might be going wrong. If you cannot find anything, also look if there are files of the format
gw2radial_*.dmp
. If those exist, the addon is loading but crashing at some point. Zip up the files and provide upload them somewhere safe, then open an issue. - If it does not exist, look for a file named
gw2al_log.txt
. - If it does not exist, your addon loader is not installed correctly. Head over to the addon loader project for support.
- Inside the log file, look for the line "Loaded gw2radial". If it is not present, the addon loader cannot load the addon correctly. Make sure you have installed the d3d wrapper addon and look at the other log messages for information on what might be going wrong.
If all else fails, please open an issue or reach out on Discord.
A: It's a convenience feature for Action Camera users. When using Action Camera, the cursor is hidden and replaced with a targeting reticule fixed in the middle of the screen. Since that means the radial menu would appear all over the place, that keybind can be used to make it show up in the middle of the screen instead. As a bonus, it'll recenter the mouse to the middle of the radial menu so it's as easy as possible to select a mount and it'll show a temporary cursor so you know exactly where you're pointing.
Unfortunately, I can't make this automatic (i.e. switching to that mode when Action Camera is enabled) without hooking game functions, which would then require this become closed source again to avoid cheaters using it. On top of that, I'd be far more likely to break the EULA, so I'm afraid it's off limits without an official API.
No. I talked with ArenaNet devs about this and they've decided that the can of worms it could potentially open is not worth it. Unfortunately, you'll need to separately unmount then select the new mount you want to use. This will not change unless ArenaNet's policy on addons changes.
A: Absolutely! This whole repository is MIT licensed, so everything here is up for grabs. I would of course appreciate a small note or crediting if you do end up using something, but none of that is required.
A: Please make an issue in the Github page and label it as bug
or question
as relevant to let me know, I'll do my best to help! You can also reach out on Discord.
A: Feel free to make an issue in the Github page and label it as suggestion
! You can also reach out on Discord.