Jump to content
Sign in to follow this  
jverhaak

music

Recommended Posts

I want to place my own music in the mission. I have seen the tutorials about it so i wrote this in description.ext

class CfgMusic

{

tracks[]={music};

class music

{

name = "";

sound[] = {\music\music.ogg,

db+30, 1.0};

};

};

why doen's he recognize the music, or how do i trigger the file??

please help thnx

Share this post


Link to post
Share on other sites

For a start, you could alwayes give the music file a name (name="" <--- insert a name here within the quotes).

Then you should be able to select your musicfile from a trigger, by pressing the "Effects" tabb and scrolldown to your music file in the "Music" list.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×