Home   Help Search Login Register  

Author Topic: Inserting custom music manualy  (Read 430 times)

0 Members and 1 Guest are viewing this topic.

mr.sert

  • Guest
Inserting custom music manualy
« on: 14 Aug 2003, 09:02:41 »
I know how to insert music using ofp cool studio, however how can I insert my own music manualy. I have already converted the music files. Do I just make a folder called music, put it into my user/missions/my mission/ folder? Thanks in advance...

- Mr. Sert

KiwiRanger

  • Guest
Re:Inserting custom music manualy
« Reply #1 on: 14 Aug 2003, 09:33:44 »
yep, but then you have to create a description file there are tutorials around

Offline KJAM

  • Contributing Member
  • **
  • Why Me, Whats it For?
    • Nightstalker mod
Re:Inserting custom music manualy
« Reply #2 on: 14 Aug 2003, 14:02:47 »
class CfgMusic
{
  tracks[]=
  {
      nothing
  };
 
  class nothing
  {
      name = "nothing.ogg";
      sound[] = {\music\nothing.ogg, db+0, 1.0};
  };
};



that is something similar to what you need, just replace the word "nothing" with whatever the track is called