TeamSpeak Easy Connector 03b


Description by Rednas:
	With a lot of help from Idefix, rednas managed to make this mutator which let 
	you connect to teamspeak ingame easily. I don't know if it's working 100 % allright and 
	in the best way, but it works for most windows users and I use it on my server.

Features:
	- enables a player to connect to a teamspeak server ingame
	- enables a player to automatically switch to the correct 'teamcolor channel'
	- enables a player to manually connect to blue, red, spectators, together or 
	  a channel given by the player
	- creates the teampspeakname from the unreal playername
	- shows the player to which server, channel and subchannel it's connecting

Installation:
	Upload the .u and .ini file to your server, Add the line: 
	serverpackages=Teamspeak03b.TeamspeakMutator to your unrealtournament.ini file.
	Eventually, you can upload the file Teamspeak03b.u.uz in the map compressed to your
	redirect webserver.

Configuration:
	In the teamspeak.ini you'll find:

	[Teamspeak03b.TeamspeakMutator]
	Server="ipaddress or hostname here"
	Port=8767
	Password=
	Channel="funserver"
	ChannelPassword=
	Prefix=
	Subchannel(0)="Red-Team"
	Subchannel(1)="Blue-Team"
	Subchannel(2)="Spectators"
	Subchannel(3)="Together"
	bEnableCommands=True
	WelcomeMsgCmdEnabledLine1="--------------------------  TeamSpeak Info:  ---------------------------"
	WelcomeMsgCmdEnabledLine2="Type MUTATE TEAMSPEAK to connect to your teamspeak channel or use MUTATE"
	WelcomeMsgCmdEnabledLine3="TSR (or TSB, TSS, TST) to go to the red, blue, spec or together channel"
	WelcomeMsgCmdEnabledLine4="Type MUTATE TCH FOO to go to channel foo"
	WelcomeMsgCmdEnabledLine5="---------------------------------------------------------------------------"
	WelcomeMsgCmdDisabledLine1="--------------------------  TeamSpeak Info:  ---------------------------"
	WelcomeMsgCmdDisabledLine2="Type MUTATE TEAMSPEAK to connect to your teamspeak channel"
	WelcomeMsgCmdDisabledLine3="---------------------------------------------------------------------------"
	WelcomeMsgCmdDisabledLine4=
	WelcomeMsgCmdDisabledLine5=

How does it work?
	Basically it lets your UT say you want to start an URL for teamspeak. Your 
	computer needs to be able to work with this for this mutator to work. On linux 
	you may need to tweak some settings to make the teamspeak URL's work.

	You can use is the mutator in two ways:
	MUTATE TEAMSPEAK will connect you to the channel of the team you are now in.
	For some purposes I put in that you can also connect to the appropriate channels with:
	mutate TSB :			blue team
	mutate TSR :			red team
	mutate TSS :			spectators
	mutate TST :			together (if you like all people to chat together).
	mutate TCH channelname :	"channelname"
	If you want to enable the TXX commands set bEnableCommands=True in your ini file.

Compabilaty:
	This mutator will probably work together with a mutator that will put you in your 
	teamchannel once you are connected to the server. That mutator can be found at: 
	http://infmodteam.com/index.php?page=project&id=28


