The WeakAuras Companion is a cross-platform (Windows/macOS/Linux) application built to provide the missing link between Wago and the WeakAuras World of Warcraft addon.
It enables you to fetch updates to the auras you have installed directly from Wago, without having to manually copy-paste import strings all the time. It also makes sure you don't miss any updates, always keeping you up to date with the latest versions.
- Download and install the WeakAuras Companion from our website or GitHub.
- Start the Companion, it will ask you to give it at least your World of Warcraft folder and account name.
- Follow the instructions inside the app
- Click on 'Fetch Updates', this is also done automatically once every hour.
- Restart World of Warcraft or reload your UI. The first time you start WeakAuras Companion, you will have to restart the game for it to be able to load the addon.
- Now open the WeakAuras panel in-game and look for the new 'update-available' icon next to the names in the list.
- After clicking on it, you get the usual choice of being able to upgrade or import as copy. That's it!
- Follow the steps above in 'How to Use' for WeakAuras to install and configure the WeakAuras Companion up to the point after restarting World of Warcraft / reloading your UI.
- Each 'Fetch' for new updates will recognize installed Plater Profiles, Mods and Scripts. Please note, that you need to have them copied and installed from wago.io prior to being able to receive updates this way.
- Now open the Plater options panel in-game and look for the wago icons on the Scripting, Modding or Profiles tab. Those icons indicate available updates in this category, as can be seen on (1.) on the screenshots below.
To update your profile, go to the Profiles tab and check the wago.io Profile Information (2.), then click on 'Update Profile' (3.) - You will be prompted to update.
The update procedure for Mods and Scripts is identical: First check for available updates indicated by the small wago icon on the respective tab (1.), then find the update indicator on the Mod/Script (2.). The tooltip will give you additional information about the update (3.).
To update a Mod or Script, either click on the wago icon (2.) or use the right-click menu on the Mod or Script and select 'Update from Wago.io' (3.).
You will be prompted to either overwrite the existing version (Yes) or to create a copy (No). Cancelling the operation is possible by closing the prompt window by clicking on the 'X' on the top right.
The Companion is able to regularly create backups of your WeakAuras so you don't lose them in case of a crash or other accident. This option needs to be enabled manually in the options.
- If you previously downloaded an aura from Wago that is not a whole group and put it into one of your own custom groups, the Companion will not show any updates for it.
- We recently took a pull request that adds Plater support to the Companion. Since Plater profiles and mods could already be shared on wago.io, it was the logical next step to add them to Companion.
- Support for additional Addons can be implemented by adding an addon-configuration and SavedVariables parser to the existing framework.
# install dependencies
pnpm install
# serve with hot reload at localhost:9080
pnpm run dev
# build electron application for production
pnpm run build
pnpm run i18n