Jump to content
Sign in to follow this  
630R93

How to forbid enemy report on radio

Recommended Posts

Hi,

is there any option how to forbid units to report about enemies on radio? I would like to do it in my mission because it collides with my added radio messages and I think that it may add more tension to the game,

mainly if it´s stealth kind of mission.

I don´t want to skip all radio conversation, I want to keep it for commands and for my added messages, just delete those enemy reports. Thanks a lot for any help and your time.

Share this post


Link to post
Share on other sites

you can disable those calls by disabling only group chat, which the massages are beeing sent in. to do that put this in your description.ext:

disableChannels[]={3};

not sure whats the effect, but it might work.

Share this post


Link to post
Share on other sites

Thanks guys, that´s good to know, it still didn´t solve my problem cause disableChannels[]={3}; has to be in description.ext and that will disable radio for all the time, but i needed it for a moment and also it needs version 1.60 at least. Even if my problem isn´t solve, I think I can use it in future, but for now I have to leave it. Thank you anyway, it´s good to know these things.

Share this post


Link to post
Share on other sites

Another way how to do it is change group of your mates for a while, but disadvantage is that you will lost control about them. But if you need it only for a while, it works great.

Just simply:

[_unit1] join _unit2;

_unit1 sideRadio "msg1";

sleep 10;

[_unit1] join player

Edited by 630R93

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  

×