(Custom music can be added to all characters except "The Soul", "Esau", "Tainted Soul")

To add custom music do the following:

1. Put the the .ogg music file in the same folder as this readme.
2. Open <mod root>/content/music.xml
3. Copy this line and paste it below the last commented line:
   <track name="s_<character>" path="custommusic/<your music>.ogg" loop="true" />
4. Replace <character> with one of the options below and 
   <your music> with the name of the .ogg from step #1.
   
   Example (my_tainted_isaac_song.ogg plays when Tainted Isaac dances):
   <track name="s_tisaac" path="custommusic/my_tainted_isaac_song.ogg" loop="true" />

End here if you only need a single custom song

5. Put a different .ogg file in the /custommusic folder
6. Open music.xml again and add this line near the one you added in step #3
   <track name="s_<character>_<track index>" path="custommusic/<your second music file>.ogg" loop="true" />
7. Replace <track index> with (1 + <amount of custom tracks for a single character - 1>)
   Basically, just make it 1, then 2 then 3 and so on every new custom track.
   !Note that skipping numbers is prohibited!
   
   Example (sorry for this kind of formatting :P):
					<track name="s_tisaac" path="custommusic/my_tainted_isaac_song.ogg" loop="true" />
					<track name="s_tisaac1" path="custommusic/another_song.ogg" loop="true" />
					<track name="s_tisaac2" path="custommusic/another_song_1.ogg" loop="true" />
WRONG! NUMBER  -->	<track name="s_tisaac4" path="custommusic/another_song_1.ogg" loop="true" />
3 IS SKIPPED.		<track name="s_tisaac5" path="custommusic/another_song_2.ogg" loop="true" />
NEXT TRACKS			...
WILL BE REGISTERED

  
all possible <character>s:
"isaac",
"magdalene",
"cain",
"judas",
"xxx",
"eve",
"samson",
"azazel",
"lazarus",
"eden",
"lost",
"deadlazarus",
"darkjudas",
"lilith",
"keeper",
"apollyon",
"forgotten",
"bethany",
"jacob",

(and add "t" if tainted)
"tisaac",
"tmagdalene",
"tcain",
"tjudas",
"txxx",
"teve",
"tsamson",
"tazazel",
"tlazarus",
"teden",
"tlost",
"tlilith",
"tkeeper",
"tapollyon",
"tforgotten",
"tbethany",
"tjacob",
"tdeadlazarus",
"tghostjacob"
