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] Tracklist IDs (replace the ID of the Melee stage you want to add songs to with the ID of the tracklist from here) 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. |