Не могу установить большее значение sv_maxrate чем 20000

Eseth

Участник
Сообщения
75
Реакции
8
Есть проблема, сегодня заметил что из клиента не могу установить rate больше определенного значения, в моем случае 20000 хотя на сервере установлено 30000. Несколько дней назад установил плагин для проверки пинга у игроков и первым делом подумал на него. Удалил, но пробема осталась. Единственный способ которым я смог установить sv_maxrate это через ркон (sm_rcon sv_maxrate *) но после смены карты опять предел падал до 20000. По какой-то причине сервер не хочет читать значение из server.cfg Если кто сталкивался раньше с этим, прошу помощи.
Заранее благодарен!

"Advanced admin commands" (0.16) by 3sigma
"Sound Commands" (1.4.1) by AlliedModders LLC
"Admin Help" (1.4.1) by AlliedModders LLC
"Basic Comm Control" (1.4.1) by AlliedModders LLC
"Weapon Restrict" (2.3.5) by Dr!fter
"Basic Chat" (1.4.1) by AlliedModders LLC
"Round End Protection" (0.4) by Peoples Army / XB Webforest
"Player Commands" (1.4.1) by AlliedModders LLC
"Fun Commands" (1.4.1) by AlliedModders LLC
"Basic Commands" (1.4.1) by AlliedModders LLC
"Admin List" (1.2) by Fredd
"MapChooser" (1.4.0) by AlliedModders LLC
"Maps and Prefix Maps Configs" (1.2) by graczu
"Basic Ban Commands" (1.4.1) by AlliedModders LLC
"Afk Bomb" (1.4.2) by RedSword / Bob Le Ponge
"Players Votes" (1.5.0) by The Resident, pZv!
"Name Change Punisher" (1.1) by Powerlord
"Advertisements" (0.5.5) by Tsunami
"Bomb Events" (1.1) by tuty
"Show Damage" (1.0.7) by exvel
"Nextmap" (1.4.1) by AlliedModders LLC
"Basic Votes" (1.4.1) by AlliedModders LLC
"Save Scores" (1.3.4) by exvel
"Anti-Flood" (1.4.1) by AlliedModders LLC
"LastX" (1.2) by HomicidalApe
"Connect Announce" (1.3) by Arg!
"Admin File Reader" (1.4.1) by AlliedModders LLC
"Rock The Vote" (1.4.0) by AlliedModders LLC
"Killer info display" (1.0) by Berni, gH0sTy
"Admin Menu" (1.4.1) by AlliedModders LLC
"Show Players" (1.1.0) by AnIHiL
"Halftime teamswitch" (1.0.11) by [30+]Gemeni
"SoDStats" (1.0.11) by ]SoD[ Frostbyte
"Healthkit On Death" (1.7.1) by Knagg0
"Map Nominations" (1.4.0) by AlliedModders LLC
"Client Preferences" (1.4.1) by AlliedModders LLC
"Fun Votes" (1.4.1) by AlliedModders LLC
"PermaMute" (0.1) by Ryan "FLOOR_MASTER" Mannion
"Basic Info Triggers" (1.4.1) by AlliedModders LLC
[01] SourceMod (1.4.1) by AlliedModders LLC
[02] CS:S Tools (1.4.1) by AlliedModders LLC
[03] SDK Tools (1.4.1) by AlliedModders LLC
[04] SDK Hooks (2.1.0) by Tsunami, psychonic
Protocol version 21
Exe version 1.0.0.70 (cstrike)
Exe build: 21:27:40 Jan 31 2012 (4833) (240)
// server name
hostname " XB CSS | PUBLIC [www.webforest.ro]"

// server admin (rcon) passsword
rcon_password "***"

// server join password
sv_password ""

// Advanced RCON
sv_rcon_banpenalty 15
sv_rcon_maxfailures 5
sv_rcon_minfailures 5
sv_rcon_minfailuretime 30

// server cvars
mp_footsteps 1

// only allow 1 player difference between teams
mp_limitteams 1
mp_autoteambalance 1

sv_airaccelerate 120
sv_enableboost 1
sv_enablebunnyhopping 1

mp_autokick 0
mp_flashlight 1
mp_tkpunish 1
mp_forcecamera 0
sv_alltalk 1
sv_pausable 0
sv_cheats 0
sv_consistency 1
sv_allowupload 1
sv_allowdownload 1
sv_maxspeed 320
mp_limitteams 2
mp_hostagepenalty 5
sv_voiceenable 1
mp_allowspectators 1
mp_chattime 5
sv_timeout 65
sv_pure 1

// round specific cvars
mp_freezetime 0
mp_timelimit "35"

mp_roundtime "3"
mp_maxrounds ""
mp_startmoney "800"
mp_c4timer "45"
mp_fraglimit 0
mp_playerid 0
mp_spawnprotectiontime 0
mp_friendlyfire "0"
mp_limitteams "1"

// bandwidth rates/settings

sv_minrate 15000
sv_maxrate 30000

sv_minupdaterate 33
sv_maxupdaterate 60

sv_mincmdrate 33
sv_maxcmdrate 67
//sv_maxcmdrate 66

sv_client_cmdrate_difference 1
// sv_client_predict 1
// sv_client_interpolate 1
// sv_client_min_interp_ratio -1
// sv_client_max_interp_ratio -1

sv_client_predict 1
// - This can be used to force the value of cl_predict for connected clients (only while they are connected).
// - Remember, cl_predict is flaged client, cheat. Default: 1
// -1 = let clients set cl_predict to anything
// 0 = force cl_predict to 0
// 1 = force cl_predict to 1

sv_client_max_interp_ratio 0.2
// - This can be used to limit the value of cl_interp_ratio for connected clients (only while they are connected).
// - If sv_client_min_interp_ratio is -1, then this cvar has no effect.

sv_client_min_interp_ratio 0.1
// - This can be used to limit the value of cl_interp_ratio for connected clients (only while they are connected).
// - (-1) let clients set cl_interp_ratio to anything
// - Any other value = set minimum value for cl_interp_ratio

sv_client_interpolate 1
// - This can be used to force the value of cl_interpolate for connected clients (only while they are connected).
// -1 = let clients set cl_interpolate to anything
// 0 = force cl_interpolate to 0
// 1 = force cl_interpolate to 1

// sv_unlag 1
// - Enables player lag compensation

// sv_maxunlag 1
// - min. 0.000000 max. 1.000000
// - Maximum lag compensation in seconds

// server logging
sv_logbans 1
// sv_logecho 1
sv_logfile 1
sv_log_onefile 0
sv_use_steam_voice 0

//Specify that we want this specific servers logs placed in a folder called logs/server1
//to separate them from another servers logs
sv_logsdir "logs/server1"
log 1

// operation
sv_lan 0
// region the server should appear in under the steam browser
sv_region 0
sv_contact "***"

//echo *** Adding Server RATE Alias' ***
alias dslow sv_minrate 2500;sv_maxrate 2500;sv_minupdaterate 5;sv_maxupdaterate 5;echo dead slow
alias vslow sv_minrate 3500;sv_maxrate 3500;sv_minupdaterate 13;sv_maxupdaterate 13;echo very slow
alias slow sv_minrate 3500;sv_maxrate 5000;sv_minupdaterate 14;sv_maxupdaterate 14;echo slow
alias norm sv_minrate 3500;sv_maxrate 7500;sv_minupdaterate 15;sv_maxupdaterate 15;echo normal
alias fast sv_minrate 3500;sv_maxrate 9999;sv_minupdaterate 20;sv_maxupdaterate 20;echo fast
alias vfast sv_minrate 3500;sv_maxrate 20000;sv_minupdaterate 20;sv_maxupdaterate 60;echo LAN fast

// quick display of all the current settings
alias rates sv_minrate;sv_maxrate;sv_minupdaterate;sv_maxupdaterate

// motd file for this server
// Note: You could simply have this as motd.txt in all config files, so that all servers share the same config file
// This is just an example so you know how to specify individual ones if necessary


// execute our banned suer files
exec banned_user.cfg
exec banned_ip.cfg


sv_downloadurl "***"
Операционная система: Linux
 
Последнее редактирование:

Eseth

Участник
Сообщения
75
Реакции
8
нашел еще в логах сервера момент когда sv_maxrate устанавливается на 20000 и кроме него еще и sv_minupdaterate на значение 20

Вот что появляется в логах:
2012-04-09 16:36:58.301618500 "sv_maxrate" = "20000" ( def. "0" )
2012-04-09 16:36:58.301620500 replicated
2012-04-09 16:36:58.301622500 - Max bandwidth rate allowed on server, 0 == unlimited
2012-04-09 16:36:58.301624500 "sv_minupdaterate" = "20" ( def. "10" )
2012-04-09 16:36:58.301627500 replicated
2012-04-09 16:36:58.301628500 - Minimum updates per second that the server will allow
2012-04-09 16:36:58.301639500 "sv_maxupdaterate" = "60" ( def. "66" )
2012-04-09 16:36:58.301641500 replicated
2012-04-09 16:36:58.301643500 - Maximum updates per second that the server will allow

Кто может с этим помочь?
 

Vit_ amin

Добрая душа
Сообщения
1,504
Реакции
660
Не знаю что и сказать. Переустанови сервер.Хотя это помойму бред.Либо какой то плагин блокирует изменение команды.
 

Eseth

Участник
Сообщения
75
Реакции
8
Проблема решена, в server.cfg были следующие строчки:

alias dslow sv_minrate 2500;sv_maxrate 2500;sv_minupdaterate 5;sv_maxupdaterate 5;echo dead slow
alias vslow sv_minrate 3500;sv_maxrate 3500;sv_minupdaterate 13;sv_maxupdaterate 13;echo very slow
alias slow sv_minrate 3500;sv_maxrate 5000;sv_minupdaterate 14;sv_maxupdaterate 14;echo slow
alias norm sv_minrate 3500;sv_maxrate 7500;sv_minupdaterate 15;sv_maxupdaterate 15;echo normal
alias fast sv_minrate 3500;sv_maxrate 9999;sv_minupdaterate 20;sv_maxupdaterate 20;echo fast
alias vfast sv_minrate 3500;sv_maxrate 20000;sv_minupdaterate 20;sv_maxupdaterate 60;echo LAN fast

именно они выставляли значения для sv_minupdaterate, sv_maxrate, sv_minupdaterate и sv_maxupdaterate :)
после чего прокоментировал ("// ") эти строчки и перезапустил сервер все встало на свои места ;)
 

