Haseek
йфя
- Сообщения
- 472
- Реакции
- 79
- Операционная система
- Linux
- Текст ошибки
-
Going to intermission...
CHANGELEVEL: Looking for next level in mapgroup 'mg_bomb'
Looking for next map in mapgroup 'mg_bomb'...
CHANGELEVEL: GetNextMap failed for mapgroup 'mg_bomb', map group invalid or empty
CModelLoader::Map_IsValid: No such map 'maps/de_dust2de_trainde_infernode_overpassde_miragede_cache.bsp'
Invalid map 'de_dust2de_trainde_infernode_overpassde_miragede_cache' included in map cycle file. Ignored.
CHANGELEVEL: Map list empty or failed to parse, using current map 'de_dust2'
Не работает встроенное голосование за смену карты. Плагины см отключил (которые отвечают за смену карт). При завершении матча - перезапускается текущяя карта без голосования.
sv_allow_votes 1
mp_endmatch_votenextmap 1
mp_match_end_changelevel 1
mp_endmatch_votenextmap 1
mp_endmatch_votenextleveltime 15
mp_match_end_restart 0
mp_endmatch_votenextmap_keepcurrent 1
mp_endmatch_votenextmap 1
mp_match_end_changelevel 1
mp_endmatch_votenextmap 1
mp_endmatch_votenextleveltime 15
mp_match_end_restart 0
mp_endmatch_votenextmap_keepcurrent 1
// To use this file, rename it to GameModes_Server.txt
//
// Values here override the default gamemodes.txt
"GameModes_Server.txt"{"gameTypes"{"classic"{"gameModes"{
/////////////////////////////////////////
// COMPETITIVE
/////////////////////////////////////////
"competitive"{
"maxplayers" "15" // Note that maxplayers doesn't go in the convar block.
// Another way to set maxplayers is to add -maxplayers_override XX to the cmd line.
"exec"
{
// Any config files listed here will be executed after the ones in gamemodes.txt.
"exec" "server_last.cfg"
}
"mapgroupsMP" // List of mapgroups valid for this game mode ( competitive )
{
"mg_bomb_se" ""
}
}
/////////////////////////////////////////
// CASUAL
/////////////////////////////////////////
"casual"{
"maxplayers" "15"
"exec"
{
"exec" "server_last.cfg"
}
"mapgroupsMP" // List of mapgroups valid for this game mode ( casual )
{
"mg_mm" ""
}
}}}"gungame"{"gameModes"{
/////////////////////////////////////////
// ARMS RACE
/////////////////////////////////////////
"gungameprogressive"{
"maxplayers" "10"
// These are the configs that get executed when a game mode of this type is created
"exec"
{
"exec" "server_last.cfg"
}
"mapgroupsMP"
{
"mg_armsrace" ""
}
"weaponprogression_ct"
{
"deagle" { "kills" "5" }
"awp" { "kills" "5" }
"knifegg" { "kills" "1" }
}
"weaponprogression_t"
{
"deagle" { "kills" "5" }
"awp" { "kills" "5" }
"knifegg" { "kills" "1" }
}
/////////////////////////////////////////
// DEMOLITION
/////////////////////////////////////////
"gungametrbomb"
{
"maxplayers" "10"
// These are the configs that get executed when a game mode of this type is created
"exec"
{
"exec" "server_last.cfg"
}
"mapgroupsMP"
{
"mg_demolition" ""
}
"weaponprogression_ct"
{
"m4a1" { "kills" "1" }
"awp" { "kills" "1" }
"Scar20" { "kills" "1" }
}
"weaponprogression_t"
{
"ak47" { "kills" "1" }
"awp" { "kills" "1" }
"g3sg1" { "kills" "1" }
}
}}}}
//////////////////////////////////////////////////////////////////////////////////////////////
// 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
// Counter-Strike: Global Offensive Dedicated Servers - Valve Developer Community
//////////////////////////////////////////////////////////////////////////////////////////////
"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" ""
}
}
}
{
"mg_mm" // mapgroup definition
{
"name" "mg_haseek"
"maps"
{
"de_dust2" ""
"de_inferno" ""
"de_mirage" ""
"de_train" ""
"de_overpass" ""
"de_cache" ""
}
}
}
}}
//
// Values here override the default gamemodes.txt
"GameModes_Server.txt"{"gameTypes"{"classic"{"gameModes"{
/////////////////////////////////////////
// COMPETITIVE
/////////////////////////////////////////
"competitive"{
"maxplayers" "15" // Note that maxplayers doesn't go in the convar block.
// Another way to set maxplayers is to add -maxplayers_override XX to the cmd line.
"exec"
{
// Any config files listed here will be executed after the ones in gamemodes.txt.
"exec" "server_last.cfg"
}
"mapgroupsMP" // List of mapgroups valid for this game mode ( competitive )
{
"mg_bomb_se" ""
}
}
/////////////////////////////////////////
// CASUAL
/////////////////////////////////////////
"casual"{
"maxplayers" "15"
"exec"
{
"exec" "server_last.cfg"
}
"mapgroupsMP" // List of mapgroups valid for this game mode ( casual )
{
"mg_mm" ""
}
}}}"gungame"{"gameModes"{
/////////////////////////////////////////
// ARMS RACE
/////////////////////////////////////////
"gungameprogressive"{
"maxplayers" "10"
// These are the configs that get executed when a game mode of this type is created
"exec"
{
"exec" "server_last.cfg"
}
"mapgroupsMP"
{
"mg_armsrace" ""
}
"weaponprogression_ct"
{
"deagle" { "kills" "5" }
"awp" { "kills" "5" }
"knifegg" { "kills" "1" }
}
"weaponprogression_t"
{
"deagle" { "kills" "5" }
"awp" { "kills" "5" }
"knifegg" { "kills" "1" }
}
/////////////////////////////////////////
// DEMOLITION
/////////////////////////////////////////
"gungametrbomb"
{
"maxplayers" "10"
// These are the configs that get executed when a game mode of this type is created
"exec"
{
"exec" "server_last.cfg"
}
"mapgroupsMP"
{
"mg_demolition" ""
}
"weaponprogression_ct"
{
"m4a1" { "kills" "1" }
"awp" { "kills" "1" }
"Scar20" { "kills" "1" }
}
"weaponprogression_t"
{
"ak47" { "kills" "1" }
"awp" { "kills" "1" }
"g3sg1" { "kills" "1" }
}
}}}}
//////////////////////////////////////////////////////////////////////////////////////////////
// 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
// Counter-Strike: Global Offensive Dedicated Servers - Valve Developer Community
//////////////////////////////////////////////////////////////////////////////////////////////
"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" ""
}
}
}
{
"mg_mm" // mapgroup definition
{
"name" "mg_haseek"
"maps"
{
"de_dust2" ""
"de_inferno" ""
"de_mirage" ""
"de_train" ""
"de_overpass" ""
"de_cache" ""
}
}
}
}}