OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: OPF FREAK on 18 Feb 2003, 13:08:36

Title: descriton ext
Post by: OPF FREAK on 18 Feb 2003, 13:08:36
Please can somebody make me a descrition ext file for 2 peices of music called opMarketgarden.ogg and mssion1poem.ogg.
Title: Re:descriton ext
Post by: Navy_Seals on 18 Feb 2003, 14:25:56
Man i just dont get it, why people cant spend few minutes to read through the tutorial and do everything on their own  ::) :P

class CfgMusic
{
  tracks[]=
  {
      opMarketgarden, mssion1poem
  };
 
  class opMarketgarden
  {
      name = "opMarketgarden";
      sound[] = {\music\opMarketgarden.ogg, db+40, 1.0};
  };
  class mssion1poem
  {
      name = "mssion1poem";
      sound[] = {\music\mssion1poem.ogg, db+50, 1.0};
  };
};

Note: U might want to change mssion1poem to mission1poem, but since thats what u wrote, that what i did
Laters  :beat: :joystick:
Title: Re:descriton ext
Post by: OPF FREAK on 18 Feb 2003, 15:14:10
I have been trying for the past year but i can latch on to the description ext files with the tutorials

thx for the help