anusmangler 1 Posted April 26, 2014 Ive both used this setVariable ["BIS_noCoreConversations", true]; and enableradio false and neither are working......when placed in check points on in units init fields so....whats the deal am i doing something wrong here? I just want to turn off units talking at places then turn it back on when there's combat or I need units to have Sidechat show up.....help? Share this post Link to post Share on other sites
champ-1 38 Posted April 26, 2014 There is no way to turn off all messages and radio chat and turn it on again later. You can turn off it completly and forever with mods. Share this post Link to post Share on other sites
lexx 1128 Posted April 26, 2014 Using "enableSentences false;" should help. You really won't get any messages then, though. Even if you manualy fire e.g. sideRadio, you'll have to set "enableSentences true" first. Share this post Link to post Share on other sites
anusmangler 1 Posted April 26, 2014 theres no way to turn it off? without mods? Ive played other peoples missions and the units never speak.....theres got to be some way of doing that.... Share this post Link to post Share on other sites
champ-1 38 Posted April 26, 2014 When I use some commands to turn of radio and chat, all I see is occasional "Regroup". But other player which executing same commands in multiplayer have a lot of chat going on. It's not very reliable. Share this post Link to post Share on other sites
anusmangler 1 Posted April 26, 2014 What commands do you use? Share this post Link to post Share on other sites
lexx 1128 Posted April 26, 2014 Read what I wrote. With "enableSentences false;" you can disable the communication... Share this post Link to post Share on other sites
warlord554 2065 Posted April 26, 2014 I put the command in my init.sqf mission file Share this post Link to post Share on other sites
anusmangler 1 Posted April 26, 2014 I can work around that...ok how about disableAI AUTOTARGET and TRAGET? My units still target the enemy units....move waypoint with holdfire and stealth.....careless or safe is not an option they move to slow....I can send my mission to someone willing to help. Share this post Link to post Share on other sites
fn_Quiksilver 1523 Posted April 26, 2014 in your initPlayerLocal.sqf: enableSentences false; 0 fadeRadio 0; https://community.bistudio.com/wiki/enableSentences https://community.bistudio.com/wiki/fadeRadio and in your servers .Arma3Profile: autoSpot=0; ... Can also play around with disableConversation, and BIS_noCoreConversations. Share this post Link to post Share on other sites