Hux Posted August 7, 2016 Report Share Posted August 7, 2016 I was wondering how to enable radio enableRadio true; I've read that it's disabled by Epoch. Is it disabled in a config file somewhere? I can't locate it. I tried to put: enableRadio true; in the init.sqf,but it doesn't work. Thank you. Link to comment Share on other sites More sharing options...
vbawol Posted August 8, 2016 Report Share Posted August 8, 2016 @Hux You can find this setting here: https://github.com/EpochModTeam/Epoch/blob/release/Sources/epoch_code/compile/setup/EPOCH_clientInit.sqf#L54 Link to comment Share on other sites More sharing options...
Hux Posted August 9, 2016 Author Report Share Posted August 9, 2016 8 hours ago, vbawol said: @Hux You can find this setting here: https://github.com/EpochModTeam/Epoch/blob/release/Sources/epoch_code/compile/setup/EPOCH_clientInit.sqf#L54 I tried setting it to: // suppress group chatter 5 fadeRadio 1.0; enableSentences true; enableRadio true; player setVariable["BIS_noCoreConversations", true]; I still don't get any radio sound from AI. Do I need to put enableRadio true; in the init also? Thanks for the reply. Link to comment Share on other sites More sharing options...
Hux Posted August 10, 2016 Author Report Share Posted August 10, 2016 Still not able to enable radio. I tried a few settings such as player setVariable["BIS_noCoreConversations", false]; I also tried just commenting out the whole " suppress group chatter " section but I still get no radio calls from my AI Recruit units. I want to get those AI messages because they ID targets and that can be useful. Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now