How to Make Arma 3 RADIO CHAT - With Sound
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!";
};
};
Other Videos By VUman
2014-04-07 | Scourge Outbreak Gameplay PC - no comments |
2014-03-30 | Goat simulator gameplay 2014 PC |
2014-03-30 | Moebius Empire Rising Gameplay !!! |
2014-03-29 | Line of Defense Tactics Gameplay #3 |
2014-03-29 | Line of Defense Tactics Gameplay #2 |
2014-03-29 | Line of Defense Tactics Gameplay #1 |
2014-03-28 | Planet Explorers Airplane |
2014-03-17 | How to cook meat in rust game |
2014-03-17 | Rust single player mode |
2014-03-17 | Left for Dead L4D2 Game - Server Setup |
2014-03-14 | How to Make Arma 3 RADIO CHAT - With Sound |
2014-03-02 | Arma 3 how to make unit talk with sound |
2014-02-19 | Arma 3 Campaign VUman War - Part 4 |
2014-02-14 | Arma 3 Campaign VUman War - Part 3 |
2014-02-13 | Arma 3 Campaign VUman War - Part 2 |
2014-02-13 | Arma 3 Campaign VUman War - Part 1 |
2014-01-31 | How to make Random Spawn in Arma 3 |
2014-01-31 | ARMA 3 EDITOR TUTORIAL - Site Module how to guide |
2014-01-31 | How to use Generic Radio Message in Arma 3 |
2014-01-31 | ARMA 3 EDITOR TUTORIAL Combat Get In Module how to |
2014-01-31 | Arma 3 How to make random patrol with trigger |