Upvote Upvoted 1 Downvote Downvoted
How to mute people in stv demos
1
#1
0 Frags +

Title, there were some people mic spamming in a faceit pug and i wanted to mute certain and not just everyone, how would i do this?

Title, there were some people mic spamming in a faceit pug and i wanted to mute certain and not just everyone, how would i do this?
2
#2
0 Frags +

voice_enable 0

voice_enable 0
3
#3
0 Frags +
GrapeJuiceIIIvoice_enable 0

i dont want to mute everyone, only certain ppl

[quote=GrapeJuiceIII]voice_enable 0[/quote]
i dont want to mute everyone, only certain ppl
4
#4
0 Frags +
vulci dont want to mute everyone, only certain ppl

maybe you could use the mute button on the menu although im not sure if that will work

[quote=vulc]
i dont want to mute everyone, only certain ppl[/quote]
maybe you could use the mute button on the menu although im not sure if that will work
5
#5
0 Frags +
GrapeJuiceIIIvulci dont want to mute everyone, only certain pplmaybe you could use the mute button on the menu although im not sure if that will work

it didnt work for me, i muted through the scoreboard menu

[quote=GrapeJuiceIII][quote=vulc]
i dont want to mute everyone, only certain ppl[/quote]
maybe you could use the mute button on the menu although im not sure if that will work[/quote]
it didnt work for me, i muted through the scoreboard menu
6
#6
SizzlingStats
11 Frags +

Can you link me the demo? I wanna try something.

Can you link me the demo? I wanna try something.
7
#7
5 Frags +
SizzlingCalamariCan you link me the demo? I wanna try something.

sorry for taking such a long time, i forgot to check this thread, sent through pm :)

[quote=SizzlingCalamari]Can you link me the demo? I wanna try something.[/quote]
sorry for taking such a long time, i forgot to check this thread, sent through pm :)
8
#8
SizzlingStats
16 Frags +

Using https://github.com/SizzlingStats/demboyz, I filtered out the svc_voicedata packets coming from the players that vulc didn't want. svc_voicedata contains the userid of who the packets are coming from, so it was just a quick guess of userid to filter out the right players.

Alternatively, you could use cl_voice_filter and set it to a string of all of the player names that you want voice from.

Using [url=https://github.com/SizzlingStats/demboyz]https://github.com/SizzlingStats/demboyz[/url], I filtered out the svc_voicedata packets coming from the players that vulc didn't want. svc_voicedata contains the userid of who the packets are coming from, so it was just a quick guess of userid to filter out the right players.

Alternatively, you could use [b]cl_voice_filter[/b] and set it to a string of all of the player names that you [b]want[/b] voice from.
Please sign in through STEAM to post a comment.