Сервер не меняет карту

Сообщения
29
Реакции
0
Обычная проблема обычного нуба. Сервер не меняет карту, пишет это:
http://rghost.ru/7HlsdC5Qb.view
Список модов:
http://rghost.ru/6hrJdjc5T.view
Помогите :3

Добавлено через 48 секунд
gamemodes_server.txt
// 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" "11" // 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"
}

"mg_bombs" // List of mapgroups valid for this game mode ( competitive )
{
"mg_bombs" ""
}


}
/////////////////////////////////////////
// CASUAL
/////////////////////////////////////////
"casual"{



"maxplayers" "30"

"exec"
{
"exec" "server_last.cfg"
}

"mg_bombs" // List of mapgroups valid for this game mode ( casual )
{
"mg_bombs" ""
}



}}}"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
// https://developer.valvesoftware.com/wiki/Counter-Strike:_Global_Offensive_Dedicated_Servers
//////////////////////////////////////////////////////////////////////////////////////////////


"mapgroups"
{
"mg_bombs" // mapgroup definition
{
"name" "mg_bombs"
"maps"
{
"$2000$_csgo.bsp" ""
"aim_ag_texture2_ceg.bsp" ""
"awp_ice_csgo.bsp" ""
"awp_india_csgo.bsp" ""
"awp_lego_2_aced.bsp" ""
"csgo_aim_map.bsp" ""
"csgo_awp_map.bsp" ""
"gg_houses_deagle.bsp" ""
}
}
}
}
 
Последнее редактирование:

pracc

Быть, а не казаться.
Сообщения
946
Реакции
541
У тебя у каждого названия карты формат файла bsp.
Удали у каждой карты .bsp в gamemodes_server.txt, так как, сервер и так понимает формат файла карт и писать его не нужно.
 

Petrovich

Участник
Сообщения
204
Реакции
49
Не настроен маплист, зато есть мапчузер. Неплохо
 

WINS

Участник
Сообщения
264
Реакции
97
в маплисте и рандомцикле ч нарисовано у тебя?
 
Сверху Снизу