Kitty Corp Meow Mix Forums

Help & Tutorials => Help => Topic started by: Thorax9Tails on November 12, 2011, 10:04:43 PM



Title: i have question
Post by: Thorax9Tails on November 12, 2011, 10:04:43 PM
is there a hack where any stage can play any song if not is it even possible


Title: Re: i have question
Post by: Nuke on November 13, 2011, 06:35:50 AM
To play your custom songs or do you mean that after a song finished on a stage it jumps to another song like a playlist? You can have custom songs on any stage.. But as far as I know you can't have a playlist unless you merge all you fav songs on one track lol but that might be to much for brawl..


Title: Re: i have question
Post by: Thorax9Tails on November 13, 2011, 09:06:22 AM
To play your custom songs or do you mean that after a song finished on a stage it jumps to another song like a playlist? You can have custom songs on any stage.. But as far as I know you can't have a playlist unless you merge all you fav songs on one track lol but that might be to much for brawl..
i mean is there a hack where if i go to a stage will it play songs from other stages without having to change songs fro that stage


Title: Re: i have question
Post by: Nuke on November 13, 2011, 09:58:25 AM
No


Title: Re: i have question
Post by: Demibrot on November 14, 2011, 06:42:29 AM
Yes, there is a way

I guess the code you are searching for ist the :

Code:
Stage-Track Dependant Song Loader [Oshtoby]
28708ceb 000000SS
28708d2e 0000XXXX
4A000000 90180F06
14000076 FF00YYYY
E0000000 80008000

SS = Id of the stage that you want to have new music (as example if you want to have battlefield music on final destination, you would write the battlefield id)

XXXX = id of the song that you want to be replaced ( this would be one of the battlefield songs)

YYYY = id of the song that you want to have instead ov the replaced one (this  would be one of the final destination songs)

So if you wanted to change the song "battlefield from the stage "battlefield" to the song "final destination" from the stage "final destination" the code would look like this:

Code:
Stage-Track Dependant Song Loader [Oshtoby]
28708ceb 00000001     (01 is the id from the stage "battlefield")
28708d2e 000026FC     (26FC is the id of the song "battlefield" )
4A000000 90180F06
14000076 FF0026FD      (26FD is the id of the song "final destination")
E0000000 80008000

You can add the code to the existing code to replace more than one song. Like this :
Code:
28708ceb 000000SS
28708d2e 0000XXXX
4A000000 90180F06
14000076 FF00YYYY
E0000000 80008000
28708ceb 000000SS   (here is where the second part starts )
28708d2e 0000XXXX
4A000000 90180F06
14000076 FF00YYYY
E0000000 80008000

(if you want, you can repeat this step )

here is a .rar file with all the Id´s needed http://www.mediafire.com/?k9hlju3mn311cba

I hope i was able to help you  :)