attachment From: Chris | Immortal-Servers.com Sent: Monday, August 27, 2012 1:03 PM To: [email protected] Subject: [Csgo_servers] Map Groups HELP!!
Hello, im still having problems with my map groups. GameTypes: could not find matching map "aim_map". this is my command line srcds -game csgo -console -usercon +maxplayers 14 +exec server.cfg -ip 109.70.148.151 -port 27015 +net_public_adr 109.70.148.151 -tickrate 128 +game_mode 1 +game_type 0 +mapgroup mg_allmaps +map de_dust i have also attached my gamemodes_server.txt in an attachment. if anyone can help where im going wrong would be great. Kind Regards Chris -------------------------------------------------------------------------------- _______________________________________________ Csgo_servers mailing list [email protected] https://list.valvesoftware.com/cgi-bin/mailman/listinfo/csgo_servers
// 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_friendlyfire"
"0"
"mp_forcecamera"
"1"
"sv_alltalk"
"0"
"sv_deadtalk"
"0"
"mp_match_can_clinch"
"0"
"mp_maxmoney"
"16000"
}
"mapgroupsMP"
// List of mapgroups valid for this game mode
{
"mg_allmaps" ""
}
}
}
}
"gungame"
{
"gameModes"
{
"gungameprogressive"
{
"maxplayers" "16"
"convars"
{
"mp_friendlyfire"
"0"
"mp_forcecamera"
"1"
"sv_alltalk"
"0"
"sv_deadtalk"
"0"
"spec_freeze_time"
"1.0"
}
"mapgroupsMP"
// List of mapgroups valid for this game mode
{
"mg_armsrace" ""
}
}
}
}
}
//////////////////////////////////////////////////////////////////////////////////////////////
// Map groups
//
// To use a mapgroup, it needs to be defined in a keyvalues
// block such as the example below, as well as listed in the
// 'mapgroupsMP' block within the game mode that will run it,
// such as the example above.
//
// Then launch the server with '+mapgroup MAPGROUPNAME'
//
// Example:
//
// srcds -game csgo +game_mode 1 +mapgroup mg_bomb_se +map de_nuke_se
//
//
// Check the developer wiki for updated community info
//
https://developer.valvesoftware.com/wiki/Counter-Strike:_Global_Offensive_Dedicated_Servers
//////////////////////////////////////////////////////////////////////////////////////////////
"mapgroups"
{
"mg_allmaps"
// mapgroup definition
{
"name" "mg_allmaps"
"maps"
{
"cs_italy" ""
"de_dust" ""
"de_aztec" ""
"cs_office" ""
"de_dust2" ""
"de_train" ""
"de_inferno" ""
"de_nuke" ""
"de_nuke_ve" ""
"aim_map" ""
}
}
}
}
_______________________________________________ Csgo_servers mailing list [email protected] https://list.valvesoftware.com/cgi-bin/mailman/listinfo/csgo_servers
