Adds a built in TeamSpeak overlay, cause the plugin ones work bad. Names appear when people talk and disappear when they be quiet. You can drag it around, cause that's cool. Screenshot of me talking to myself. #foreveralone INSTALL INSTRUCTIONS!!!! - Install TeamSpeak3 (obviously) - Install the WebSocket plugin http://pamods.github.io/files/ts3_websocket-v1.0.2.ts3_plugin - In TeamSpeak, go Settings, Plugins and tick Websocket plugin. - Install the TeamSpeak Overlay mod from PAMM. Now go on teamspeak and talk and yay! This is quickly thrown together based on the code included in the teamspeak websocket plugin, so expect it to break. Hit F5 to refresh the ui if it does. If someone wants to style it cooler, please do. https://github.com/pamods/uimod-teamspeak-overlay (Done at ZaphodX request, luckily it was easy!) The TeamSpeak websocket plugin is from Project Kryptonite, so big thanks to them! https://projectkryptonite.com
Thanks, fixed. Not sure why it doesn't work for you. Try restart teamspeak? Do you have something else listening on port 8666? Do "netstat -aon" and check the PID listening on that port matches teamspeak.
Very useful mod man, especially when you don't remember the voice of each person in the room so you don't need to ask who said what.
What language is everyones computers that this does/doesn't work for? I'm English NZ and it works for me. Edit: Might be that you are on a server with strange characters in the channel or users names? (https://code.google.com/p/v8/issues/detail?id=761) There is an older version of the WebSocket plugin here http://ts3overlay.r-dev.de/download/ (the last file). Could someone please try it? (I don't expect it to fix anything, but worth a go)
Windows Language Is English Was connected to RLM TeamSpeak hmm maybe some character in the room it didn't like. Will retry tonight
Nice job ! Do you have to join a TS server / channel before launching the game or does the MOD do that for you ? ...Just wondering, wasn't a voice chat planned for PA ? According Features list no....
Yes you have to join a TS server first @Danzel still not working tested with RLM Teamspeak server ( channel "Team De Beste") so no funny Chars in that and only I was in the channel so "P Roeleert".
Dumb. I tested on RLM server and everything was OK. The bug will probably be in the WebSockets plugin for TS3, which is something built by someone else and they haven't released the source AFAIK, so nothing I can do on it sorry If you extract the plugin (like a zip), there is a test.html You could try that in chrome on your computer? If that works, then there is a bug in the webkit version in the PA UI.
it wouldn't work for me either so i FIXED IT Replace the Teamspeak.js with the one in my zip file and BAM it'll work for you too C:\Users\"yourusername"\AppData\Local\Uber Entertainment\Planetary Annihilation\mods\teamspeak\ui\mods\teamspeak
On github.. The teamspeak.js needs this change to work Line 196 hostname: 'localhost', change it to hostname: '127.0.0.1', TADA