Results 1 to 6 of 6
-
21-11-2010, 12:58 #1
How to join/talk on Multiple Teamspeak-servers at the same time ( no tabs! )
1.
Go to C:\Program Files\TeamSpeak 3 Client and duplicate the client.exe ( in my case "ts3client_win64" ).
Name the .exe-file whatever you want, it doesn't mather.
2.
Open Notepad and copy/paste the following code:
Save the file as Teamspeak3.bat to your desktop.Code:@echo off rem Teamspeak 3 - 1 cd C:\Program Files\TeamSpeak 3 Client start ts3client_win64.exe rem Teamspeak 3 - 2 cd C:\Program Files\TeamSpeak 3 Client start ts3client_win64 - kopie.exe exit
In some cases ( 32 bit windows or other install-directory ) you have to edit the code a little bit.
I think it's pretty obvious what has to be changed...
------------------------
Voila, now you can launch Teamspeak 3 two times and join and talk on 2 different servers.
I came up with it because I play Trackmania with one clan and Battlefield Bad Company 2 with another clan, and this way I can let the one clan know that I'm playing with the other clan when they join teamspeak. It's recommended to use Text-To-Speec notifications so that teamspeak lets you know on wich server people leave and join
-
21-11-2010, 17:19 #2
-= TeamSpeak User =-
- Join Date
- Aug 2010
- Location
- Somewhere on this planet :3
- Posts
- 7
That's actually quite handy
I can use this for the game tournament I'm working on.
Thanks dude
-
21-11-2010, 17:43 #3
-= TeamSpeak Fanatic =-
- Join Date
- Feb 2006
- Location
- Texas, USA
- Posts
- 4,187
or you could just append the shortcut with -nosingleinstance

http://www.teamspeak.com/?page=faq&c...lient_multiple
-
21-11-2010, 18:26 #4
-
21-11-2010, 21:40 #5
-= TeamSpeak Guru =-
- Join Date
- May 2010
- Posts
- 6,372
Or you can create 3 capture profiles (for 3 servers for example) and you can use and talk on 3 server tab.
-
03-12-2010, 00:41 #6
-= TeamSpeak User =-
- Join Date
- Dec 2010
- Location
- USA
- Posts
- 1
Here is a bat I created you will need to change the name of the exe in the bat file to the name of the real exe on your system. then create a shortcut to the desktop
Code:@echo off set /a NUM =0 set NUM= set /P NUM=How many TS Clients: %=% :LoadLoop if %NUM% LEQ 0 goto End ::Replace ts3client_win64.exe with the correct name start ts3client_win64.exe set /a NUM = %NUM% - 1 goto LoadLoop :End
This will allow as many ts you wont up at the same time
you will need to close all of them if you wont more then you have
Edit: had a bug if a value is less then 0Last edited by Lomeront; 04-12-2010 at 00:15.
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Listen and talk in multiple channels
By Booster87 in forum General QuestionsReplies: 9Last Post: 17-07-2011, 12:05 -
How to integrate large existing user bases into TeamSpeak 3
By Peter in forum Server SupportReplies: 0Last Post: 14-07-2010, 10:11 -
Instructions to set up TeamSpeak 2.0 client and server
By {nUg}DankRider in forum [TeamSpeak 2] Server SupportReplies: 496Last Post: 05-06-2010, 07:57 -
Help with talk power and join power grants
By HakuAnime in forum Permission SystemReplies: 12Last Post: 09-01-2010, 19:35 -
Join 2 teamspeak servers?
By scarecrow82 in forum [TeamSpeak 2] Server SupportReplies: 2Last Post: 23-05-2008, 01:01



Reply With Quote
