Jump to content

Any way to set ATC/Carrier comms to receive only?


Go to solution Solved by MAXsenna,

Recommended Posts

Posted

The AI outgoing/pilot voice ruins the immersion for me and I can't see any way to remove it in ME.  

Asus Z790 PLUS WIFI D4, 13700K RTX 4090 FE, M2. HP Reverb G2.

Posted
The AI outgoing/pilot voice ruins the immersion for me and I can't see any way to remove it in ME.  
Disable "your own" voice? You must change som files. Don't ask me which and what. I just know it because in VAICOM it's just a check box. Would be awesome if this would work in MP.

Sent from my SM-A536B using Tapatalk

  • Like 1
  • Solution
Posted
Would be great to know which files to remove. 
If you have VoiceAttack. Get VAICOM, it's free. Then you can easily find out for yourself. Or join the VAICOM Discord, and ask @PeneCruz he can probably tell you how to do it.

Sent from my SM-A536B using Tapatalk

  • Like 1
Posted

^^^ This. VAICOM is incredible. Takes a bit to setup and get used to, but once you're there, being able to make calls using your own voice (and not have them repeat) really adds to the immersion. 

I agree though that it would be good to be able to have a setting to avoid this in game, but not sure if this would be a mission editor setting. Would probably be better being a user preference setting I would suggest.

  • Thanks 1
Posted
14 minutes ago, Dangerzone said:

^^^ This. VAICOM is incredible. Takes a bit to setup and get used to, but once you're there, being able to make calls using your own voice (and not have them repeat) really adds to the immersion. 

I agree though that it would be good to be able to have a setting to avoid this in game, but not sure if this would be a mission editor setting. Would probably be better being a user preference setting I would suggest.

Would be awesome if we could have it as a user setting, and not get all the errors in the log. 😊

And like I wrote. This should work in MP also. So one could finally say the commands and have tem transmitted without messing with different keybinds to suppress own real voice aas not to have other users first hear your commands, and then the AI. 

Posted
3 hours ago, MAXsenna said:

Would be awesome if we could have it as a user setting, and not get all the errors in the log. 😊

And like I wrote. This should work in MP also. So one could finally say the commands and have tem transmitted without messing with different keybinds to suppress own real voice aas not to have other users first hear your commands, and then the AI. 

VAICOM in multiplayer will depend on what each user has setup. If I mute the outgoing commands my end, but someone else isn't running VAICOM - I'm fairly sure they still hear them come out. On the other hand, if you're all using VAICOM with the same settings, you won't hear the commands - just the person's voice (if you choose to use the same PTT for VAICOM as for SRS) which can be cool. Especially when you add a little more to the message. 

This request might be good for ED to throw in for consideration with their ATC re-write.

  • Like 1
Posted
On 10/16/2024 at 8:27 AM, MAXsenna said:

Or join the VAICOM Discord, and ask @PeneCruz he can probably tell you how to do it. emoji1303.png

It's not a file that can be removed, but more editing the RadioCommandsDialogsPanel.lua file. The parameters are:


base.common.role.PLAYER.dir = 'DISABLED_Player'
if base.common.role.PLAYER_NAVY then
                base.common.role.PLAYER_NAVY.dir = 'DISABLED_Player'
end


The issue is it would get replaced every update. If they use Vaicom Pro it appends the file on Voice Attack startup every time. If you don't have the scripting ability it's easier to let the plugin do it for you with a UI switch.

Posted
Just now, PeneCruz said:

It's not a file that can be removed, but more editing the RadioCommandsDialogsPanel.lua file. The parameters are:


base.common.role.PLAYER.dir = 'DISABLED_Player'
if base.common.role.PLAYER_NAVY then
                base.common.role.PLAYER_NAVY.dir = 'DISABLED_Player'
end


The issue is it would get replaced every update. If they use Vaicom Pro it appends the file on Voice Attack startup every time. If you don't have the scripting ability it's easier to let the plugin do it for you with a UI switch.

Thanks Pene! 👍🏻

  • Like 1
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...