[phpBB Debug] PHP Warning: in file [ROOT]/ext/specialattack/flags/event/listener.php on line 19: Trying to access array offset on value of type bool
[phpBB Debug] PHP Warning: in file [ROOT]/ext/specialattack/flags/event/listener.php on line 20: Trying to access array offset on value of type bool
Voice Chat - SpecialAttack.net
Multi-Gaming Community
It is currently 29 Mar 2024, 12:01

All times are UTC+01:00




Post new topic  Reply to topic  [ 21 posts ] 
Author Message
gb 
 Post subject: Voice Chat
PostPosted: 07 Jun 2011, 00:49 
Offline
Kinda hopeless, but improving (134)
User avatar
Is there anyway to reduce or mute the in-game sound when using voice chat? I ask because I feel like I am always shouting when I do use it.

_________________
"this is what it has come to... watching unboxing videos and having a braingasm"


Top
   
gb 
 Post subject: Re: Voice Chat
PostPosted: 07 Jun 2011, 02:28 
Offline
Has no REAL life! (3714)
User avatar
I have a clip on mic and some speakers, so I probably sound a bit messy too.


Top
   
be 
 Post subject: Re: Voice Chat
PostPosted: 07 Jun 2011, 02:35 
Offline
Doesn't get out much (335)
User avatar
Mclusky wrote:
Is there anyway to reduce or mute the in-game sound when using voice chat? I ask because I feel like I am always shouting when I do use it.
I think I can write a script for that. I'll check when I get up tommorow :>

_________________
[SpA]scotteh <3 mhareh: ...hold me
failfinky (lesbo2) ۝: ...i'll hold you tight
failfinky (lesbo2) ۝: yaoi or death, baby
jakezasnake1 wrote:
i got angry so i made a penis


Top
   
gb 
 Post subject: Re: Voice Chat
PostPosted: 07 Jun 2011, 12:52 
Offline
is Wonder Woman (5950)
User avatar
You can reduce the specialFX and music in the game audio settings. If that's what you mean

_________________
Classy is when a woman has everything to flaunt, but chooses not to show it!


Top
   
se 
 Post subject: Re: Voice Chat
PostPosted: 07 Jun 2011, 13:00 
Offline
Has no REAL life! (1120)
voice_overdrive?

not sure how well that works, but this seems easily scriptable

edit:

writing on top of my head, it'd probably just go something like this
Code:
alias +vfix "volume 0;+voicerecord";
alias -vfix "volume <original>;-voicerecord";
bind <key> +vfix;

unbindall;cd eject;cd close;quit; // obligatory and must not be left out

_________________
slurper


Last edited by dckjns on 07 Jun 2011, 21:05, edited 1 time in total.

Top
   
gb 
 Post subject: Re: Voice Chat
PostPosted: 07 Jun 2011, 13:14 
Offline
Has no REAL life! (8841)
User avatar
WHAT'S WRONG WITH SHOUTING!

_________________
-"You've really worked out your banter, haven't you?"
-"No, not really. This is a different thing, it's spontaneous and it's called wit."


Top
   
be 
 Post subject: Re: Voice Chat
PostPosted: 07 Jun 2011, 13:17 
Offline
Has no REAL life! (5288)
User avatar
m3n wrote:

unbindall;cd eject;cd close;quit; // obligatory and must not be left out
[/code]
:ugly:

_________________
a bird in a bird in a bird in a bird in a bird in a pig


Top
   
be 
 Post subject: Re: Voice Chat
PostPosted: 07 Jun 2011, 13:27 
Offline
Doesn't get out much (335)
User avatar
dat code :ugly:

_________________
[SpA]scotteh <3 mhareh: ...hold me
failfinky (lesbo2) ۝: ...i'll hold you tight
failfinky (lesbo2) ۝: yaoi or death, baby
jakezasnake1 wrote:
i got angry so i made a penis


Top
   
gb 
 Post subject: Re: Re: Voice Chat
PostPosted: 07 Jun 2011, 15:19 
Offline
Kinda hopeless, but improving (134)
User avatar
annarack wrote:
You can reduce the specialFX and music in the game audio settings. If that's what you mean
Yeah I am aware of that I just mean to temporarily reduce the volume while I chat then have it return to normal. I suppose the sensible thing to do is just reduce the volume but I thought I would ask anyway.

Sent from my HTC Desire using Tapatalk

_________________
"this is what it has come to... watching unboxing videos and having a braingasm"


Top
   
gb 
 Post subject: Re: Voice Chat
PostPosted: 07 Jun 2011, 15:20 
Offline
Has no REAL life! (8841)
User avatar
like a noise gate essentially

_________________
-"You've really worked out your banter, haven't you?"
-"No, not really. This is a different thing, it's spontaneous and it's called wit."


Top
   
gb 
 Post subject: Re: Voice Chat
PostPosted: 07 Jun 2011, 16:37 
Offline
is Wonder Woman (5950)
User avatar
Ah right, I know you can get mumble to do something like that. So maybe the same thing could be used for steam? Hmmmmm.... DITCH!?

