Kydoimos 916 Posted December 16, 2013 Just wondering. I've created a character with a custom voice for a mission - is there a way to silence their radio voice? As it is obviously not the same. Or better still, is there a way to interpolate a custom recording? My first guess is that all of this is hard coded. Would love a confirmation on that, though, if it is the case. Thanks in advance to all you helpful souls! I've already tried Speaker = "none"; in the cfg identities. Share this post Link to post Share on other sites
iceman77 19 Posted December 16, 2013 (edited) /* Parameters: time: Number - seconds to fade the sound volume: Number - radio volume range 0 to 1 */ 0 fadeRadio 0; Edited December 16, 2013 by Iceman77 Share this post Link to post Share on other sites
Kydoimos 916 Posted December 16, 2013 Thanks Iceman! Nice one! Didn't think it'd be that simple! ---------- Post added at 15:46 ---------- Previous post was at 15:44 ---------- Ah - I spoke too soon. It's not quite that simple. I want to enable speech between players but I want to stop the default radio voice. Setting radio to 0 disables all voices! Share this post Link to post Share on other sites
Larrow 2823 Posted December 16, 2013 enableRadio false ? Share this post Link to post Share on other sites
Kydoimos 916 Posted December 16, 2013 No luck with that one, I'm afraid, Larrow! Thanks for the suggestion though! Share this post Link to post Share on other sites