Hello everyone. I'm working on a map, and I'm trying to add sound for a conversation in the intro. I used the sound tutorial by bloodmixer, and used the software suggested by the tutorial. Everything seems to go right, but when I get to the sound part, it displays the text associated with the sound, from the stringtable, but there is no audible sound. I've been pulling my hair out over this one so any help would be appreciated.
Here is my text for the description file.
class CfgSounds
{
sounds[] = { morning };
class morning
{
name = "morning";
sound[] = {"morning.ogg", db-40, 1};
titles[] =
{
0, $STRM_Morning
};
};
};