Краш сервера при смене карты

Aleksandros

Участник
Сообщения
202
Реакции
6
Здравствуйте, прошу помочь, есть сервер минигейм на 30 слотов, но стим. Некоторые карты, не хотят запускаться на сервере. При смене карты сервер крашится и перезапускается на начальной карте.
- В папку maps на сервере карты загружены.
- На Fastdl карты загружены в формате bz2.
- Карты пробовал качать как из воркшопа так и с геймбананы.
- В логах ничего по этому поводу не отображается.
- nextmap.smx отключен.

Код ошибки в консоли:
ApplyGameSettings: Map mg_bob2 not part of Mapgroup
ApplyGameSettings: MapGroup not part of type classic mode casual
Executing server command:
nextlevel mg_bob2
map mg_bob2 reserved

Строка запуска:
screen -d -m ./srcds_run -game csgo -console -tickrate -usercon -port 27015 +game_type 0 +game_mode 0 +sv_pure 0 +sv_lan 0 -maxplayers_override 30 +mapgroup mg_bomb +phys_pushscale 900 +cs_enable_player_physics_box 1 +map mg_last_light_v2

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" "30" // 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" ""
}


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



"maxplayers" "30"

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

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



}}}"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.va...dicated_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" ""
}
}
"mg_bomb" // mapgroup definition
{
"name" "mg_bomb"
"maps"
{
"mg_last_light_v2" ""
"mg_airmap_run_v2" ""
"mg_lego_multigames_final_fix" ""
"cs_rat_cuisine_b1_csgo" ""
"mg_kyxnya" ""
"mg_minecraft_course_JB_b4" ""
"mg_yolo_multigames_v1_2_ws" ""
"mg_bob2" ""
}
}
}
}

Закинул эту карту к себе на второй сервер (стим, классик), там она работает. А на минигейме не пашет. В чем может быть проблема, и как её найти? Плагины? Эмулятор стима?
 
Последнее редактирование:

Aleksandros

Участник
Сообщения
202
Реакции
6
SourceMod 1.7.2, by AlliedModders LLC

Metamod:Source version 1.10.5



Закинул эту карту к себе на второй сервер (стим, классик), там она работает. А на минигейме не пашет. В чем может быть проблема, и как её найти? Плагины? Эмулятор стима?
 
Последнее редактирование:
Сверху Снизу