Author Topic: Maps and Music  (Read 837 times)

XxInsaneAsylumxX

  • Guest
Maps and Music
« on: August 07, 2013, 07:22:22 am »
Well, I feel silly. I once knew how to get music into maps, but now I have forgotten... Again...
I also can't remember where the tutorial was to help me, or if there even was one...
So, how can I get music into maps I create in Map Maker? I'd like to know how to do an individual song, and a group of songs. (Since I feel you do each one differently.)

Offline Ingredient

  • ~Dead men tell no tales~
  • Ancient Silver Mane
  • *****
  • Posts: 3,662
  • Country: 00
  • Floof-O-Meter: 366
    • Ingredient91
    • View Profile
Re: Maps and Music
« Reply #1 on: August 07, 2013, 07:44:10 am »
Try this:

You need to open music.cfg with Notepad or Notepad++

Easier way:

1) Open music.cfg in the installation folder

2) at the end add [groupname] followed by path to files.

example:

music.cfg contains:
Code: [Select]
[Title]
media/music/title.mp3
[Plains]
media/music/plains1.mp3
media/music/plains2.mp3
media/music/plains3.mp3
[Caves]
media/music/caves1.mp3
media/music/caves2.mp3

To add my music i change it to:

Code: [Select]
[Title]
media/music/title.mp3
[Plains]
media/music/plains1.mp3
media/music/plains2.mp3
media/music/plains3.mp3
[Caves]
media/music/caves1.mp3
media/music/caves2.mp3
[MyMusic]
media/music/peaceful.mp3
media/music/danger.mp3



3) And in the map editor instead of filename, write "MyMusic"



Make sure your music tracks are in either .mp3 or .wav format ;)
Will be inactive due to work and exams.

XxInsaneAsylumxX

  • Guest
Re: Maps and Music
« Reply #2 on: August 07, 2013, 08:00:35 am »
Thanks a bunch!

Offline Ingredient

  • ~Dead men tell no tales~
  • Ancient Silver Mane
  • *****
  • Posts: 3,662
  • Country: 00
  • Floof-O-Meter: 366
    • Ingredient91
    • View Profile
Re: Maps and Music
« Reply #3 on: August 07, 2013, 08:17:13 am »
No problem, HappyJappy! I'm glad I could help :)
Will be inactive due to work and exams.