If you don't already know how to make one, someone just telling you to
create your own mapgroup isn't going to help you. lol. Here is a copy of a
valid gamemodes_server.txt file. After editing this to your wants, you just
have to go to your cfg/autoexec.cfg file and change the mapgroup from
whatever it currently is, probably mg_bomb or mg_active, to mg_custom. Then
change the map in your autoexec file to match whatever map in your group
you would like to start with. This gamemodes_server.txt file goes right in
your csgo directory.
// Values here override the default gamemodes.txt
"GameModes_Server.txt"
{
"gameTypes"
{
"classic"
{
"gameModes"
{
"competitive"
{
"mapgroupsMP" // List of mapgroups valid for this game
mode
{
"mg_custom" ""
}
}
}
}
}
//////////////////////////////////////////////////////////////////////////////////////////////
// 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 adjust the startup mapgroup in your autoexec.cfg file.
//
// Check the developer wiki for updated community info
//
https://developer.valvesoftware.com/wiki/Counter-Strike:_Global_Offensive_Dedicated_Servers
//////////////////////////////////////////////////////////////////////////////////////////////
"mapgroups"
{
"mg_custom" // mapgroup definition
{
"name" "mg_custom"
"maps"
{
"de_dust2" ""
"de_mirage" ""
"de_inferno" ""
"cs_office" ""
"cs_militia" ""
"cs_rush" ""
}
}
}
}
On Wed, Jul 9, 2014 at 7:10 AM, [email protected] <[email protected]> wrote:
> gamemodes_server.txt -> create ur own mapgroup and put all the maps u want
> in this mapgroup and call that way u want.
>
> i called the mapgroup 'mg_allclassic' and put every single map into it.
>
>
>
> Am 09.07.2014 12:23, schrieb VieuxGnome:
>
> Hi,
>>
>> How to create a custom map group ? Or rather, what's the correct way ?
>> I've
>> never been able...
>>
>>
>>
>> --
>> View this message in context: http://csgo-servers.1073505.
>> n5.nabble.com/mp-endmatch-votenextmap-1-not-working-
>> anymore-tp7400p7409.html
>> Sent from the CSGO_Servers mailing list archive at Nabble.com.
>>
>> _______________________________________________
>> Csgo_servers mailing list
>> [email protected]
>> https://list.valvesoftware.com/cgi-bin/mailman/listinfo/csgo_servers
>>
>
>
> _______________________________________________
> Csgo_servers mailing list
> [email protected]
> https://list.valvesoftware.com/cgi-bin/mailman/listinfo/csgo_servers
>
_______________________________________________
Csgo_servers mailing list
[email protected]
https://list.valvesoftware.com/cgi-bin/mailman/listinfo/csgo_servers