View Single Post
breezetix
Member
Join Date: Oct 2019
Location: nah
Old 10-16-2019 , 19:08   Re: Need help with server.cfg and maps and such
Reply With Quote #3

Quote:
Originally Posted by TomL. View Post
Make sure the commands are not getting overridden by other configs.
You can check out the gamemodes_server.txt.example file in the main directory of your csgo server.
Still doesnt work. I removed "example" in the file so I could use it, but it does show the maps in maps list, without showing the maps that i don't want on the server so that's good.

"GameModes_Server.txt"
{
"gameTypes"
{
"classic"
{
"gameModes"
{
"competitive"
{
"maxplayers" "10"

"exec"
{
"exec" "server.cfg"
}

"mapgroupsMP"
{
"mg_bomb" ""
}
}

"competitive"
{
"maxplayers" "10"
}
}
}

"gungame"
{
"gameModes"
{
"gungameprogressive"
{
"maxplayers" "10"
}

"gungametrbomb"
{
"maxplayers" "10"
}
}
}
}

"mapgroups"
{

"mg_custom"
{
"imagename" "mapgroup-custom1"
"nameID" "#SFUI_Mapgroup_mg_custom"
"name" "mg_custom"
"maps"
{
"cs_agency" ""
"cs_assault" ""
"cs_backalley" ""
"cs_cruise" ""
"cs_downtown" ""
"cs_insertion" ""
"cs_italy" ""
"cs_militia" ""
"cs_motel" ""
"cs_museum_2013" ""
"cs_office" ""
"cs_rush" ""
"cs_thunder" ""
"cs_workout" ""
"de_abbey" ""
"de_ali" ""
"de_austria" ""
"de_aztec" ""
"de_bazaar" ""
"de_biome" ""
"de_breach" ""
"de_cache" ""
"de_cache_2013" ""
"de_cache_2014" ""
"de_canals" ""
"de_castle" ""
"de_cbble" ""
"de_cbble_2014" ""
"de_coast" ""
"de_dust2" ""
"cs_dust2_old" ""
"de_dust_2013" ""
"de_empire" ""
"de_facade" ""
"de_favela" ""
"de_inferno" ""
"de_inferno_2014" ""
"de_lite" ""
"de_log" ""
"de_marquis" ""
"de_mikla" ""
"de_mirage" ""
"de_mirage_2013" ""
"de_mist" ""
"de_nuke" ""
"de_nuke_2016" ""
"de_overgrown" ""
"de_overpass" ""
"de_rails" ""
"de_resort" ""
"de_royal" ""
"de_ruby" ""
"de_santorini" ""
"de_seaside" ""
"de_season" ""
"de_shipped" ""
"de_subzero" ""
"de_tangerine" ""
"de_thrill" ""
"de_train" ""
"de_train_2013" ""
"de_tulip" ""
"de_vertigo" ""
"de_zoo" ""
"gd_rialto" ""
}
}
}
}



oh, as I said I removed "example" from the file so I could use it, it said, at the top, now it's changed back... Again, still won't automatically execute server.cfg.

this is really annoying, as the commands are ONLY in server.cfg.
breezetix is offline