AEBoost can be downloaded here. You may optionally build it yourself.
Note: A relaunch of the game will disable any mod unless AEBoost is running with it and "Boost" selected.
Pets default to assist mode. Press right alt to toggle with protect mode.
Note: This will not be displayed in the follower window.
Spells can be freely cast between rune types. Rune swaps are done automatically when casting a spell of a different type or when low on charges.
Note: Your current spell will be deselected if a rune change was required for the cast.
Shoot one ranged attack per step. Press tab to toggle.
Note: This is not recommended for PvP since it is unable to vary your speed.
- Make a copy of
Mods\Template.cpp
and rename it to your desired mod name - Implement your mod by filling out the
Init<YourModName>
function. - Add
MOD(<YourModName>)
toMods/ModList.txt
- Build AEBoost
Feel free to message @tserith on Discord if you have questions.
CMake and Git must both be accessible from the Windows PATH to build AEBoost.
The Microsoft C/C++ compiler is also required (Visual Studio 2019+ recommended).
- Run
build.bat
- Optionally open
build/AEBoost.sln
to edit and build with Visual Studio.