Jump to content
Sign in to follow this  
SoldierIsNotHistory

Define dynamic radio message

Recommended Posts

Hi all,

I am trying to find a way to create dynamic radio message declared in description.ext.

In fact, like ArmA radio message "%1 go to %2", i want to add some user value in message.

I don't want to use sideChat, i want to play using Radio wink_o.gif

Anyone have found a solution or something in this way?

Example of BI cpp file

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">class RadioProtocol

{

...

class Version2

{

text = $STR_SENT_CMD_MOVE_2;

Speech9[] = {%1.1, "GoTo", "%2", XMIT, "%3"};

Speech5[] = {%1.1, "GoTo", "%2", XMIT, "%3"};

};

...

};

So can we declare news RadioProtocol, and if yes, how to call them?

Thx wink_o.gif

Share this post


Link to post
Share on other sites

I don't know whether you can make dynamic audio for radio messages in the way you were trying, but it should almost certainly be possible to simulate the effect by using sideChat and several different audio files cut together by a script.

Just a suggestion. smile_o.gif

Share this post


Link to post
Share on other sites

Good suggestion, just the problem that sideChat is local to computer where it is executed. So i need to call sideChat on each computer :s

It's not a clean solution i think, but if nobody know another ^^

Thx

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  

×