An open source recreation of the ArkONE servers used for the 2007 game, U.B. Funkeys.
Go to file
2022-07-15 23:05:12 -04:00
A1Emu Implemented many Plugin 1 commands 2022-07-15 23:05:12 -04:00
.gitignore Implemented many Plugin 1 commands 2022-07-15 23:05:12 -04:00
A1Emu.sln Initial Commit 2022-05-01 17:55:28 -04:00
LICENSE Initial Commit 2022-05-01 17:55:28 -04:00
NOTICE Initial Commit 2022-05-01 17:55:28 -04:00
README Initial Commit 2022-05-01 17:55:28 -04:00

# 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```