Skip to content

TeeworldsCN/infdust-infclassR

 
 

Repository files navigation

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.

With sv_maprotation you can define what maps will be played in which order, for example:
sv_maprotation "infc_skull infc_warehouse infc_damascus"
With sv_rounds_per_map you can define how many rounds each map should be played before changing to the next map.
If inf_maprotation_random is set to 1 than a random map will be chosen after a map finished.

on Ubuntu

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

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

This product includes GeoLite2 data created by MaxMind, available from https://maxmind.com.

About

InfClass server (the *maintained* version)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 64.3%
  • C 33.9%
  • Python 1.1%
  • CMake 0.5%
  • Objective-C 0.2%
  • Lua 0.0%