jverhaak 0 Posted January 19, 2002 I am still unable to use the music i want. I placed the ogg files in a map called Music. It is in the Directory of the mission i am making. Then i used this description.ext file: class CfgMusic { tracks[] = {title}; class title { name = "title"; sound[] = {"\Music\title.ogg", db, 1.0}; }; and yes i replaced tytle with the name of my music. Nothing happens. I have treid more then 20 different scripts from the entire internet, but none worked. Please Help me. What is wrong or does someone have the working script. Or is my music in the wrong directory? heeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeelp Thnx Share this post Link to post Share on other sites
RED 0 Posted January 19, 2002 It seems everyone is having trouble with music, take a look at http://members.tripod.co.uk/redcamp/editing/music.htm if you are still having problems i will send you a music file that works with the right code. Just leave your emial ad. RED Share this post Link to post Share on other sites
jverhaak 0 Posted January 19, 2002 Please send me a sample RED. Mine still doesn't work. e-m@il: jv5032@hotmail.com Thnx a lot JV Share this post Link to post Share on other sites
Casto 0 Posted January 19, 2002 try fillin in this : class CfgMusic { tracks[] = {title}; class title { name = "title"; sound[] = {\Music\title.ogg, db+10, 1.0}; }; }; So no "" by the music\title.ogg thing, ,make spaces, and you mist one closing };. it should work now if not i dont know who to do it. Share this post Link to post Share on other sites