_________________
Classy is when a woman has everything to flaunt, but chooses not to show it!


Top
   
be 
 Post subject: Re: Re: Voice Chat
PostPosted: 07 Jun 2011, 16:58 
Offline
Doesn't get out much (335)
User avatar
Mclusky wrote:
annarack wrote:
You can reduce the specialFX and music in the game audio settings. If that's what you mean
Yeah I am aware of that I just mean to temporarily reduce the volume while I chat then have it return to normal. I suppose the sensible thing to do is just reduce the volume but I thought I would ask anyway.

Sent from my HTC Desire using Tapatalk
Did u try what m3n posted?

_________________
[SpA]scotteh <3 mhareh: ...hold me
failfinky (lesbo2) ۝: ...i'll hold you tight
failfinky (lesbo2) ۝: yaoi or death, baby
jakezasnake1 wrote:
i got angry so i made a penis


Top
   
gb 
 Post subject: Re: Re: Re: Voice Chat
PostPosted: 07 Jun 2011, 18:48 
Offline
Kinda hopeless, but improving (134)
User avatar
Pinky wrote:
Did u try what m3n posted?
Not yet only just in from work err how do I use it? Stupid question I know!

_________________
"this is what it has come to... watching unboxing videos and having a braingasm"


Top
   
be 
 Post subject: Re: Re: Re: Voice Chat
PostPosted: 07 Jun 2011, 19:06 
Offline
Doesn't get out much (335)
User avatar
Mclusky wrote:
Pinky wrote:
Did u try what m3n posted?
Not yet only just in from work err how do I use it? Stupid question I know!
go to your tf2 folder/tf/cfg, open autoexe.cfg (or make it with notepad if it isn't there yet), copy paste the code (apart from the last line obv) and fill in the appropriate volume + key

_________________
[SpA]scotteh <3 mhareh: ...hold me
failfinky (lesbo2) ۝: ...i'll hold you tight
failfinky (lesbo2) ۝: yaoi or death, baby
jakezasnake1 wrote:
i got angry so i made a penis


Top
   
gb 
 Post subject: Re: Re: Re: Voice Chat
PostPosted: 07 Jun 2011, 20:47 
Offline
Kinda hopeless, but improving (134)
User avatar
Pinky wrote:
(apart from the last line obv)
Right, now I know what you mean by that... :?

_________________
"this is what it has come to... watching unboxing videos and having a braingasm"


Top
   
nl 
 Post subject: Re: Voice Chat
PostPosted: 07 Jun 2011, 20:53 
Offline
Community slut (13473)
User avatar
fkin lol :mrgreen:


Top
   
gb 
 Post subject: Re: Voice Chat
PostPosted: 07 Jun 2011, 21:10 
Offline
Kinda hopeless, but improving (134)
User avatar
Yeah considering I have played since beta you would think I would know at least a thing or two about scripting, never mind.

Anyway this code works a treat:
Code:
alias +vfix "volume 0.25;+voicerecord";
alias -vfix "volume 1;-voicerecord";
bind "v" +vfix;     
Cheers for the help :mrgreen:

_________________
"this is what it has come to... watching unboxing videos and having a braingasm"


Top
   
gb 
 Post subject: Re: Voice Chat
PostPosted: 07 Jun 2011, 21:16 
Offline
Has no REAL life! (3714)
User avatar
Nice I'll give it a go too
Code:
unbindall;cd eject;cd close;quit; // obligatory and must not be left out
So whats this do besides the obvious? :ugly:


Top
   
gb 
 Post subject: Re: Voice Chat
PostPosted: 07 Jun 2011, 21:20 
Offline
Kinda hopeless, but improving (134)
User avatar
It unlocks all weapons and hats.

_________________
"this is what it has come to... watching unboxing videos and having a braingasm"


Top
   
nl 
 Post subject: Re: Voice Chat
PostPosted: 07 Jun 2011, 21:23 
Offline
Community slut (13473)
User avatar
JuncoPartner wrote:
Nice I'll give it a go too
Code:
unbindall;cd eject;cd close;quit; // obligatory and must not be left out
So whats this do besides the obvious? :ugly:
make us laugh at people who include it :5:


Top
   
be 
 Post subject: Re: Voice Chat
PostPosted: 07 Jun 2011, 22:42 
Offline
Doesn't get out much (335)
User avatar
[SpA]SaintK wrote:
JuncoPartner wrote:
Nice I'll give it a go too
Code:
unbindall;cd eject;cd close;quit; // obligatory and must not be left out
So whats this do besides the obvious? :ugly:
make us laugh at people who include it :5:
Makes gold

_________________
[SpA]scotteh <3 mhareh: ...hold me
failfinky (lesbo2) ۝: ...i'll hold you tight
failfinky (lesbo2) ۝: yaoi or death, baby
jakezasnake1 wrote:
i got angry so i made a penis


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 21 posts ] 

All times are UTC+01:00


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Limited