View Single Post
Turbo Diesel
Junior Member
Join Date: Mar 2012
Location: Ohio
Old 09-03-2012 , 15:31   Re: [CSGO] Map not part of Mapgroup
Reply With Quote #5

Eclipse try this... I'm no expert and I'm actually having trouble with my current server with mapgroups... but not on custom maps but on stock maps grr.... I just want to know why my server suddenly is giving the same error as you're getting because I haven't changed anything on one of my servers for the last few days then suddenly today it doesn't work haha...

Code:
// This file was created on the 2-9-2012 at 21:15:12
// with the help of me --> the Gamemodeshelper <--
// You can still edit this file, but keep in mind that I might not be able to open the file again to edit it!

"GameModes_Server.txt"
{
    "gameTypes"
    {
        "classic"
        {
            "gameModes"
            {
                "casual"
                {
                    "maxplayers" "32"

                "exec"
                {
                    "exec" "ca_custom_convar.cfg"
                }
            "mapgroupsMP"
            {
                "mg_crackhouse"        ""
            }
        }
    }

    "mapgroups"
    {
        "mg_crackhouse"
        {
            "imagename" "mapgroup-crackhouse"
            "nameID" "#SFUI_Mapgroup_crackhouse"
            "name" "mg_crackhouse"
            "maps"
            {
                "cs_crackhouse_b3"    ""
            }
        }
    }

    "maps"
    {
        "cs_crackhouse_b3"
        {
            "nameID"    "#SFUI_Map_cs_crackhouse_b3"
            "name"        "cs_crackhouse_b3"
            "imagename"    "map-crackhouse-overall"
            "t_arms"    "models/weapons/t_arms_phoenix.mdl"
            "t_models"
            {
                "tm_phoenix" ""
                "tm_phoenix_variantA" ""
                "tm_phoenix_variantB" ""
                "tm_phoenix_variantC" ""
                "tm_phoenix_variantD" ""
            }
            "ct_arms" "models/weapons/ct_arms_st6.mdl"
            "ct_models"
            {
                "ctm_st6" ""
                "ctm_st6_variantA" ""
                "ctm_st6_variantB" ""
                "ctm_st6_variantC" ""
                "ctm_st6_variantD" ""
            }
        }
    }
}
__________________

Last edited by Turbo Diesel; 09-03-2012 at 15:59.
Turbo Diesel is offline