How to create custom map group of your Counter-Strike 2 server Print

  • 0

This custom map group is designed for fun and unique gameplay experiences, often diverging from traditional game modes. These maps can include obstacle courses, skill challenges, puzzle maps, and other creative scenarios, offering players a diverse and engaging way to enjoy Counter-Strike 2.


HOW TO CHANGE MAP GROUP TO CUSTOM?

Step 1) Go to your console > click on your server > navigate to the "FILE MANAGER" section


Step 2) Scroll down navigate to game > csgo

Step 3) Create a new file with the name gamemodes_server.txt and paste the below code on the file:

// To use this file, rename it to GameModes_Server.txt
//
// Values here override the default gamemodes.txt 

"GameModes_Server.txt"
{
    "gameTypes"
    {
        "classic"
        {
            "gameModes"
            {
                "competitive"
                {
                    "mapgroupsMP"
                    {
                        "mg_cs"    ""
                    }
                }
            }
        }
    }
    "mapgroups"
    {
        "mg_custom"
        {
            "name"        "mg_custom"
            "maps"
            {
                "de_dust2"    ""
                "de_inferno"  ""
                "de_mirage"   ""
                "de_nuke"     ""
                "de_overpass" ""
                "de_vertigo"  ""
            }
        }
    }
}


Step 4) When you paste the code you need just navigate to "SETTINGS" > MAP GROUP > change on "mg_custom"


Was this answer helpful?

« Back

Powered by WHMCompleteSolution