Hope someone can help me this is my first time trying a sound.
I have made a sound using wav calling it west I converted the sound to a ogg and then I created a new folder calling this sound in the my mission called first attack
I went to my game and place the trigger on the map activation west, on activation I put in player say "west"
This is what I did with the converting my sound from wav to ogg
I set the following codemasters\operationflashpoint\user\user
Preserve ID Tag was tick
Encoding variable bitrate
Frequency 44100 HZ
I created a note pad calling this description.exe.
The following description may help you to answer my problem
class CfgSounds
{
sounds[] =
{
};
class west
{
name = "";
sound[] = {"west.ogg", db-10, 1.0};
titles[] =
{
0, $STRD_west
};
};
};
hope someone can help I am willing to also hand my work over to you if you like
thanks
The cat.