Skip to content

A DLL for classic Ace of Spades aiming to add the current clients features and customizing the current game.

License

Notifications You must be signed in to change notification settings

DryByte/aos.dll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to the hell

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

Building

First of all you need GCC and git, https://www.mingw-w64.org/

git clone https://github.com/DryByte/aos.dll.git && cd aos.dll
git submodule update --recursive --init
mkdir build && cd build
cmake .. && make

After compiling it, copy libaos.dll to your AoS folder and patch the client.exe

Known issues

  • RapidJson related error in wine-discord-rpc Clean your build folder and add the following flags to cmake -DRAPIDJSONTEST=OFF -DRAPIDJSON=../Extern/wine-discord-rpc/thirdparty/rapidjson-1.1.0

Installing/injecting

You can use your favorite DLL injector, or use AoS Patcher for auto inject when game opens up

Contributing

Feel free to fork, star, report issues, open PRs, etc.

About

A DLL for classic Ace of Spades aiming to add the current clients features and customizing the current game.

Topics

Resources

License

Stars

Watchers

Forks