Voice Chat On Ns

snake_docsnake_doc Join Date: 2003-04-18 Member: 15610Members
<div class="IPBDescription">How to kill it ?</div> Anyone know the server side command so that i can add to my config to stop peps from yacking on the server like it was the telephone?
Sorta gets annoying when you have 3-4 people trying to rant at each other for about an hour strait!

Thanks in advance guys!
(by the way i done a search of console commands but kept coming up short looking for it....)

Comments

  • TechwidTechwid Join Date: 2002-11-13 Member: 8440Members, Constellation
    I am unaware of a command that turns voice chatting off on the server, I have never encountered this so am unaware if its possible. I doubt by just entering a command you can disable it but there is bound to be some plugin for either admin mod or meta mod.

    However a better solution would just be for you to use the command voice_enable 0. This disables chat on your system, don't prevent people on your server from using a much easier way to communicate with each other. It can be a great boost to gameplay instead of having to type everything out.
  • abtmabtm Join Date: 2003-04-08 Member: 15337Members
    PLS to turn down your voice_recv volume controls in the advanced options KTHX
  • cracker_jackmaccracker_jackmac Join Date: 2002-11-04 Member: 6891Members, Constellation, Reinforced - Shadow
    sv_voiceenable i believe is the cvar
  • CheesyPetezaCheesyPeteza Join Date: 2002-11-24 Member: 9784Members, NS1 Playtester, Constellation
    Hey I had this problem. Kind of annoying cos voice chat is great for team work. But when you've got 2 people yapping constantly you can't hear the aliens sneaking up behind you. Anyway I made this little script to allow me to toggle voice chat between very very low and normal. It works great, most useful script I've ever written. <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html/emoticons/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif'><!--endemo-->

    alias voicet "voiceoff"
    alias voiceoff "voice_scale 0.05; stopsound; developer 1; echo Voice Off; developer 0; alias voicet voiceon"
    alias voiceon "voice_scale 0.75; stopsound; developer 1; echo Voice On; developer 0; alias voicet voiceoff"
    bind "x" "voicet"
  • snake_docsnake_doc Join Date: 2003-04-18 Member: 15610Members
    Yep this was the cvar thank GREATLY!
    sv_voiceenable
  • HtNickoliHtNickoli Join Date: 2002-11-24 Member: 9786Members
    sv_voiceenable

    Will turn off all voice msg system. A much better idea is to add a voice comm control plugin. (adminmod)

    <a href='http://www.adminmod.org/index.php?go=/ascript/plugin#3722991612' target='_blank'>http://www.adminmod.org/index.php?go=/ascr...ugin#3722991612</a>
  • GuspazGuspaz Join Date: 2002-11-01 Member: 2862Members, Constellation
    If you don't like voicecomm, turn it off on your client. If you turn it off on your server, people will just find another server that doesn't cripple their gameplay. Voicecomm is part of the game, learn to deal with it.
Sign In or Register to comment.