Community Forums Today's Posts     Member List     Archive    
Results 1 to 4 of 4
  1. #1
    Join Date
    Mar 2011
    Posts
    11

    Soundpack with a sound for determined group

    How can I create a voice for a server group (like guest or member). It should only be for this group.
    What is the "code"? (like "CLIENT_CONNECTION_CONNECTED_SERVER = play(...)", but for a server or channel group)
    Thank you
    The_zoker_09
    Last edited by the_zoker_09; 29-03-2011 at 22:02.

  2. #2
    Join Date
    May 2010
    Posts
    6,372
    Hello

    You can't. Actually is for only clientype (neutral, friend, etc)

  3. #3
    Join Date
    Mar 2011
    Posts
    11
    Can I use both sounds?
    The first when a friend joins and the second when somebody else joins.

    Like this:

    Code:
    if (friend join)
    { 
    play ("A friend joined the server");
    } else {
    play ("A Member joined the Server");
    }
    (Ad: this is like Java code )

    Do you understand what I mean?

    Thank you
    the_zoker_09

  4. #4
    Join Date
    May 2010
    Posts
    6,372
    By default there is no specific wav files for this specific action in the sound folder.

    But, you can copy/past the sound file from the teamspeak 2 client (also maybe in the soundPack on the addon website).

    1 - Copy/paste these files from Teamspeak 2 client to sound/default (Teamspeak 3 client)
    Code:
    13.userjoind.wev
    11.memberjoined.wav
    2 - Rename these files for a specific sound :
    Code:
    13.userjoin.wav => neutral_server_joined.wav
    11.memberjoined.wav => friend_server_joined.wav
    3 - Edit the settings.ini file (in the same folder of the soundPack) and change this part :
    Code:
    #
    # Client
    #
    # Client connection connected
    CLIENT_CONNECTION_CONNECTED_SERVER = play("${clientType}_server_joined.wav")
    CLIENT_CONNECTION_CONNECTED_CURRENT_CHANNEL = play("${clientType}_connection_connected_currentchannel.wav")
    4 - Start your Teamspeak 3 client and check the notification settings
    Client > Connection > Connected

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Sound Packs - Add Mic clicks to the soundpack/notifications
    By Clone1B in forum Suggestions and Feedback
    Replies: 0
    Last Post: 20-01-2011, 17:54
  2. [No Bug?] No sound from Default Soundpack
    By Daemonium Noctis in forum Bug Reports
    Replies: 4
    Last Post: 11-11-2010, 12:50
  3. [Bug] Sound and Soundpack
    By KevinGregull in forum Bug Reports
    Replies: 1
    Last Post: 11-11-2010, 09:26

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •