InfClass with battle royale elements for Teeworlds 0.7+ based on InfClass by necropotame. InfCroya stands for "InfClass Royale".
GeoLite2++ is used for IP geolocation. This product includes GeoLite2 data created by MaxMind, available from https://maxmind.com.
sudo apt install libmaxminddb-dev
Install bam 0.5.1 build tool.
git clone https://github.com/yavl/teeworlds-infcroya
cd teeworlds-infcroya
Copy bam executable into teeworlds-infcroya directory.
sudo apt install libmaxminddb-dev liblua5.3-dev
./bam server
via Homebrew:
brew install libmaxminddb lua
./bam server
GCC should be installed, e.g. Mingw-w64.
bam config geolocation=false
bam server
To compile with VS:
bam config geolocation=false compiler="cl"
bam server