Skip to content

nikmcphail/css-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Counter-Strike: Source SDK [x64]

Build Status

Description:

This project is meant to serve as a "do-anything" SDK for Counter-Strike: Source. Currently this is only client-side, but in the future I may add another branch to include server features.

Create Build Folder

cmake . -B build -DCMAKE_BUILD_TYPE=Debug/Release -G Ninja -DCMAKE_C_COMPILER=clang-cl -DCMAKE_CXX_COMPILER=clang-cl

!!! Where it says Debug/Release above, choose one of the two !!!

Build DLL

ninja -C build

Credits/References:

- emily, rumour, batman (Answering All My Questions)

- Source SDK 2013 (Valve's Official SDK)

- Amalgam (Updated Structures/NetVars)

About

Counter-Strike: Source x64 "do-anything" SDK.

Resources

Stars

Watchers

Forks

Contributors