Не понятные cvar

SHAREN

Servers-Info.Ru
Сообщения
232
Реакции
32
C-подобный:
    mp_teamflag_1                            : 0        : , "sv"           : Enter a country's alpha 2 code to show that flag next to team 1's name in the spectator scoreboard.
         mp_teamflag_2                            : 0        : , "sv"           : Enter a country's alpha 2 code to show that flag next to team 2's name in the spectator scoreboard.
         mp_teamlogo_1                            : 0        : , "sv"           : Enter a team's shorthand image name to display their logo. Images can be found here: 'resource/flash/econ/tournaments/teams'
         mp_teamlogo_2                            : 0        : , "sv"           : Enter a team's shorthand image name to display their logo. Images can be found here: 'resource/flash/econ/tournaments/teams'
         mp_teammatchstat_1                       : 0        : , "sv"           : A non-empty string sets first team's match stat.
         mp_teammatchstat_2                       : 0        : , "sv"           : A non-empty string sets second team's match stat.
         mp_teammatchstat_cycletime               : 45       : , "sv"           : Cycle match stats after so many seconds
         mp_teammatchstat_holdtime                : 5        : , "sv"           : Decide on a match stat and hold it additionally for at least so many seconds
         mp_teammatchstat_txt                     : 0        : , "sv"           : A non-empty string sets the match stat description, e.g. 'Match 2 of 3'.

Вообще не понял для чего эти конфиги, переводчик не помог

p.s.
sv_showimpacts : 0 : , "sv", "rep" : Shows client (red) and server (blue) bullet impact point (1=both, 2=client-only, 3=server-only)
sv_showimpacts_penetration : 0 : , "sv", "rep" : Shows extra data when bullets penetrate. (use sv_showimpacts_time to increase time shown)
sv_showimpacts_time : 4 : , "sv", "rep" : Duration bullet impact indicators remain before disappearing
вот еще
 

White Wolf

🍉
Сообщения
2,382
Реакции
2,187
  • Команда форума
  • #2
mp_teamflag_1 : 0 : , "sv" : Enter a country's alpha 2 code to show that flag next to team 1's name in the spectator scoreboard.
Требуется ввести название страны первой команды ("ru", "ua","us") для наблюдателя. С точки зрения наблюдателя он будет видеть флаг той страны у первой команды
mp_teamflag_2 - аналогично первому, только со второй командой
mp_teamlogo_1 : 0 : , "sv" : Enter a team's shorthand image name to display their logo. Images can be found here: 'resource/flash/econ/tournaments/teams'
Требуется ввести ссылку на картинку с логотипом первой команды. Картинка должна быть в директории указанной выше и вероятно в формате png или vdf. Точно не уверен.
Например: mp_teamlogo_1 "myperfectteam"
mp_teammatchstat_txt : 0 : , "sv" : A non-empty string sets the match stat description, e.g. 'Match 2 of 3'.
Я это понял как описание матча, который будет выведен в статистике.

Если установлено на 1, то место пуль будет подсвечено точками (красными - клиента, синими - после обработки сервера)
 
Сверху Снизу