mirror of
https://github.com/GittyMac/A1Emu.git
synced 2026-04-24 06:46:55 -05:00
An open source recreation of the ArkONE servers used for the 2007 game, U.B. Funkeys.
| A1Emu | ||
| .gitignore | ||
| A1Emu.sln | ||
| LICENSE | ||
| NOTICE | ||
| README | ||
# A1Emu An open source recreation of the ArkONE servers used for the 2007 game, U.B. Funkeys. ## Installation A1Emu requires .NET 6 and MariaDB to run properly. To get these dependencies on Ubuntu/Debian: ```apt install dotnet-sdk-6.0 dotnet-runtime-6.0 mariadb-server``` To get these dependencies on RHEL/CentOS/Fedora: ```dnf install dotnet-sdk-6.0 dotnet-runtime-6.0 mariadb-server```