[Request] Script that mutes custom voice packs?

Wendel
01-04-2003, 08:41 PM
Did someone make a script that mutes custom voice pack's? It seems as if I remember someone doing this...

Anyone got it? Know where it is?

I am trying to write a small script that will toggle the ability to hear custom voice pack chat messages. Any ideas on how to do this?

Barbarian
01-05-2003, 12:00 AM
email the TracerDX guy, I know he had something that would block null voices client side.

[sCs]Slinger07
01-05-2003, 12:20 AM
The only ones I know of are:

MUTE-FAGS (ftp://ftp.slingscripts.com/zUtilities/mutefags.cs) Client-Side

NVServer-Filter (ftp://ftp.slingscripts.com/zUtilities/NVServerFilter.cs) Server-Side

* I believe Uber is putting something together to stop those annoying TR2 Null noises while playing..Thank God :)

Wendel
01-05-2003, 12:13 PM
thx but I am looking to mute custom voice packs and not the null-voice expoit...

basically, I want to toggle my custom voice pack (the crack pack) during matches so it doesn't play any sounds to clutter up chat...

[sCs]Slinger07
01-06-2003, 12:13 AM
Hey WeNdel, Since like everyone in my clan uses your pack, why dont you send me your latest version and I will host it for you since T2.ORG is gone.

If thats cool, just goto my site and COPY & PASTE it to my uploads page.

Foodey
01-06-2003, 03:32 AM
rawr

stand-allone mute team/enemy/all script >:3 ?

Wendel
01-06-2003, 11:08 PM
Originally posted by [sCs]Slinger07
Hey WeNdel, Since like everyone in my clan uses your pack, why dont you send me your latest version and I will host it for you since T2.ORG is gone.

If thats cool, just goto my site and COPY & PASTE it to my uploads page.

ok mang...

I uploaded it here: ftp://ftp.slingscripts.com/incoming/

thanks! kick ass site btw... I will upload you the next version when we make it too... :D

edit: i figured the script out btw... just updated VoicePack.cs by adding a function or two...

// add a global
$VoicePackSTFU = false;

// add two functions ========================= ========================
function STFU(%val)
{
if(%val)
{
if($VoicePackSTFU)
{
addMessageHudLine("\c5Soundpack turned on...");
activateChatMenu("scripts/voiceBinds.cs");
%scriptname = "scripts/" @ $voicePackTable[$pref::Audio::defaultVoic ePack] @ "VoicePack.cs";
echo("Pack Selected to Exec: "@%scriptname);
exec(%scriptname);
$VoicePackSTFU = false;
}
else
{
echo("Changed seclection, rebuilding base menu.");
addMessageHudLine("\c5Soundpack turned off...");
activateChatMenu("scripts/voiceBinds.cs");
$VoicePackSTFU = true;
}
}
}


function OptionsDlg::onWake( %this )
{
if(!$STFUBind)
{
$RemapName[$RemapCount]="STFU!";
$RemapCmd[$RemapCount]="STFU";
$RemapCount++;
$STFUBind = true;
}
parent::onWake(%this);
}

[sCs]Slinger07
01-07-2003, 12:57 AM
Got it..Will have you hooked up in a few man. Ya, Send me any updates the same way and I will take care of the rest. Ile have you a new link for your sig in a few minutes.

ftp://ftp.slingscripts.com/VoicePacks/crackpack/

There ya go Bud. Thanks for the compliment on the site too...alot of work :)