Title: Stage Expansion music swaps Post by: ChaosEpsilon613 on May 29, 2011, 02:47:38 PM How do you make it so that the added stages on the Stage Expansion 2.0 dont all have battlefield music?
Any info will help Title: Re: Stage Expansion music swaps Post by: RevengeHunter on May 29, 2011, 03:03:31 PM Tracklist modifier
Code: [Tracklist Modifier v1.0] or Stage-Track Dependant Song Loader (http://www.smashboards.com/showpost.php?p=11812792&postcount=349) Title: Re: Stage Expansion music swaps Post by: ChaosEpsilon613 on May 29, 2011, 03:13:33 PM Thanks, .....now can somebody tell me how I use these?
Title: Re: Stage Expansion music swaps Post by: RevengeHunter on May 29, 2011, 03:17:38 PM Well, which code do you want to use? btw tracklist modifier replaces battlefields tracklist with a tracklist from another stage and stage-track replaces individual songs.
Title: Re: Stage Expansion music swaps Post by: ChaosEpsilon613 on May 29, 2011, 03:18:02 PM tracklist modifier
Title: Re: Stage Expansion music swaps Post by: RevengeHunter on May 29, 2011, 03:40:56 PM [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 You see the line of X1X2X3? There go the tracklists of the other stages corresponding to your custom stages. Fill the line with codes from this list. Fill in the tracklists in the same order as your custom stages. For example if you fill in 000102 your 1st custom stage will play Battlefield music, your second will play final destination music, your third will play delfino island music. If you're done but your line isn't full, fill the rest of the line with 00. [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 Now the LL value. Count the lines of code beneath the line with LL excluding the E0000000 80000000 line. Multiply that number by 8 and then convert it to hex. Replace the LL with your hex value. I hope this made sense lol Title: Re: Stage Expansion music swaps Post by: Eternal Yoshi on May 29, 2011, 04:21:35 PM Tracklist modifier is buggy. Tried it and got freezes in many odd places.
Title: Re: Stage Expansion music swaps Post by: ChaosEpsilon613 on May 29, 2011, 04:48:56 PM How do you convert a number to hex
Title: Re: Stage Expansion music swaps Post by: RevengeHunter on May 29, 2011, 04:53:21 PM Use this (http://www.binaryhexconverter.com/decimal-to-hex-converter) site.
Tracklist modifier is buggy. Tried it and got freezes in many odd places. Weird I haven't had any problems with it. |