View Single Post
EclipseGSX
Junior Member
Join Date: Aug 2009
Old 09-03-2012 , 02:04   Re: [CSGO] Map not part of Mapgroup
Reply With Quote #4

I have a similar problem....

commandline:
Quote:
-game csgo -console +ip XXX.XXX.XXX.XXX -port 27015 -maxplayers_override 32 -usercon +game_mode 0 +game_type 0 +mapgroup mg_cs_crackhouse +map cs_crackhouse_b3 +exec server.cfg +rcon_password P@S$w0rd
gamemodes_server.txt
Quote:
// 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_cs_crackhouse" ""
}
}

"competitive"
{
"maxplayers" "20"
}
}
}

"mapgroups"
{

"mg_cs_crackhouse"
{
"imagename" "mapgroup-custom1"
"nameID" "#SFUI_Mapgroup_mg_cs_crackhouse"
"name" "mg_cs_crackhouse"
"maps"
{
"cs_crackhouse_b3" ""
}
}
}

"maps"
{

"cs_crackhouse_b3"
{
"nameID" "#SFUI_Map_cs_crackhouse_b3"
"name" "cs_crackhouse_b3"
"imagename" "map-custom1-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" ""
}
}
}
}
mapcycle.txt AND maplist.txt:
Quote:
cs_crackhouse_b3
What I'm seeing in client:
Quote:
1802.919: Sending UDP connect to public IP XXX.XXX.XXX.XXX:27015
Server using 'public' lobbies, requiring pw no, lobby id 0
RememberIPAddressForLobby: lobby 0 from address XXX.XXX.XXX.XXX:27015
Server approved grace request...
Retrying connection to XXX.XXX.XXX.XXX:27015, server requires lobby reservation but is unreserved.
Received game details information from XXX.XXX.XXX.XXX...
GameTypes: could not find matching map "cs_crackhouse_b3".
[MM] Sending reservation request to XXX.XXX.XXX.XXX:27015
[MM] Sending reservation request to XXX.XXX.XXX.XXX:27015
EclipseGSX is offline