How to Make Arma 3 RADIO CHAT - With Sound

Channel:
Subscribers:
574
Published on ● Video Link: https://www.youtube.com/watch?v=ck-xF3-f2zk



Category:
Tutorial
Duration: 7:43
25,487 views
194


How to make radio chat tutorial in Arma 3. This is a simple example how the radio chatter is made in arma 3 editor. Below is the code example of few radio tutorial.sqf lines and a discription.ext script of radio configuration for you guys to use.
don't forget to give me a thumbs up if you like the tutorial, and subscribe to get a new ones!
I hope you find all Tips helpful ... any donations are very welcome !!!
BTC - 1825i8FQkcE6b6auzpQr3x5NFnb8VKGxTf
LTC - LPpnLZ5T9fbNQbQqc6m8YbL95wDYLdEUCo
ETH - 0x998e90FbA60b48116B92491bAd756F8Be27846e5
-------------------------------------------------------------------------------------------------
RADIOTUTORIAL.SQF - LINES:

VUman sideRadio "mes1";
Sleep 4;

VUman sideRadio "mes2";
Sleep 4;

tower sideRadio "mes3";
Sleep 4;
ETC...
---------------------------------------------------------------------------------

DESCRIPTION.EXT - CODE:
//////////////////////RADIO/////////////////////////////
class CfgRadio
{
sounds[] = {mes1,mes2,mes3,mes4,mes5,mes6,mes7,mes8,mes9,mes10,mes11,mes12,mes13,mes14};

class mes1
{
name = "mes1";
sound[] = {"rs\mes1.ogg", db+0, 1.0};
title = "Stratis Air Base, approach, Buzzer - Alpha 143.";
};

class mes2
{
name = "mes2";
sound[] = {"rs\mes2.ogg", db+0, 1.0};
title = "Stratis Air Base approach, Buzzer - Alpha 143, approximately two six miles southwest, flying at eight thousand feet, inbound for stop and go with information Echo, Over?";

};

class mes3
{
name = "mes3";
sound[] = {"rs\mes3.ogg", db+0, 1.0};
title = "Alpha 143, squawk 3213.";
};

class mes4
{
name = "mes4";
sound[] = {"rs\mes4.ogg", db+0, 1.0};
title = "Alpha 143,copy that. Squawking 3213. Over.";
};

class mes5
{
name = "mes5";
sound[] = {"rs\mes5.ogg", db+0, 1.0};
title = "Alpha 143, radar contact 15 miles east of Stratis Air Base, fly heading 240, expect runway 24.";
};

class mes6
{
name = "mes6";
sound[] = {"rs\mes6.ogg", db+0, 1.0};
title = "Alpha 143, roger that. Heading 240, expect 24.";
};

class mes7
{
name = "mes7";
sound[] = {"rs\mes7.ogg", db+0, 1.0};
title = "Alpha 143, descend at pilot's discretion, enter right base for runway 24.";
};

class mes8
{
name = "mes8";
sound[] = {"rs\mes8.ogg", db+0, 1.0};
title = "Alpha 143, descend pilot's discretion, right base, 24.";
};

class mes9
{
name = "mes9";
sound[] = {"rs\mes9.ogg", db+0, 1.0};
title = "Alpha 143, contact tower on 127.45";
};

class mes10
{
name = "mes10";
sound[] = {"rs\mes10.ogg", db+0, 1.0};
title = "Alpha 143, Copy. Switching to 127.45. Over!";
};

class mes11
{
name = "mes11";
sound[] = {"rs\mes11.ogg", db+0, 1.0};
title = "Stratis tower, this is Buzzer, Alpha 143. Do you copy?";
};

class mes12
{
name = "mes12";
sound[] = {"rs\mes12.ogg", db+0, 1.0};
title = "Alpha 143, we copy you loud and clear. Proceed to land runway 24.";
};

class mes13
{
name = "mes13";
sound[] = {"rs\mes13.ogg", db+0, 1.0};
title = "Roger that Stratis Tower, landind 24. VU man tutorial is over.";
};

class mes14
{
name = "mes14";
sound[] = {"rs\mes14.ogg", db+0, 1.0};
title = "Copy that, Alpha 143, mission accomplished. Over and out!";
};
};







Tags:
arma 3 radio chat
arma 3 radio chatter
arma 3 radio comunication
how to make radio chat in arma
how to create radio chat in arma
radio chat script arma 3
arma 3 how to use radio commands
arma 3 radio talk
arma 3 AI radio comunication
arma 3 radio tutorial
how to make unit talk on radio in arma
radio tutorial arma 3
radio comunications
arma radio sounds
walki talkie
radio speech
arma 3 tutorial radio talk
arma 3 editor tutorial radio chat