/////////////////////////////////////////////////////////////////////////////////// // // Values here override the default gamemodes.txt // Werte die hier geändert werden überschreiben die gamemodes.txt // Bitte schau in die FAQ für ausführliche Erklärungen. // ////////////////////////////////////////////////////////////////////////////////// "GameModes_Server.txt" { "gameTypes" { "classic" { "gameModes" { "competitive" { "convars" { "hostname" "SE SERVER 24/7" "mp_startmoney" "888" "mp_maxmoney" "9999" } "mapgroupsMP" // List of mapgroups valid for this game mode { "mg_bomb_se" "" } } } } } ////////////////////////////////////////////////////////////////////////////////////////////// // 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_bomb_se" // mapgroup definition { "name" "mg_bomb_se" "maps" { "de_dust_se" "" "de_dust2_se" "" "de_nuke_se" "" "de_train_se" "" "de_inferno_se" "" "de_aztec_se" "" "aim_deagle_ori" "" "aim_negev_arena_b1" "" "aim_rain_day" "" "awp_lego_9" "" "awp_pyrawood"" "" "awp_summer" "" "fy_night_before_xmas_beta" "" "mg_viking_warfare_fix1" "" } } } /// /// ESL Maps in der Gamegroup mg_bomb /// "mapgroups" { "mg_bomb" // mapgroup definition { "name" "mg_bomb" "maps" { "de_dust_se" "" "de_dust2_se" "" "de_nuke_se" "" "de_train_se" "" "de_inferno_se" "" "de_aztec_se" "" "de_mirage_csgo" "" "de_nuke_ve" "" "de_aztec_lg" "" "de_nuke_ve" "" } } } }