Hello, this has probably been covered but i can't find it.
How do i get gastovki's voice for my unit?
Here is my description.exe
class CfgIdentities
{
class you1
{
name = "you1";
face = "Face24";
glasses="None";
speaker = "Adam";
pitch = 1.10;
};
};
class CfgSounds
{
sounds[] = { locate };
class locate
{
name = "bobsound1";
sound[] = {"locate.ogg", db+80, 1.0};
titles[] =
{
0, $STRM_locate
};
};
you1 is the name of my unit in the name field.
as always