DestroyerX 0 Posted January 20, 2002 Hey, I have a question about fading music. I know how to fade music (5 FadeMusic 0.2) But that only works by the default music. I tried it with the Custom Music but it won't work then. Is there a way how to do that? Share this post Link to post Share on other sites
Dragunov 0 Posted January 20, 2002 You can do nothing... Share this post Link to post Share on other sites
MP 0 Posted January 21, 2002 It work's for me just fine with custom music... Share this post Link to post Share on other sites
RED 0 Posted January 22, 2002 It works for me to. RED Share this post Link to post Share on other sites
Rob 1 Posted January 22, 2002 sure works for me too.... make extra sure that you have done it correctly and maybe post your script so that we could cover it for you. Share this post Link to post Share on other sites
DestroyerX 0 Posted January 23, 2002 Sure: class CfgMusic { tracks[]= { music1 }; class music1 { name = "music1"; sound[] = {\music\music1.ogg, db+360, 1.0}; }; }; Share this post Link to post Share on other sites
Rob 1 Posted January 23, 2002 seems clear to me... change the db to +50 not 360. Theres no need... Share this post Link to post Share on other sites
DestroyerX 0 Posted January 23, 2002 Ok, Thanks. I'll try it soon and let you know if it works or not Share this post Link to post Share on other sites
DestroyerX 0 Posted January 31, 2002 Nope, changed 360 to 50 and it works not really. If I do 5 Fademusic 0 with default music, then it works. If I do it with custom music then the music doesn't fade away, but after 5 seconds it just stops. Hmmmmmm........ Share this post Link to post Share on other sites
DestroyerX 0 Posted February 13, 2002 Never mind, I got it db+0 instead of db+50 worked Share this post Link to post Share on other sites
ufo_hk 1 Posted February 13, 2002 What everybody else complaining or whinging about FADE and you want to include it ? - ooops sorry couldn't resist. Share this post Link to post Share on other sites
DestroyerX 0 Posted February 14, 2002 .................... Share this post Link to post Share on other sites