This is a project aiming to add new things to classic Voxlap using DLL injection, right now the code looks really disgusting, shit, awful, and spaghetti... Later we fix it, or just make it worst.
Check what aos.dll differs from classic Ace of Spades: CHANGES.md
First of all you need GCC and git, https://www.mingw-w64.org/
git clone https://github.com/DryByte/aos.dll.git && cd aos.dllgit submodule update --recursive --initmkdir build && cd build
cmake .. && makeAfter compiling it, copy libaos.dll to your AoS folder and patch the client.exe
You can use your favorite DLL injector, or use AoS Patcher for auto inject when game opens up
Feel free to fork, star, report issues, open PRs, etc.