Skip to content

XeinDevTeam/CSO_Server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSNZ Server

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.

Contributing

You can help the project by solving issues, detecting/fixing bugs, and various problems.

Building

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

Windows

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.

Linux

cd PathToRepo/CSNZ_Server/src
cmake -S . -B build
cmake --build build

Documentation

You can find server documentation in DOCUMENTATION.md file.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.7%
  • Other 1.3%