Skip to content

InfCroya - InfClass with battle royale elements for Teeworlds 0.7+ (WIP)

License

Notifications You must be signed in to change notification settings

yavl/teeworlds-infcroya

 
 

Repository files navigation

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

About

InfCroya - InfClass with battle royale elements for Teeworlds 0.7+ (WIP)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 86.8%
  • C 5.3%
  • Python 4.1%
  • CMake 1.8%
  • Lua 1.4%
  • Objective-C 0.5%
  • Other 0.1%