| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Infection Mod with a class system for TeeWorlds, originally developed by necropotame.
This version is based on breton's fork but also integrates latter Yavl's fork features such as Hero Turret. See the ChangeLog for details.
It is recommended to use infclass-scripts to build the server for GNU/Linux.
You also need a build toolchain, such as GCC and Ninja, or MSVC. The compiler must support C++20.
git clone https://github.com/infclass/teeworlds-infclassR sources
INSTALL_DIR=$(pwd)/install
mkdir build
cd build
cmake ../sources \
-Wno-dev \
-DCMAKE_INSTALL_PREFIX=$INSTALL_DIR \
-GNinja
cmake --build . --target install
The install target is necessary.
You don't need to patch the server to add your contacts. The /about chat command reply is generated using the follow config variables:
This product includes GeoLite2 data created by MaxMind, available from https://maxmind.com.
| Back | FazBrowse Home | New Git URL |