Kitty Corp Meow Mix Forums

Super Smash Bros. Brawl Hacking => Music & SFX => Topic started by: Vergant on November 23, 2010, 10:06:27 AM



Title: Adding songs from other stages
Post by: Vergant on November 23, 2010, 10:06:27 AM
Is it possible to take a song from one stage, and give it to another? I want a few more songs (music) for some of the melee stages, and most of them, if not all, only have 2 songs each.


Title: Re: Adding songs from other stages
Post by: (specter) on November 24, 2010, 03:21:10 PM
Yeah, use the Tracklist Modifier code by PhantomWings.

Code:
[Tracklist Modifier v1.0]
0610F9BC 00000014
60000000 60000000
3C80811A 7C601B78
608447E7 00000000
4A000000 81000000
301A46F8 6D755072
1417DF44 7CE03B78
1417DF4C 7C0400AE
161A47E8 000000LL << Bytes of data
00000102 03040607 << Default Stages
08090A0B 0C0D0E0E
0E0E0E0F 10111213
14151515 16171819
1A1B1C1D 1E1F2D2D
2D202122 23242526
2728290A 2D2D2D2D
2D2D2D2D 2D2D2D2D
X1X2X3X4 X5X6X7X8 << Custom Stage Tracklists
-------- --------
E0000000 80008000

Tracklist IDs (replace the ID of the Melee stage you want to add songs to with the ID of the tracklist from here)
Tracklists:
00 Battlefield
01 Final Destination
02 Delphino
03 Luigi's Mansion
04 Mushroomy Kingdom (1-1)
05 Mushroomy Kingdom (1-2)
06 Mario Circuit
07 75m
08 Rumble Falls
09 Pirate Ship
0A Eldin Bridge
0B Norfair
0C Frigate Orpheon
0D Yoshi's Island
0E Halberd
0F Lylat Cruise
10 Pokemon Stadium 2
11 Spear Pillar
12 Port Town Aero Dive
13 Summit
14 Flat Zone
15 Castle Siege
16 WarioWare, inc.
17 Distant Planet
18 Skyworld
19 Mario Bros.
1A Newpork City
1B Smashville
1C Shadow Moses Island
1D Green Hill Zone
1E Pictochat
1F Hanenbow
20 Temple
21 Yoshi's Island
22 Jungle Japes
23 Onett
24 Green Greens
25 Pokemon Stadium
26 Rainbow Cruise
27 Corneria
28 Big Blue
29 Brinstar
2A Menu
2B Empty
2C Empty
2D Empty

But that will give your Melee stages entire tracklists. As far as I know I don't know if there is a way to extract just one song and add it to the tracklist of another; I'm still trying to find this out myself.


Title: Re: Adding songs from other stages
Post by: Vergant on November 24, 2010, 07:38:54 PM
Ah, okay, then you've already answered my question, which is to get only a song or two onto another stage. In other words, increase the amount of songs for said stage.


Title: Re: Adding songs from other stages
Post by: (specter) on November 24, 2010, 09:44:41 PM
Yeah but with this code you can't just take a few songs out; you have to take the entire tracklist. I would suggest just getting brstms of the Melee stage (shouldn't take long as you said they only have a few), and pick a tracfklist that has a lot of songs; Rumble Falls has seven for example. So you would have like five extra songs on your Melee stage, then you could just replace them with songs you want.


Title: Re: Adding songs from other stages
Post by: Vergant on November 25, 2010, 02:20:42 PM
I might just do that, thanks for the help.


Title: Re: Adding songs from other stages
Post by: (specter) on November 25, 2010, 03:23:36 PM
I might just do that, thanks for the help.

Yeah for now you might have to until someone finds out how to take specific times from other stages.


Title: Re: Adding songs from other stages
Post by: Vergant on November 27, 2010, 07:52:16 PM
So if I wanted to to give DK melee more music, using warrioware, how would I go about do that, and where and how would the code be placed, and how?


Title: Re: Adding songs from other stages
Post by: (specter) on November 27, 2010, 08:19:10 PM
So if I wanted to to give DK melee more music, using warrioware, how would I go about do that, and where and how would the code be placed, and how?

First of all, what is "DK melee"? Jungle Japes?

Well, you take the ID for WarioWare Inc -- 16 -- and replace Jungle Japes's ID -- 22 -- with it.

I'm not sure where in the code you find Jungle Japes though, so sorry but I can't help you out on where you would put this code. I would imagine it's more than likely somewhere in the "Default Stages" section of the code, and you have to replace Jungle Japes's ID with the WarioWare's ID, then Jungle Japes will have that soundtrack.