Jump to content
Sign in to follow this  
Zipper5

Remove the radio beeping noise

Recommended Posts

I really don't like having the beeping noise after radio messages, and I'm looking to remove them via an addon. However, I can't for the life of me find where they are config'd. Does anyone have any idea how I would go about removing them? I'd be very appreciative. :)

Share this post


Link to post
Share on other sites

The beeping noises are over01.wss, over02.wss and over03.wss from dubbing.pbo\ca\dubbing\global\radio\shared\static. You could either make blank WSS files and replace them with a custom addon, or maybe overwrite their definition - their config entries look like this:

class RadioProtocolEN: RadioProtocolBase
{
class Words
{
 micOut1[] = {"\ca\dubbing\GLOBAL\RADIO\shared\static\over01"};
 micOut2[] = {"\ca\dubbing\GLOBAL\RADIO\shared\static\over02"};
 micOut3[] = {"\ca\dubbing\GLOBAL\RADIO\shared\static\over03"};
};
};

In case you want to check them out yourself, these lines (5765-5767) are from the dubbing.pbo config.

Share this post


Link to post
Share on other sites

Thanks for finding those, mate. :D

I believe you can simply leave the path to the files blank and it will make no sounds play. I'll try that now.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×