AwesomeEpoch is a utility designed to enhance the World of Warcraft experience by launching the base World of Warcraft 3.3.5a client (Wow.exe) with the AwesomeWotlkInjector, enabling modern client features through custom CVar settings. This tool brings quality-of-life (QoL) improvements, such as the modern Interaction Button and the Nameplates API, allowing seamless integration with the WeakAuras addon for features like reactive spell anchoring (e.g., Overpower) and enemy castbars over nameplates. Users can customize the game executable path and perform manual injections if preferred. The injection method is safer from bans than the patched client method from vanilla awesome_wotlk.
- Stance & Form Dancing: Change stance or form and cast another spell in the same click.
- Put the stance line above the ability it enables. A macro that casts the ability first and swaps stance afterwards was written for the old two-click behaviour and will still take two clicks.
- Modern Interaction Button: Adds a modern client-style interaction button for smoother gameplay, similar to modern WoW.
- Advanced Nameplates API: Enables the WeakAuras addon to:
- Anchor reactive spells like Overpower for better visibility.
- Display castbars over enemy nameplates for improved situational awareness.
- Cursor-Targeted Macros:
[@cursor]and[@playerlocation]place ground-targeted spells without the second click —/cast [@cursor] Blizzard - See-Through-Walls Camera: Retail-style camera collision — when the camera would clip into a wall or doorframe, the obstruction fades to translucent instead of the camera snap-zooming onto your character. Enable with
/console cameraIndirectVisibility 1; fade strength viacameraIndirectAlpha(0.6–1.0, default 0.6). - Unit Info API: New Lua queries for addons and WeakAuras —
UnitIsSilenced,UnitIsDisarmed,UnitIsControlled(fleeing, confused, stunned or pacified),UnitOccupations(NPC flags — vendor, repair, flightmaster…),UnitOwner(a pet or totem's owner name and GUID),UnitTokenFromGUID(a GUID back to a unit token, nameplates included) andGetSpellBaseCooldown(cooldown and GCD in milliseconds). - Custom Game Path: Set a custom path, folder, or filename for the client executable (defaults to
Wow.exe) viagameExeLocation.txt, even if it’s outside default locations (e.g., Program Files, C:\Games). - Manual Injection Option: Run the injector directly with a simple command for users who prefer manual control.
- MSDF Vector Fonts: Crisp, vector-based (MSDF) text rendering ported from upstream
awesome_wotlk, controlled by theMSDFModeCVar (0= off,1= on,2= on incl. unsafe fonts). Requiresskia.dll, which ships in the release but must be moved into your game folder (next toWow.exe) — the client resolves it from there, not from the release folder. - Additional QoL Features: Various enhancements to improve gameplay.
- The base World of Warcraft 3.3.5a client installed, with
Wow.exeaccessible (the tool also supportsProject-Epoch.exeorAscension.exeif that's what your install uses — see Custom Game Path below). - Addons (required for full functionality):
- AwesomeEpochManager: Enables custom CVar settings for modern features. (download below)
- PlateCastBarFixed: Castbars on all nameplates
- (Optional) WeakAuras: WeakAuras is a powerful and flexible framework that allows the display of highly customizable graphics on World of Warcraft's user interface to indicate buffs, debuffs, and other relevant information. NoM0Re version. (download below)
- (Optional) Flash: For notifications on minimized icon bar
- Download and install these addons in your game client's
Interface\AddOnsfolder.
-
Download the Latest Release:
- Download AwesomeEpoch.zip from one of the release
- Extract the AwesomeEpoch folder to a location of your choice (e.g.,
C:\Users\YourName\AwesomeEpoch). - Move the file skia.dll into the game client's folder next to other .dlls.
-
Install Required Addons:
- Download AwesomeEpochManager from releases
- Download PlateCastBarFixed
- (Optional) Download WeakAuras
- Place the addons in your game client's
Interface\AddOnsdirectory (e.g.,C:\Program Files\World of Warcraft\Interface\AddOns).
-
Optional: Set Custom Game Path:
- Edit
gameExeLocation.txtin the extracted folder, and set a value. - Set it to the full path of your client executable, just its folder, or a bare filename (e.g.,
E:\Games\epoch_live_bon,E:\Games\epoch_live_bon\Wow.exe, or justWow.exe). - Leave it commented (or delete the file) to use the default search order:
Wow.exe, thenProject-Epoch.exe, thenAscension.exe.
- Edit
AwesomeEpoch works by injection — the DLL is loaded into your running client. The default way is a single double-click; a manual command-prompt version is there if you want it.
Once your client is configured, this is the whole flow:
- (First time only) Point
gameExeLocation.txtat your client — see Set Custom Game Path above. Leave it as-is to use the default search order (Wow.exe, thenProject-Epoch.exe, thenAscension.exe). - Double-click
AwesomeEpoch.exe. (If injection fails, right-click → Run as administrator.)
That's it. The launcher starts your client if it isn't already running, waits for it to load, and injects AwesomeWotlkLib.dll — no command line, no manual steps. It writes an AutoInject_Awesome.log next to itself if you need to check what happened.
Same injection, driven by hand instead of the launcher — handy if you start the client through some other launcher and just want to inject into it.
- Start the game client yourself (via its launcher, or by running the exe directly) and let it fully load.
- Open a Command Prompt as administrator and navigate to the release folder:
cd C:\Users\YourName\AwesomeEpoch - Run the injector:
AwesomeWotlkInjector.exeAwesomeWotlkInjector.exereadsgameExeLocation.txt(in the folder it runs from) to find the running client process and injects the CVar features into it.
To enable castbars over all enemy nameplates, you need to install PlateCastBarFixed
- Injection not working:
- Ensure
gameExeLocation.txtcontains a valid path to your game client executable or its folder, or leave it commented for default paths. - Run
AwesomeEpoch.exe(orAwesomeWotlkInjector.exe) as administrator. - Check
AutoInject_Awesome.login the release folder for what the launcher tried and where it failed.
- Ensure
- Injection fails:
- For manual injection, verify the game client is running before injecting.
- Make sure
AwesomeWotlkLib.dllis in the same folder asAwesomeEpoch.exe. - Make sure
skia.dllis in your game folder (next toWow.exe), not in the release folder —AwesomeWotlkLib.dllimports it, so injection fails without it there. - Ensure you have the required addons (
AwesomeEpochManager,Flash,WeakAuras).
- Run as Administrator: Always run
AwesomeEpoch.exe(orAwesomeWotlkInjector.exe) with administrator privileges to avoid permission issues. - Support: For issues or feature requests, create an issue on the GitHub Issues page.
AwesomeEpoch is built upon the awesome_wotlk project by someweirdhuman, NoM0Re and FrostAtom. Their work on the awesome_wotlk patcher enables the modern CVar features that make this tool possible. Thank you for their contributions to the WoW community!
- Feel free to use my other custom Epoch Weakauras: https://wago.io/p/thierbig
This project is licensed under the MIT License.