您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. // HLTV Proxy configuration file
  2. // HLTV proxy runs this file on start up
  3. // This file should only be edited if you want to broadcast a game
  4. // set HLTV proxy name as shown in score board
  5. name "HLTV Proxy"
  6. // set HLTV name, how it should appear in game server browsers
  7. // hostname "My HLTV Proxy"
  8. // set offline info text clients will see as reject reason if HLTV isn't broadcasting yet
  9. offlinetext "Sorry, game is delayed. Please try again later."
  10. // delays broadcasting for 30 seconds
  11. delay 30.0
  12. // allow 3.5 KByte/sec as client rate. This is good a value
  13. // for internet broadcasts. On LAN you may set this value to 10000
  14. maxrate 3500
  15. // log HLTV console in proxy.log
  16. // logfile 1
  17. // local chatting for HLTV spectators enabled
  18. chatmode 1
  19. // if game server is password protected, enable this line
  20. // serverpassword "mypassword"
  21. // proxy's adim password for rcon, commentator etc.
  22. // adminpassword "mypassword"
  23. // show message for 5 seconds each 60 seconds in center of X axis (-1) and
  24. // above help text bar (0.85). Color given as hexadecimal RGBA .
  25. loopcmd 1 60 localmsg "You're watching HLTV. Visit www.valvesoftware.com" 5 -1 0.85 FFA000FF
  26. // hltv.tga will be shown instead of the default HLTV logo in spectator GUI
  27. // bannerfile "hltv.tga"
  28. // these commands will be executed on connecting spectator client and may be used
  29. // to adjust settings for HLTV (for example voice parameters)
  30. signoncommands "voice_scale 2; voice_overdrive 16; volume 0.5; echo Voice adjusted for HLTV"
  31. echo hltv.cfg loaded.