CounterStrikeSharp Installation
CounterStrikeSharp is a server side modding framework for Counter-Strike 2.

This framework runs using Metamod to install plugins/addons that are written in C#.

Caution

To install this framework, you must already have Metamod installed on your game server. Metamod installation guide.

Steps

  1. Download the latest build from the releases page. When installing CSS for the first time, you need to download with-runtime. If you are only updating the CSS, download the file without runtime.
  2. Upload the addons folder to your game/csgo folder
  3. Restart the server
To check if you have CSS installed correctly, type the meta list into the server console
meta list
Listing 1 plugin:
[01] CounterStrikeSharp (0.1.0) by Roflmuffin
                
Your folder structure should look like this in game/csgo/addons folder
addons
├── counterstrikesharp
│   ├── api
│   ├── bin
│   ├── dotnet
│   ├── plugins
│   └── gamedata
│
├── metamod
│   ├── bin
│   ├── counterstrikesharp.vdf
│   ├── metaplugins.ini
│   └── README.txt
├── metamod.vdf
└── metamod_x64.vdf
                
Caution

For Windows servers, you must have Visual Studio Redistributables installed otherwise CounterStrikeSharp will not work.

Original CSS documentation
If you need any help, feel free to contact us on our Discord server.