mirror of
https://github.com/roflmuffin/CounterStrikeSharp.git
synced 2025-12-05 23:58:24 -08:00
1.2 KiB
1.2 KiB
Installation
- Download and install Metamod:Source for CS2. Detailed instructions can be found here.
- Download the latest release of CounterStrikeSharp from here.
- If this is your first time installing, you will need to download the
with-runtimeversion. This includes the .NET runtime, which is required to run the plugin. - Subsequent upgrades will not require the runtime, unless a version bump of the .NET runtime is required (i.e. from 7.0.x to 8.0.x).
- Depending on the os you might also either need to install
libicu/icu-libs/libicu-devusing your package manager for .NET to run or settingDOTNET_SYSTEM_GLOBALIZATION_INVARIANT=truein your servers environment variables. You can find more infos about that here
- If this is your first time installing, you will need to download the
- Extract the
addonsfolder to the/csgo/directory of the dedicated server. - Start the server. If everything is working correctly, you should see a message in the console that says
CounterStrikeSharp.API Loaded Successfully.