//STA HLTV configuration file //Place this cfg in your default HL folder (or wherever the HLTV exe is) //Exec this file by typing "exec stahltv.cfg" in the HLTV console or through HLTV rcon //modified 10/25/05 by Fornaught //For more information on HLTV, consult the HLTV-Readme.txt or http://www.slipgate.de/ //STA 9vs9 HLTV config // Proxy names, add your Clan name if desired name "STA-TFC HLTV Broadcast" hostname "STA-TFC HLTV Broadcast" //Passwords, to set please edit and uncomment, or you can allow your hltv.cfg settings to remain // //serverpassword serverpassword // sets match server server password //proxypassword staproxy // sets the HLTV proxy password, for secondary HLTV's (proxys) //adminpassword adminpassword // sets password for RCON and Commentator //spectatorpassword spectatorpassword // sets the password for HLTV spectators rate 10000 // tell server to send data with 10KB/sec updaterate 20 // get 20 updates per second from server logfile 1 // log events in logfile.log delay 90.0 // delays the game broadcast for 90 seconds autoretry 1 // proxy will try reconnection to server after any network failure chatmode 1 // local chatting on blockvoice 1 // voice data is blocked publicgame 0 // disallow joingame for HLTV spectators dispatchmode 0 // Spectators joining primary HLTV server will not be redirected to a proxy maxqueries 5 // maximum status queries per second //This message is displayed to clients when HLTV proxy is not connected to a game server offlinetext "Sorry, game is delayed. Be patient while the fun begins." // This message repeats every 5 mins on the HLTV server // It is set to show the message for 5 seconds every 300 seconds in center of X axis (-1) and // above help text bar (0.85). Color given as hexadecimal RGBA loopcmd 1 300 localmsg "STA-TFC Match Broadcast" 5 -1 0.9 FFA000FF // These commands will be executed on the connecting spectator client signoncommands "spec_autodirector 0; echo Autodirector turned off; spec_mode 3 ; echo Free roaming view mode set" //Custom Banner file (logo) //bannerfile // will display a custom banner logo in spectator GUI, file is TGA (RGBA) format //end