no sé qué es lo que hago pero funciona
![]() * Add hints in testimony, add pause alias. end is most commonly used, provides more clarity that the testimony has "stopped" and further testimony is via /add and /update. * Fix examine cmd on-going examination check Previously did not stop users from calling examine mid-examination. * formating attempt i am sorry clang-format * Change "your" to "the". Co-authored-by: in1tiate <32779090+in1tiate@users.noreply.github.com> --------- Co-authored-by: in1tiate <32779090+in1tiate@users.noreply.github.com> |
||
---|---|---|
.github/workflows | ||
bin | ||
bin_tests/config | ||
doxygen | ||
resource/icon | ||
scripts | ||
src | ||
tests | ||
.clang-format | ||
.gitignore | ||
akashi.pro | ||
core.pro | ||
Doxyfile | ||
license_notice.txt | ||
LICENSE.md | ||
project-akashi.pro | ||
README.md |
akashi 
A C++ server for Attorney Online 2
Where to download
You can find the latest stable release on our release page.
Nightly CI builds can be found at Github Actions
Support
Akashi has a maintained Wiki for setup and configuration.
For more support join the official Attorney Online 2 Discord!
Build Instructions
If you are unable to use either CI or release builds, you can compile akashi yourself.
Requires Qt >= 5.10, and Qt websockets
Ubuntu 20.04/22.04 - Ubuntu 18.04 or older are not supported.
sudo apt install build-essential qtbase5-dev qt5-qmake qttools5-dev qttools5-dev-tools libqt5websockets5-dev
git clone https://github.com/AttorneyOnline/akashi
cd akashi
qmake project-akashi.pro && make