Skip to content

yavl/teeworlds-infclassR

 
 

Repository files navigation

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

❗ An actively maintained & up-to-date infclass could be found here: InfectionDust/teeworlds-infclassR.

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 64.1%
  • C 34.0%
  • Python 1.0%
  • Lua 0.7%
  • Objective-C 0.2%
  • Shell 0.0%