Skip to content

Installation & setup guide

Wngui edited this page Mar 5, 2025 · 17 revisions

Setup

Before creating your own class, you'll need to install a few dependencies:

Windows Automation (Optional)

Simplify setup with an automation script:

  1. Download and extract SteamCMD.
  2. Download the automation script.
  3. Update the top paths with your SteamCMD and CS2 server paths.
  4. Download the latest Warcraft mod and add it to your plugins folder.
  5. Run the script to update Metamod, CounterStrikeSharp, and CS2 to the latest versions.

You can run this script anytime to keep everything up to date.

Tools

Useful CS2 Console Commands

bind <key> mp_restartgame 1   # Restart the round  
bind <key> css_noclip <your name>   # Enable noclip (requires Simple Admin Plugin)  
bot_stop 0/1   # Allow or stop bot movement (requires sv_cheats 1)  

Clone this wiki locally