Зависает cs:go при коннекте на сервер

Роман Кузнецов

Участник
Сообщения
10
Реакции
0
// To use this file, rename it to GameModes_Server.txt
//
// Values here override the default gamemodes.txt

"GameModes_Server.txt"
{
"gameTypes"
{
"classic"
{
"gameModes"
{
"competitive"
{

"maxplayers" "8" // 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"
{
"exec" "my_server_override_competitive.cfg"
}

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

"casual"
{

"maxplayers" "25"

"exec"
{
"exec" "my_server_override_casual.cfg"
}

"mapgroupsMP" // List of mapgroups valid for this game mode ( casual )
{
"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.
2//
// 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" ""
}
}
}
}

Добавлено через 1 минуту
Вот он запуск ...
./srcds_linux -game csgo -console -usercon +game_type 0 +game_mode 0 +mapgroup mg_bomb +map de_dust2_se +port 27017 -tickrate 128 +sv_lan 0 +fps_max 0

Добавлено через 4 минуты
вот сам сервер....
31.41.45.85:27017
 
Последнее редактирование:

Zhenjabss

vizuvi.ru
Сообщения
237
Реакции
76
//////////////////////////////////////////////////////////////////////////////////////////////
// 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.
2//
// 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/...icated_Servers
//////////////////////////////////////////////////////////////////////////////////////////////

убери :
2 перед //
 

Konstantin

Участник
Сообщения
1,775
Реакции
759
Роман Кузнецов, По идее (если я правильно понимаю) в строке запуска должно быть mg_bomb_se, но, как видно из параллельной темы, это не очень-то помогает...
Оффтоп
 

Роман Кузнецов

Участник
Сообщения
10
Реакции
0
нет.. ребят!!! не помогает... бред какой то....
в общем... давайте парни в аську пишите 307-713-769 - что бы форум пачкать...
как получиться - выложу на форум
спасибо за ранее...
 

Konstantin

Участник
Сообщения
1,775
Реакции
759
Сверху Снизу