Home   Help Search Login Register  

Author Topic: Music  (Read 698 times)

0 Members and 1 Guest are viewing this topic.

Headhunter

  • Guest
Music
« on: 01 Apr 2003, 16:43:48 »
Is there anyone who knows how to add custom music (mp3) into a mission?????? And is there anyone who knows how to make a description.ext??? I can only make a description.ext.txt!
« Last Edit: 01 Apr 2003, 17:46:18 by Headhunter »

Offline dmakatra

  • Members
  • *
  • Better known as Armsty
Re:Music
« Reply #1 on: 01 Apr 2003, 17:01:19 »
Check the sound&cutsceenes board.

Offline Black_Feather

  • Former Staff
  • ****
  • I'll never forget you Daisey.
Re:Music
« Reply #2 on: 01 Apr 2003, 18:52:53 »
You can only put .oggs in game so you need to convert your .mp3, put this in your description.ext

class CfgMusic
{
     tracks[]={yourmusicname};


     class yourmusicname
     {
     name = "whatever";
     sound[] = {\music\yourmusicname.ogg, db+10, 1.0};
     };
};


For your other prob just single click your description.ext.txt and press F2 to rename it then delete the .txt bit.

Headhunter

  • Guest
Re:Music
« Reply #3 on: 01 Apr 2003, 20:33:01 »
i have already tryed that, and it's called description.ext. When i tryes to open it with a .ext file (witch i ofcourse can't) it remakes it to a txt insead of a text doc, and says description.ext.txt is not a valid win32 application. BUT it's only called description.ext!!! WHY???

Headhunter

  • Guest
Re:Music
« Reply #4 on: 01 Apr 2003, 20:59:52 »
Here are some scrns of what i mean.

1st scrn

Headhunter

  • Guest
Re:Music
« Reply #5 on: 01 Apr 2003, 21:01:13 »
2nd scrn

as u can see says it "description.ext.txt"

Pimmelorus

  • Guest
Re:Music
« Reply #6 on: 07 Apr 2003, 11:12:10 »
Just remove the .txt extension from the file and you are set to go. Simple isn't it?