Attorney Online is a world-renowned courtroom drama simulator that allows you to create and play out cases in an off-the-cuff format.
Refer to the docs for more information.
A C/C++ toolchain:
Ubuntu: sudo apt install build-essential
macOS: xcode-select --install
Qt 6.5 or newer, installed via the Qt online installer. Check off the following under "Additional Libraries":
- Qt Image Formats
- Qt WebSockets
On Windows, also check off a toolchain (MinGW), CMake, and Ninja under "Developer and Designer tools".
Run ./configure.sh. It detects Qt, installs any other build tools it needs,
fetches the remaining dependencies, and generates the build files, then prints
the command to compile the program.
To test key features, you may need the vanilla base content, which is not included in this repository. You can get it from https://ao-dl.b-cdn.net/vanilla_full_2024_8_2.zip
This should be put in ./bin/base
All code must be formatted according to the .clang-format file. CI runs a
clang-format check (version 17) and fails the build if any file under src/
is not formatted correctly. Format your changes before pushing:
clang-format -i src/<file> # format a specific file
git clang-format # format only the lines you changedTests are written with Qt Test and
registered with CTest. After running ./configure.sh and building, run them from
the repo root:
ctest --output-on-failure
# or run a single test binary directly, e.g.
./test/test_aopacketThe original Attorney Online client was created by FanatSors.
This is an open-source remake of that client created by OmniTroid.
The logo (logo.png and logo.ico) was designed by Lucas Carbí. The characters depicted in the logo are owned by Capcom.
The project is licensed under the GPLv3 license. Code that was released under the MIT/GPLv3 dual-license can be found here.
Copyright (c) 2016-2018 OmniTroid
Modifications copyright (c) 2017-2018 oldmud0
Case Café additions copyright (c) 2018 Cerapter
Killing Fever Online additions copyright (c) 2019 Crystalwarrior
You can find us in the official Attorney Online Discord server: https://discord.gg/wWvQ3pw