yavl / teeworlds-infcroya

InfCroya - InfClass with battle royale elements for Teeworlds 0.7+ (WIP)
https://www.teeworlds.com
Other
4 stars 0 forks source link
Note that this is a 0.7 teeworlds mod, if you are looking for 0.6 version (DDNet-compatible), check InfClassR

Teeworlds InfCroya

InfClass with battle royale elements for Teeworlds 0.7+ based on InfClass by necropotame. InfCroya stands for "InfClass Royale".

Additional dependencies

GeoLite2++ is used for IP geolocation. This product includes GeoLite2 data created by MaxMind, available from https://maxmind.com.

sudo apt install libmaxminddb-dev

Building

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.

on Ubuntu / Mint / Debian

sudo apt install libmaxminddb-dev liblua5.3-dev
./bam server

on macOS

via Homebrew:

brew install libmaxminddb lua
./bam server

on Windows

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