Raised This Month: $32 Target: $400
 8% 

Mapgroup doesn't work post migration.


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Kashinoda
Member
Join Date: Dec 2017
Old 12-23-2019 , 14:40   Mapgroup doesn't work post migration.
Reply With Quote #1

This is doing my head in here, we moved our CSGO Server to another Ubuntu distribution and for some reason our Mapgroup doesn't work as it should. It doesn't say it's invalid but next map (SM) defaults to de_dust and the map pool isn't correct.

I can manually change to these maps, everything is where it should be. The CSGO server installation is new, I've only copied over the existing map files and our config files.

Server config:
PHP Code:
gametype="0"
gamemode="1"
mapgroup="fun"
defaultmap="workshop\868124289\aim_redline"
ip="0.0.0.0"
port="00000"
clientport="00000"
sourcetvport="00000"
maxplayers="32"
tickrate="64"
wsapikey="BEF3B9F767788B255BF4BA333FC60489" 
gamemodes_server.txt
PHP Code:
"GameModes_Server.txt"{"gameTypes"{"classic"{"gameModes"{

/////////////////////////////////////////
// COMPETITIVE
/////////////////////////////////////////
"competitive"{

        
        
"maxplayers"        "11"            // Note that maxplayers doesn't go in the convar block.
                                            // Another way to set maxplayers is to add -maxplayers_override XX to the cmd line.
        
"exec"
        
{
                                            
// Any config files listed here will be executed after the ones in gamemodes.txt.
            
            
"exec"                  "server_last.cfg" 
        
}

        
"mapgroupsMP"                       // List of mapgroups valid for this game mode ( competitive )
        
{
            
"fun"       ""
        
}


}
/////////////////////////////////////////
// CASUAL
/////////////////////////////////////////
"casual"{



        
"maxplayers"        "30"

        "exec"
        
{
            
"exec"                  "server_last.cfg"
        
}

        
"mapgroupsMP"                       // List of mapgroups valid for this game mode ( casual )
        
{
            
"mg_bomb_se"        ""
        
}



}}}
"gungame"{"gameModes"{

/////////////////////////////////////////
// ARMS RACE
/////////////////////////////////////////
"gungameprogressive"{



        
"maxplayers"            "10"

        
// These are the configs that get executed when a game mode of this type is created
        
"exec"
        
{
            
"exec"                  "server_last.cfg"
        
}
                    
        
"mapgroupsMP"
        
{
            
"mg_armsrace"   ""
        
}

        
"weaponprogression_ct"
        
{
            
"deagle"        "kills"   "5" }
            
"awp"           "kills"   "5" }
            
"knifegg"       "kills"   "1" }
        }
                    
        
"weaponprogression_t"
        
{
            
"deagle"        "kills"   "5" }
            
"awp"           "kills"   "5" }
            
"knifegg"       "kills"   "1" }
        }



/////////////////////////////////////////
// DEMOLITION
/////////////////////////////////////////
"gungametrbomb"
{


        
"maxplayers"            "10"

        
// These are the configs that get executed when a game mode of this type is created
        
"exec"
        
{
            
"exec"                  "server_last.cfg"
        
}

        
"mapgroupsMP"
        
{
            
"mg_demolition"     ""
        
}

        
"weaponprogression_ct"
        
{
            
"m4a1"          "kills"   "1" }
            
"awp"           "kills"   "1" }
            
"Scar20"        "kills"   "1" }
        }
            
        
"weaponprogression_t"
        
{
            
"ak47"          "kills"   "1" }
            
"awp"           "kills"   "1" }
            
"g3sg1"         "kills"   "1" }
        }


}}}}}


    
"mapgroups"
    
{
        
"fun"                                   // mapgroup definition
        
{
            
"name"          "fun"
            "maps"
            
{

"workshop\1697219667\aim_blast" "1"
"workshop\1710836522\2019_esl" "2"
"workshop\1736221539\Minigame" "3"
"workshop\128107346\de_library" "4"
"workshop\475297585\fy_pool_suite_accy" "5"
"workshop\942708831\aim_canoodle" "6"
"workshop\1206245471\aim_deagle" "7"
"workshop\868124289\aim_redline" "8"
"ruins_1v1" "9"
"aim_paintball_island_csgo_d" "10"
"workshop\558392154\aim6" "11"
"workshop\540400213\awp_lego_2016" "12"
"workshop\1688416636\awp_lego_asia" "13"
"workshop\674103811\awp_minecraft_ugc" "14"
"workshop\465697185\mc_village" "15"
"workshop\969939013\aim_deagle_storage" "16"
"workshop\1138086687\bili27_pack" "17"
"workshop\196446286\fy_closer" "18"
"workshop\1130660489\aim_pvp" "19"
"workshop\147259190\gg_lego_spacetower" "20"
"workshop\260679898\aim_office" "21"
"workshop\183769973\gg_simpsons_street" "22"
"workshop\1412406991\toycastle" "23"
"workshop\265377536\decoy_dodgeball" "24"
"workshop\1216146990\industrie" "25"
"workshop\733111937\de_tntv2" "26"
"workshop\972530025\blockparty" "27"
"workshop\1613968077\gymnasium_rope" "28"



            
}
        }
        
"AR"                                    // mapgroup definition
        
{
            
"name"          "AR"
            "maps"
            
{

"workshop\276366147\fy_badlands" "1"
"workshop\176444499\ar_chess" "2"
"workshop\197146184\ar_santorini_beta_fixed_1" "3"
"workshop\1729290077\toothpastecity" "4"
"workshop\1138086687\bili27_pack" "5"
"workshop\674103811\awp_minecraft_ugc" "6"
"workshop\475297585\fy_pool_suite_accy" "7"
"workshop\128107346\de_library" "8"
"workshop\147259190\gg_lego_spacetower" "9"
"workshop\1216146990\industrie" "10"
"ar_baggage" "11"
"ar_monastery" "12"
"ar_shoots" "13"                

            
}
        }

    }

__________________

Last edited by Kashinoda; 12-23-2019 at 14:42.
Kashinoda is offline
Kashinoda
Member
Join Date: Dec 2017
Old 02-01-2020 , 03:35   Re: Mapgroup doesn't work post migration.
Reply With Quote #2

Bump
__________________
Kashinoda is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 18:13.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode