Skip to content

PureVoice Setup

Ulrich Strauss edited this page May 8, 2019 · 1 revision

For an example of the server-side implementation of the Voice Plugin , see the Teamspeak-Controller Sample.

Add a reference to PureVoiceServer.dll to your gamemode and you are ready to go. Please note, that no installation is necessary on the TS3 Server!

Information you will need:

  • The identity of your TS3 server
  • The ID of your InGame voice channel
  • The password of your InGame voice channel

To get this information, install the PureVoice TS3-Plugin , activate it and connect to your TS3 server.

  • Now join your inGame voice channel, and leave it again.
  • Open the TS3 Client-Log (Ctrl-L)
  • Look for a line "Server 1 CONNECTION_ESTABLISHED somewiredstring"
  • somewiredstring is the identity of your TS3 Server. Note it down.
  • Look for a line "Local client id number". number is your clientid.
  • Look for a line "ts3plugin_onClientMoveEvent clientid: number1 => number2 v:1"
  • number2 is the ID of your inGame voice channel.

Also choose a server-secret (this will be used to authenticate a client against the server).

For use with a PureVoice compatible game, enter the information at the according place (e.g. the meta.xml for gtmp) For use with CEF/HTML/Javascript Mode, enter them in the URL.

Clone this wiki locally