CynCeyd / TS3BridgeTTT

A simple bridge between TeamSpeak 3 and GMod TTT
GNU General Public License v3.0
6 stars 6 forks source link

TS3BridgeTTT

A simple TeamSpeak 3 bridge for TTT which automatically mutes / unmutes players.

This plugin consists of two parts:

Setup

Garry's Mod Server

When you've added the workshop plugin, you need to set two required and five optional convars :

Required Convars

Optional Convars

Web Server

On the web server you need to place the contents of the following GitHub repository:

https://github.com/CynCeyd/TS3BridgeTTT/tree/master/Web

The following connection parameters have to be set for the script to be able to communicate with the TeamSpeak server. Note: The default ports are 10011 for query port and 9987 for the server port.

define("TEAMSPEAK_CONNECTION_PARAMS", array(
                    "queryUserName" => "[query_user]",
                    "queryPassword" => "[query_password]",
                    "host" => "[host]",
                    "queryPort" => [query_port],
                    "serverPort" => [server_port],
                    "botNick" => "TTT Bot"));

Further parameters are:

If there are any problems with this script, feel free to ask / comment - I will try to help or fix and issues as fast as possible.


This plugin uses the TeamSpeak 3 PHP Framework (https://docs.planetteamspeak.com/ts3/php/framework/).

It's recommended to disable the talk power granted / revoked sounds in TeamSpeak, as it might get annoying after a while of playing.