lankerens / teeworlds-infclassR

Slightly modified version of official InfClass

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Note that this is a 0.6 teeworlds mod (DDNet-compatible), if you are looking for 0.7 version, check InfCroya

Teeworlds InfClassR

Slightly modified version of original InfClass by necropotame.

Additional dependencies

GeoLite2++ is used for IP geolocation

sudo apt install libmaxminddb-dev

Building

Install bam 0.4.0 build tool. Compile it from source or get precompiled binaries for your platform.

git clone https://github.com/yavl/teeworlds-infclassr
cd teeworlds-infclassr

Copy bam executable into teeworlds-infclassr directory.

on Ubuntu / Mint / Debian

sudo apt install libicu-dev libmaxminddb-dev
./bam server_debug

Read the wiki for more details.

on macOS

via Homebrew:

brew install icu4c libmaxminddb
./bam server_debug_x86_64

on Windows

GCC should be installed, e.g. Mingw-w64.

bam config stackprotector=true nogeolocation=true
bam server_debug

Server commands

Read the wiki

About

Slightly modified version of official InfClass

License:Other


Languages

Language:C++ 63.1%Language:C 33.7%Language:CMake 1.3%Language:Python 1.0%Language:Lua 0.7%Language:Objective-C 0.2%Language:Dockerfile 0.0%Language:Shell 0.0%Language:Batchfile 0.0%