![]()
This post has been edited 1 times, last edit by "fluxX" (Oct 16th 2013, 8:12pm)

|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 |
"GameModes_Server.txt"
{
"gameTypes"
{
"classic"
{
"gameModes"
{
"competitive"
{
"maxplayers" "32"
"exec"
{
"exec" "gamemode_competitive_server.cfg"
}
"mapgroupsMP" // List of mapgroups valid for this game mode
{
"mg_bomb" ""
}
}
}
}
}
"mapgroups"
{
"mg_bomb"
{
"name" "mg_bomb"
"imagename" "mapgroup-bomb"
"nameID" "#SFUI_Mapgroup_bomb"
"maps"
{
"cs_assault" ""
"cs_italy" ""
"de_aztec" ""
"de_dust" ""
"de_dust2" ""
"de_inferno" ""
"de_train" ""
"de_vertigo" ""
}
}
}
}
|

This post has been edited 2 times, last edit by "Gesetz-des-Zorns" (Oct 16th 2013, 11:08pm)