PDA

View Full Version : speak script thingy needed plz


godxofxemptiness
May 13th, 2003, 12:49 AM
I wanna use my speakers while playing and my mic to talk. but if i do the other people can hear all my shit. so can someone make a script that toggles between sound on and sound off while voice on.

like tap capslock to speak and turn sound off, tap again to turn of speaking and turn sound back to the previous volume?

another thing, often time when im in a match speaking my and another person or 2 people accidentally talk at the same time, but i stil need to hear what they said. is it possible to turn the game volume off with that script but still allow me to hear others' comms while im speaking?

hope this makes sense.

thx in advance

May 13th, 2003, 01:00 AM
alias s1 "volume .2; +voicerecord; alias speak s2"
alias s2 "volume .5; -voicerecord; alias speak s1"
bind capslock speak

Didn't test it cause I'm lazy, but it should work. Just mess with the volume settings to your liking.

I believe there's a command to control how much the game mutes background sounds while other people speak. Can't remember what it is though. Just add it in the alias and up it for when you're speaking, and lower it while you're not.

godxofxemptiness
May 13th, 2003, 01:07 AM
yea i need the command 1st tho hehe
HELP

May 13th, 2003, 02:19 AM
Just turn voice_overdrive up to 2-3 and turn on voice_loopback, that should do ya'.

godxofxemptiness
May 13th, 2003, 04:15 AM
whats overdrive do and why would i need loopback on?

im confused =[

godxofxemptiness
May 13th, 2003, 02:15 PM
?

godxofxemptiness
May 15th, 2003, 11:23 AM
fb? =o

spin
May 15th, 2003, 04:27 PM
voice_overdrive mutes sound when someone is using voice. so if u have it set to 3, it will turn down game sound more than if u have it set to 2. and just put voice_loopback to 1 (1 is on 0 is off) loopback just plays what u say when u stop using voice. so if u hold voice and say somthing, when u let go of u voice key, it will play back everything u said.

May 15th, 2003, 06:00 PM
You could have just experimented with it, it's not rocket science. :rolleyes:

godxofxemptiness
May 17th, 2003, 12:12 PM
im sorry i really dont haev time anymore to go screw off in a lan for an hour =[

i appreciate the help guys