Okay, I've concerted my Mp3 song into Ogg and have it placed in the folder "Music" in my "username\missions\TEST" folder. The mission is named test until I can figure out how to work this.
I've created a description.ext and in it I've typed
class CfgMusic
{
tracks[]={Space Between};
class Space Between
{
name = "Space Between";
sound[] = {codemasters\operation flashpoint\users\Javier Galindo\missions\test\music\Space Between.ogg, db+10, 1.0};
};
};
I also have a description.ext inside the Music folder (the same thing is in the Test folder since I'm not entirely sure where description.ext should go). I have a stringtable.CSV text file in the test folder, but am not clear on what I want to do with it. All I need is to include some music into my mission.
However whenever I open up Test in the mission editor and go to the Effects area of the trigger the song isn't listed. What am I missing?