Open-source server for the Counter-Strike Nexon: Studio game. Written in C++, supports Windows, Linux (requires tests).
Don't use it for commercial purposes.
You can help the project by solving issues, detecting/fixing bugs, and various problems.
Currently only Windows and Linux are supported, other platforms not tested.
Clone a repository:
git clone https://github.com/JusicP/CSNZ_Server
git submodule init
git submodule update --depth 1
Set QTDIR
environment variable: <PathToQT>\Qt\6.5.3\msvc2019_64
if you want to use GUI.
Open project folder in Visual Studio and wait for CMake cache generation. Then click on Build -> Build All.
- GCC compiler
- CMake
- Qt 6.5.3 (optional)
cd PathToRepo/CSNZ_Server/src
cmake -S . -B build
cmake --build build
You can find server documentation in DOCUMENTATION.md file.