Vit_ amin

Добрая душа
Сообщения
1,504
Реакции
660
alias dslow sv_minrate 2500;sv_maxrate 2500;sv_minupdaterate 5;sv_maxupdaterate 5;echo dead slow
alias vslow sv_minrate 3500;sv_maxrate 3500;sv_minupdaterate 13;sv_maxupdaterate 13;echo very slow
alias slow sv_minrate 3500;sv_maxrate 5000;sv_minupdaterate 14;sv_maxupdaterate 14;echo slow
alias norm sv_minrate 3500;sv_maxrate 7500;sv_minupdaterate 15;sv_maxupdaterate 15;echo normal
alias fast sv_minrate 3500;sv_maxrate 9999;sv_minupdaterate 20;sv_maxupdaterate 20;echo fast
alias vfast sv_minrate 3500;sv_maxrate 20000;sv_minupdaterate 20;sv_maxupdaterate 60;echo LAN fast
Зачем тебе это ?
Ели используешь алисы так используй нужные пример:
alias +timeleft incrementvar mp_timelimit 20 120 +10
alias -timeleft incrementvar mp_timelimit 20 120 -10
alias freeze1 "mp_freezetime 0;say Время заморозки игроков в начале раунда - Отключено"
alias freeze2 "mp_freezetime 3;say Время заморозки игроков в начале раунда = 3 секунды"
alias freeze3 "mp_freezetime 6;say Время заморозки игроков в начале раунда = 6 секунд"
alias freeze4 "mp_freezetime 10;say Время заморозки игроков в начале раунда = 10 секунд"
 
Сверху Снизу