Source TV Notes

Source TV Notes

New postby Midnight on Fri Nov 20, 2009 12:57 am

Restart Order: Game Server then STV.
If you restart the STV, you likely will have to restart the game server again, the tv doesn't get dropped on the game server and so it will be full with STV tries to connect again. Though sometimes it will work, maybe if enough time has passed and the tv got dropped on the game server.

In command line use +tv_port not -tv_port. The latter doesn't work for some reason.

Make the STV connect to the TV_port on the main game server, not the main game port.

TV_enabled 1 should be set on both the main game server and STV server. Essentially the STV connects to the tv on the main server, so set the tv_maxclients to 1, which allows for 1 STV to connect but no users.

Users should connect to the STV on it's tv_port not the main port.

TV_Delay - you don't need this twice, so set it in the STV config only.

Main Game Server server.cfg additions.
//sourceTV
tv_enable "1"
tv_allow_camera_man "0"
tv_maxrate "5000"
tv_delay "0" // don't need delay here if you have it in STV config
tv_name "MidnightGaming TV"
tv_title "Powered by #MidnightGaming"
tv_maxclients "1"
tv_transmitall "1"
tv_relaypassword ""


STV server.cfg:

// YOU MUST RESTART YOUR SERVER AFTER MAKING ANY CHANGES FOR THEM TO BE CHANGED

//////////////////////////// Server Name and Passwords ////////////////////////////
// You must keep quotes around the name and passwords or your server will stop working

// This should match tv_relaypassword on the main game server, usually blank
password "%privatepassword%"

// Server Name for the in-game browser list
hostname "%hostname%"

// Set the rcon Passsword
rcon_password "%rconpassword%"

// This password is used by connecting spectators to watch the game
// Leave blank for no password required to connect to the relay
tv_password "%tvpassword%"

// Delay of the relay in seconds
tv_delay %delay%

// These settings you probably don't need to change

tv_enable 1
// TV PORT MUST COME BEFORE THE tv_relay COMMAND!!! Otherwise defaults to 27020
tv_port %customport1%
// tv_name is what shows up in the server browser and ScoreBoard
tv_name "%hostname%"
// tv_title shows up in the TV Screen
tv_title "%tvtitle%"
tv_maxclients %slots%
tv_autoretry 1
tv_autorecord %autorecord%
tv_timeout 0
tv_delaymapchange 1
tv_maxrate 3500
tv_snapshotrate 16
tv_relaypassword "password" //This password can be used to link multiple relays, this is generally only used on the master
tv_dispatchmode 1
tv_relayvoice 0
tv_transmitall %transmitall%
tv_chatgroupsize 0
tv_allow static_shots 1
tv_allow_camera_man 0
tv_deltacache 2
tv_chatttimelimit 5

// You can change the Master server to connect to here, or also in Command Line Changer area, which overrides this!
// If changing here is not working, check Command Line Changer is set to default command line
tv_relay primary_serverip:primary_tv_port
Midnight
Site Admin
 
Posts: 96
Joined: Fri Nov 09, 2007 12:48 am
Location: Los Angeles

Return to CS Source

Who is online

Users browsing this forum: No registered users and 1 guest

cron