KZGlobalTeam / cs2kz-metamod

Metamod Plugin for CS2 KZ
GNU General Public License v3.0
116 stars 41 forks source link
cs2 csgo kreedz kz metamod plugin

WIP, not ready for release

Requirements

Installation:

Compilation

Windows (ambuild/msvc):

mkdir build
cd build
python3 ../configure.py 
ambuild

For windows debugging with VS, build the project then add the following command at the end:

python3 ../configure.py --gen=vs --vs-version 17

Linux (ambuild/clang):

mkdir build
cd build
python3 ../configure.py 
ambuild

Linux (Docker w/ Valve SDK Image):

mkdir build
docker build -t cs2kz-linux-builder .
docker run --rm -v ./build:/app/build cs2kz-linux-builder

Note: does not work with gcc!

Copy the contents of build/package/ to your server's csgo/ directory.