Skip to content

Velaron/cs16-client

Repository files navigation

CS16Client Build Status CS16Client

Counter-Strike reverse-engineered.

Donate

Buy Me A Coffee

Support me on Buy Me A Coffee, if you like my work and would like to support further development goals, like reverse-engineering other great mods.

Download

You can download a build at the Releases section, or use these links:

Installation

To run CS16Client you need the latest developer build of Xash3D FWGS, which you can get here (unless on Android). You have to own the game on Steam and copy valve and cstrike folders into your Xash3D FWGS directory. After that, just install the APK and run.

Building

Clone the source code:

git clone https://github.com/Velaron/cs16-client --recursive

Windows

cmake -A Win32 -S . -B build
cmake --build build --config Release

Linux

cmake -S . -B build
cmake --build build --config Release

Android

./gradlew assembleRelease

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages