Portal Home > Knowledgebase > Game Servers > HalfLife 2 Games > How to add SourceTV?


How to add SourceTV?




If Source TV is added to your server. The following configs need to be added to your server.cfg

//SourceTV Config - Pugnacious / Aerelon

//This turns sourceTV on and off - If enabled the TV will appear as a
//BOT in spectate once the map changes or server is restarted.
//1 for enabled, 0 for disabled
tv_enable 1

//This is the name of the TV when you view it in spectate.
//It is a good idea to set the name as the server ip and port so people can easily find and join it!
//Replace "name" with the value you want
tv_name "name"

//Show a title in the spectators sourceTV session
//Replace "text" with the title
tv_title "text"

//Set the maximum number of TV clients between a number
//of 0 and 255, Replace "10" with the number you want.
tv_maxclients "10"

//Sets the delay time for the TV, Most leagues require this
//to be at around 90 or 120 seconds.
tv_delay "120"

//The TV port number, by default this is 27020
tv_port 27020

//Set a password for your TV to stop random people
//connecting, replace "password" with your password.
tv_password "password"

//Starts recording when people join the server.
//the demo is recorded in a date and time format.
//1 to enable, 0 to disable (0 = default)
tv_autorecord 0



Was this answer helpful?

Add to Favourites Add to Favourites    Print this Article Print this Article

Also Read