This is a chat server written in pure lua with the help of luasocket. It is intended for use with AO2, and supports basic roleplay features.
AOCS aims to create a simplified server experience, with a focus on few but high-quality features. For a more fully-featured server, check out the previous AOLS2.
Note that this project is still in an early state, and is not ready to be used outside of development.
You can find lua and luarocks through your distribution's package manager. Install luasocket using luarocks install luasocket.
- Clone this repository.
- Duplicate
default_config/and name the new folder as "config" - Run by executing
run.sh
- Alternatively, run with lua directly on
init.lua(Make sure the current directory is the containing folder.)
This project and its included libraries are under the MIT License.
sha1.lua
Copyright (c) 2013 Enrique García Cota + Eike Decker + Jeffrey Friedl
bitop-lua
Copyright (c) 2008-2011 David Manura.