TeamSpeak 3 - Custom news marquee

0x0539

Retired Staff
Contributor
Jan 30, 2016
1,334
1,214
254
This is a very simple tutorial how to edit your own TeamSpeak 3 client news.
90byx1.png


Needs/requirements:
- Brain (maybe)
- SQLite Browser

- Restarting TS3 client

Let's get straight to it, this won't be a long tutorial as it's very easy to do. (PS, you might not even need a brain!)
[Let's be for real, if I can do it so can you!]

Go to
Code:
C:\Users\%USERNAME%\AppData\Roaming\TS3Client

%USERNAME% = Your username
Example: C:\Users\0x0539\AppData\Roaming\TS3Client


Open up
Code:
settings.db
with SQLite Browser

2cfw8c2.png

A: Click on browse Data.
B: Choose "News" from the tables.
C: 1 = Closed News / 0 = Open News
D: Your custom text, as you saw with the screenshot above. Mine was binary.
E: The next time your TS3 client will check for a news update. (I set mine to a couple years from now so it won't change)

Last step:
Restart your TS3 Client!
 
Last edited:

kingston

Contributor
Feb 10, 2016
243
151
128
I thought, for a second, that this thread would cover pushing custom news from the server but it is more like client pulling them in fact (wondering how would client modding go to achieve pulling from a different source). Still pretty cool find, i have never thought that it is all stored in local sqlite.
 
Top