MantisBT - Zandronum
View Issue Details
0001400Zandronum[All Projects] Suggestionpublic2013-07-15 13:142015-07-21 13:07
one_Two 
Dusk 
normalfeatureN/A
feedbackopen 
1.0 
 
0001400: Block spectators talk.
I think it'd be a good idea to have a command in game (like f8) but that only blocks (so you can't hear it) spectators talk, this'd be good for ctf when it can get pretty annoying and team messages are important.
No tags attached.
has duplicate 0002353closed  Allow client to hide\Ignore spectator messages 
has duplicate 0001819new  block chat messages from individuals&groups 
Issue History
2013-07-15 13:14one_TwoNew Issue
2013-07-31 00:15DuskNote Added: 0006856
2013-07-31 00:16DuskNote Edited: 0006856bug_revision_view_page.php?bugnote_id=6856#r3829
2013-07-31 08:38DuskNote Added: 0006860
2013-07-31 08:38DuskAssigned To => Dusk
2013-07-31 08:38DuskStatusnew => feedback
2013-07-31 08:40DuskNote Edited: 0006860bug_revision_view_page.php?bugnote_id=6860#r3833
2015-07-21 13:05unknownnaRelationship addedhas duplicate 0002353
2015-07-21 13:07unknownnaRelationship addedhas duplicate 0001819

Notes
(0006856)
Dusk   
2013-07-31 00:15   
(edited on: 2013-07-31 00:16)
Perhaps the correct way to do this would be to add new message log levels - chat and team chat, in that order before critical? Then you could filter messages that are below team chat using the msglevel cvar and get only team chat and important messages.

(0006860)
Dusk   
2013-07-31 08:38   
(edited on: 2013-07-31 08:40)
Turned out the message levels already exist for chat and team chat and the filter can already be configured to only show team messages - in 1.1 - by setting the 'msg' cvar to 4, so in this case it's just a matter of adding a menu option.

However:
- the sound is still played even if the message gets filtered, though this is a simple fix.
- the chat levels are above critical, thus a very big lot of important messages get filtered and the console does not respond if the filter is set to chat/team chat. Would it make sense to drop the chat and team chat messages to below critical?

This is what I have right now:'http://pastebin.com/vuS3gsZ6 [^]'