Arma 3 how to make unit talk with sound
Arma 3 sound files and how to use them to make a unit speak! Below is a config code for you to copy in your description.ext. I hope I help you out with this tutorial! If I did, give me a thumbs UP!
I hope you find all Tips helpful ... any donations are very welcome !!!
BTC - 1825i8FQkcE6b6auzpQr3x5NFnb8VKGxTf
LTC - LPpnLZ5T9fbNQbQqc6m8YbL95wDYLdEUCo
ETH - 0x998e90FbA60b48116B92491bAd756F8Be27846e5
class CfgSounds
{
// List of sounds (.ogg files without the .ogg extension)
sounds[] = {mes1,mes2,mes3,mes4};
// Definition for each sound
class mes1
{
name = "mes1"; // Name for mission editor
sound[] = {\ss\mes1.ogg, 1, 1.0};
titles[] = {};
};
class mes2
{
name = "mes2"; // Name for mission editor
sound[] = {\ss\mes2.ogg, 1, 1.0};
titles[] = {};
};
class mes3
{
name = "mes3"; // Name for mission editor
sound[] = {\ss\mes3.ogg, 1, 1.0};
titles[] = {};
};
};
Other Videos By VUman
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 |
2014-01-31 | Arma 3 How to make random patrol with waypoint |