Automates Guild Wars 2 optimal boon and golem configurations
- Added embedded icons support with Windows resources - Added icon extraction from embedded DLL resources - Include PNG icons as embedded resources - Updated gitignore for build artifacts - Icons are automatically extracted to addons/GolemHelper/icons/ |
||
|---|---|---|
| GolemHelper | ||
| .gitignore | ||
| GolemHelper.sln | ||
| LICENSE | ||
| README.md | ||
GolemHelper BETA
A Guild Wars 2 addon for Nexus that that automates boon application and golem configuration in the Special Forces Training Area with support for different DPS role modes.
Description
GolemHelper eliminates the tedious manual clicking required to set up optimal training conditions. With a single keypress, you can apply all necessary boons or configure golem settings. The addon automatically scales coordinates for different resolutions and UI sizes.
Particularly useful for players who:
- Regularly practice rotations on training golems
- Test different build configurations
- Play multiple DPS roles (Quickness DPS, Alacrity DPS, Chronomancer DT+DR)
- Want to minimize setup time and focus on actual gameplay practice
Features
- Automated Boon Application: Apply boon configuration based on dps mode.
- Automated Golem Configuration: Apply SnowCrows benchmark settings on golem with one keypress.
DPS Modes:
- Quick DPS Mode: Automatically skips Quickness boon
- Alac DPS Mode: Automatically skips Alacrity boon
- Chronomancer Mode: Automatically skips Slow debuff on golem
Planned Features (No ETA)
- ImGui Interface: Visual interface for easier mode switching and configuration (coming in v1.0.0 final)
- Additional DPS Modes: More specialized role configurations based on community feedback
- Custom Presets: User-defined boon and golem configurations
Installation
- Install Nexus Addon Loader
- Download
GolemHelper.dllfrom the latest release - Place the DLL in your
Guild Wars 2/addonsfolder - Start the game
- Configure keybinds in Nexus addon settings
Building from Source
Requirements
- Visual Studio 2022
- Windows SDK
- C++17 or later
Steps
- Clone the repository
- Open the solution in Visual Studio
- Build the solution in Release mode
- The compiled DLL will be in
x64/Release/GolemHelper.dll
License
This project is licensed under the MIT License - see the LICENSE file for details.