no sé qué es lo que hago pero funciona
Go to file
in1tiate 3e5776c410
Allow areas to set whether or not /play requires CM (#347)
* Allow areas to set whether or not /play requires cm

* make error message clearer (thank you 8)
2024-03-23 08:32:58 -05:00
.github/workflows
akashi Update musiclist to current vanilla, change version. (#342) 2024-03-03 15:28:20 -06:00
bin Update gimp.txt 2024-03-11 19:34:28 -05:00
bin_tests/config I should probably fix this proper in the CI in another PR 2023-07-24 14:03:26 +02:00
core Allow areas to set whether or not /play requires CM (#347) 2024-03-23 08:32:58 -05:00
doxygen
scripts Add converter script 2023-07-20 00:12:49 +02:00
tests Pray tell why the fuck is the comment in the test 2023-07-24 14:10:25 +02:00
.clang-format
.gitignore
akashi.pro
Doxyfile
license_notice.txt
LICENSE.md
README.md

akashi

A C++ server for Attorney Online 2

Code Format and Build Codecov branch Maintenance Linux Windows GitHub

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!
AttorneyOnline

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 qt5-default libqt5websockets5-dev
   git clone https://github.com/AttorneyOnline/akashi
   cd akashi
   qmake && make

Contributors

GitHub Contributors Image