// #autoload // #name = UberMute // #version = 1.55 // #date = March 28, 2002 // #author = Paul Tousignant // #warrior = UberGuy (FT) // #email = uberguy@tribes2.org // #web = http://uberguy.tribes2.org // #description = Chat spam filter // #category = UberGuy's Scripts // #status = beta // #credit = Thanks to Kong98, who's SquadMsg I used as a model for the muted text HUD. // #config = muteControlGUI // #readme = scripts/UberGuy/uberMute.txt // #include = support/circular_queue.cs // #include = support/team_tracker.cs UberMute.cs Version 1.55 by UberGuy (FT) - uberguy@tribes2.org May 14, 2002 REQUIRES: Writer's Support Pack =============================== http://uberguy.tribes2.org/files/support/support.vl2 Update 1.55 (9/21/2002) =========== +Added option to mute output from other players who are using DerkyleMsgTaunt. +Added block for spam of player join messages on the debriefing screen. Update 1.5 (9/17/2002) =========== +Fixed bug causing console spam and preventing messages from appearing in the muted text hud. Thanks to ParadoX for pointing out the problem after all this time! Update 1.4 (5/15/2002) =========== +Added option to mute output from other players who are using my LoadoutSay script. Update 1.3 (3/28/2002) =========== +Fixed bug where the script was muting the user's own repetitive text. +Added features to make the hud showing muted messages only popup when updated. Update 1.2 (3/23/2002) =========== +Added a hud to display muted text, with its own moving and resizing logic. Update 1.1 (1/29/2002) =========== +Fixed a problem with script initialization and preferences saving. Thanks to [nCn]Halide for pointing out the problems! TO INSTALL: =========== Place uberMute.vl2 anywhere under Tribes2\GameData\base. Play T2! The script is configured from Writer's script browser GUI. Description of options is in the on-line readme tab. Check it out. Enjoy!