Requirements
- World of Warcraft (Retail) with the WGG unlocker installed. There is no standalone runtime — the addon only runs inside the game through WGG.
- No build step, package manager, or test runner. The repository is loaded as-is.
Install
Verify the load manifest
Ensure
loadorder.json is present at the repository root. It is the manifest WGG reads to load every file in the correct order — a Lua file that is not listed there never loads.Data locations
LootRoute reads and writes data under Windows paths used by WGG’s file API:| Path | Purpose |
|---|---|
C:/WGG/scripts/Gatherer | Bundled scripts and routes (route/<name>.json) |
C:/WGG/GathererData | User-writable persistent data (for example, automatic blacklist files) |
C:/WGG/scripts/LootRoute/DemonGUISettings<CharacterName><RealmName>.json | Per-character JSON settings; realm whitespace is stripped |
Settings are stored through
volvox.Config and namespaced with dotted keys (e.g. gatherer.enabled, general.tickrate, modules.gatherer). Edit them through the in-game settings window rather than by hand..png?fit=max&auto=format&n=yZatCT6YQ7S22QWv&q=85&s=bb502db827d4362d1268445c3b70d21d)