A great idea to move away from gamemodes.txt but I can't find any way to actually invoke the GameModes_Server.txt file?

Has anyone got it successfully working as the override? All I'm trying at the moment is to change mp_maxplayers. Here's my file as it stands and not working below. Does it need to be called from somewhere?

Cheers
Mike
--------------------------8<--------------------------------------
// To use this file, rename it to GameModes_Server.txt
//
// Values here override the default gamemodes.txt

"GameModes_Server.txt"
{
    "gameTypes"
    {
        "classic"
        {
            "gameModes"
            {
                "competitive"
                {
                    "convars"
                    {
                        "mp_maxplayers" "30"

                    }

                }
                "casual"
                {
                    "convars"
                    {
                        "mp_maxplayers" "24"

                    }

                }
            }
        }
    }
}
--------------------------8<--------------------------------------

_______________________________________________
Csgo_servers mailing list
[email protected]
https://list.valvesoftware.com/cgi-bin/mailman/listinfo/csgo_servers

Reply via email to