-
-
Notifications
You must be signed in to change notification settings - Fork 7
Home
Nick edited this page May 18, 2025
·
6 revisions
Important
If this is your first time setting up a modded server, I highly suggest checking out the CS2-Modded-Server Repo by Kus. It's a great resource for understanding how to set up custom game modes, which aren't included with this plugin. Additionally, it includes a preconfigured version of this plugin for beginners.
To get started, make sure all of the following prerequsuites are met:
- All of your mode config files are located in
/csgo/cfg/. - Both Metamode:Source and CounterStrikeSharp are installed.
- Your
gamemodes_server.txtor custom map group file is in VDF Format and contains a list of map groups.
- Extract and copy
addonsandcfgfolders to/csgo/. - Update each game mode configuration file (i.e. comp.cfg) to include
css_gamemode <mode>. - After the first run, update the configuration file
GameModeManager.json.
For more information regarding the configuration of this plugin, see Configuration, Languages, and Shared API.
If you have a question, check out our FAQ and if you still need help, create a new issue.