Topic: [Poll]Would you like to be able to disable chat sounds: Vote here!
As I found normal chat sounds of the Teeworlds 0.7.3 vanilla client quite annoying,
I proposed a feature to customize whether some specific message creates a chat sound or not.
Possibilities:
Currently there are multiple messages that create a sound:
- normal chat messages
- server messages(player enters a game, leaves the game etc)
- messages that contain your nickname
- whispered messages
- client side messages(specifically when you add someone as friend via /friend <nickname>)(super special case)(*)
The main developers of Vanilla Teeworlds would like to know, whether there is a demand for such a feature to disable/enable some or all chat messages.
Basic questions to answer would be
- what customization would be needed
- whether it is needed or wanted at all
- how customizable would that configuration need to be(toggle any available sound separatly vs. have some predefined states(please discuss if you want))
- Is there any demand to use these features(would you use any of them)
Current state:
1. the feature to toggle sounds by some predefined states states exists:
0=no client messages create a sound effect
1=whisper only creates a sound effect
2=if your nickname is tagged, a sound effect is created
3=whisper or nickname tagged
4=whisper, nickname tagged & server msg
5=whisper, nickname tagged, server msg & clientside messages(adding players as friends via /friend <..>)
6=all chat messages create a chat sound
2. the feature to toggle any sound exists:
The feature works like this:
you have a bitstring containing either 0s or 1s that are used like this:
cl_chatsound "11111"
Let's say every 1 in that command corresponds to one possible chat sound that can be toggled, thus we would get 5 possible levers to change the on(=1)/off(=0) state of a specific sound.
1:whisper message (most left bit)
2:nickname tagged
3:server message
4:chat message
5:client message(special case) (most right bit)
e.g. if you, like myself, find general chat sounds for every chat message annoying as well as server message sounds, you would want to disable those two sounds and use that command as follows:
cl_chatsound "11001"
1. bit(from left): whisper: 1 ->on
2. bit: nickname tagged: 1 ->on
3. bit: server messages: 0 -> off
4. bit: any chat message: 0 -> off
5. bit: client side message: 1 -> on
Why the poll?
The features exists, but not in the Vanilla Client, yet.
So in order to add a specific variant, we would like to know, what specific chat sound you would like to be able to toggle(disable & enable).