PDA

View Full Version : Mute player's voice



Suchy_
Nov 15 2009, 12:12
I've made a simple addon which allows to disable player voice, you can choose "No Voice" in user profile. It's useful when using a voice recognition software for commanding your team, so your character won't repeat everything you say to the microphone.
It probably won't work in missions/campaigns overriding player's voice set in the profile, I haven't tested it though.
http://soundscapes.cozywebhost.com/stuff/MuteA2.rar

(Also an updated profile for PiLfIuS, if anyone's interested: http://soundscapes.cozywebhost.com/stuff/arma2_pilfius.rar)

Edit: armaholic.com mirror http://www.armaholic.com/page.php?id=8325

Nazul
Nov 15 2009, 21:30
Im goign to test Pilfius this week, so I will try this too. Thanks

.kju [PvPscene]
Nov 16 2009, 06:31
Is there a different to the Reduced Voices by Lester (http://www.armaholic.com/page.php?id=6032)?

A brief compare seemed like there is none, apart from several errors in the config of this one.
So you may wanna try the once from Lester Suchy.

Suchy_
Nov 16 2009, 08:12
Doesn't RV affect also your teammates apart from the player? My addon adds a new voice which is actually no voice, but doesn't change existing radio protocols for AI.
By the way what errors did you spot? I don't really have much experience with configs and scripting.

.kju [PvPscene]
Nov 16 2009, 10:20
Ah yes you are correct. Sorry. :)

You need to define your cfgPatches class.
You may only define changes in a config (apart from the class tree).

Use a diff tool like compareIt and delete all that is the same as CAdubbing.

Suchy_
Nov 16 2009, 11:58
OK, thanks for info. I'll fix it in a free moment.

mrcash2009
Nov 16 2009, 13:07
Suchy you have sorted out exactly a request I had, and I use voice activation, I would kiss you for this .. but clearly thats wrong :)

KeyCat
Nov 16 2009, 21:47
Yes, this one is a good one if you are using voice recognition in ArmA II. I still haven't finished my VAC profile but I will surely test this addon next time...

@<hidden>: You should consider to register a TAG for your addon as well, see Mondkalb's excellent addon tutorial (Step Two) below for details, it's free and avoids addon clashes...

http://community.bistudio.com/wiki/Mondkalb%27s_Addon_Tutorial

There may be good info for your config as well...

Edit: Just tried it and it's nice to not hear your own voice repeating orders when using VAC/PiLfIuS. Btw, below is the errors I got reported in the RPT-file and I guess it's due to config errors Kju mentions...



...
Protocol bin\config.bin/RadioProtocolMute/: Missing word GetDown
Protocol bin\config.bin/RadioProtocolMute/: Missing word redTeam
Protocol bin\config.bin/RadioProtocolMute/: Missing word Watch
Protocol bin\config.bin/RadioProtocolMute/: Missing word redTeam
Protocol bin\config.bin/RadioProtocolMute/: Missing word Watch
Protocol bin\config.bin/RadioProtocolMute/: Missing word whiteTeam
Protocol bin\config.bin/RadioProtocolMute/: Missing word Watch
Protocol bin\config.bin/RadioProtocolMute/: Missing word redTeam
Protocol bin\config.bin/RadioProtocolMute/: Missing word HitTheDirt
Protocol bin\config.bin/RadioProtocolMute/: Missing word redTeam
Protocol bin\config.bin/RadioProtocolMute/: Missing word ConcealYourSelfE
Protocol bin\config.bin/RadioProtocolMute/: Missing word whiteTeam
Protocol bin\config.bin/RadioProtocolMute/: Missing word redTeam
Protocol bin\config.bin/RadioProtocolMute/: Missing word dist50
Protocol bin\config.bin/RadioProtocolMute/: Missing word redTeam
Protocol bin\config.bin/RadioProtocolMute/: Missing word ConcealYourSelfE
...



/KC

---------- Post added at 11:47 PM ---------- Previous post was at 11:03 PM ----------

Sorry for spamming the thread but it would be nice to have a similar addon that hides/disables the radio menu in upper left flashing on/off for every command given.

This would preferable be an separate addon since the menu is good to have when setting up/trouble shooting your VAC/PiLfIuS profile, but after you have the profile working 100% it would be nice to be able to disable it completely.

Just an idea...

/KC

Peally
Dec 2 2009, 02:33
Sorry for any necro-posting, but did anything ever become of this? The premise is excellent (IMHO a basic necessity for voice recognition), but I've had limited success (it only works for me when testing editor missions). In multiplayer, single missions, and campaign, with any faction, it will not work at all. Just curious if it ever got anywhere, or if I need to learn how to edit .PBO files to get it to work somehow ;). Thanks for any info out there.

Suchy_
Dec 2 2009, 10:26
The addon works despite the errors, and there are no error messages in game. I still had no time to fix it, but never the less it's usable.