Zipper5 74 Posted July 14, 2010 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
cctoide 0 Posted July 14, 2010 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
Zipper5 74 Posted July 14, 2010 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