Feral Heart
Help & Guidance => Game Help => Topic started by: XxInsaneAsylumxX 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.)
-
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:
[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:
[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 ;)
-
Thanks a bunch!
-
No problem, HappyJappy! I'm glad I could help :)