Everyone's Feralheart game works using certain files. The .cfg file, in this case, controls how things either show up it how they work. In the main Feralheart folder, they are usually named like this:
music.cfg
items.cfg
markings.cfg
Also, if your Feralheart still plays music in other maps, like Ficho and Fluorite, then you do have the music .cfg file.. To check, go into C: > Feralheart and they should either look like a notepad or a piece of paper.
If you need to add music to maps later, here's some instructions:
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"
[/color]