Author Topic: Adding music to a map?  (Read 2681 times)

Offline Willowleap

  • Curious Wanderer
  • *
  • Posts: 18
  • Floof-O-Meter: 1
    • View Profile
Adding music to a map?
« on: November 02, 2013, 12:52:30 pm »
Hi, I have read instructions, I put the music file I want in the 'sounds' folder, but when it says to open up the music.cfg in the main FH folder - I dont have one?
Im really confused if I red  it wrong, or if I just simply dont have one :S
Somebody help?

Also, after everything is done, for future reference when you put the music name in the FH map maker to you add .mp3 or just the name?
Sorry im so bad at explainin!  :'(

Offline nicekind

  • Pack & Pride Representative
  • ****
  • Posts: 1,207
  • Country: 00
  • Floof-O-Meter: 39
  • art by WhiteLightHeart
    • View Profile
Re: Adding music to a map?
« Reply #1 on: November 02, 2013, 01:02:39 pm »
Where did you learn to add sounds/music?
I would recomend Red's tutorial:
http://www.youtube.com/watch?v=0viVTiaECPc
Just watch this and maybe it gets clearer to you.
shhh noone knows me

Offline Willowleap

  • Curious Wanderer
  • *
  • Posts: 18
  • Floof-O-Meter: 1
    • View Profile
Re: Adding music to a map?
« Reply #2 on: November 02, 2013, 01:03:49 pm »
Uhm yeah it still says to  open music.cfg file, and  really dont have one...
(sorry double post sdf)
« Last Edit: November 02, 2013, 01:17:04 pm by Bright »

Offline Willowleap

  • Curious Wanderer
  • *
  • Posts: 18
  • Floof-O-Meter: 1
    • View Profile
Re: Adding music to a map?
« Reply #3 on: November 02, 2013, 01:13:20 pm »
Uhm yeah it still says to  open music.cfg file, and  really dont have one...

Offline nicekind

  • Pack & Pride Representative
  • ****
  • Posts: 1,207
  • Country: 00
  • Floof-O-Meter: 39
  • art by WhiteLightHeart
    • View Profile
Re: Adding music to a map?
« Reply #4 on: November 02, 2013, 01:26:12 pm »
Where did you look for it? on what folder?
The .cfg file is on feralheart main folder.
Edit: Don't forget to double check.
« Last Edit: November 02, 2013, 01:28:26 pm by WolfKate »
shhh noone knows me

AlphaEclipse

  • Guest
Re: Adding music to a map?
« Reply #5 on: November 02, 2013, 02:39:20 pm »
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:
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"


[/color]