|
|
« on: October 14, 2012, 12:29:23 PM » |
|
Well, two or three months ago I just discovered that code in this thread: http://forums.kc-mm.com/index.php?topic=31273.0 It was supposed to give each character a different victory theme to personalize your game, but it doesn't work. Anyway, it has a good use if you know how to edit it and I'm going to teach you all how to edit it to your own likes. First of all, here it's the original code: Custom Victory Themes v1.2 [Dantarion], with corresponding new IDs for each theme [Also Dantarion] * 064088C0 000000B8 * 00003000 00003001 //Mario, DK * 00003002 00003003 //Link, Samus * 00003004 00003005 //ZSS, Yoshi * 00003006 00003007 //Kirby, Fox * 00003008 00003009 //Pikachu,Luigi * 0000300A 0000300B //Falcon,Ness * 0000300C 0000300D //Koopa,Peach * 0000300E 0000300F //Zelda,Shiek * 00003010 00003011 //IC's,Popo * 00003012 00003013 //Nana,Marth * 00003014 00003015 //G&W,Falco * 00003016 00003017 //Ganon,Wario * 00003018 00003019 //Meta,Pit * 0000301A 0000301B //Olimar,Lucas * 0000301C 0000301D //Diddy,Charizard * 0000301E 0000301F //Charizard(Independant),Ivy * 00003020 00003021 //Ivy(Independant),Squirt * 00003022 00003023 //Squirt(Independant),D3 * 00003024 00003025 //Lucario,Ike * 00003026 00003027 //ROB, Jiggs * 00003028 00003029 //Toon Link, Wolf * 0000302A 0000302B //Snake, Sonic * 0000302C 0000302D //Giga, Warioman And here it's an edited version: Custom Victory Themes v1.2 [Dantarion], with corresponding new IDs for each theme [Also Dantarion] * 064088C0 000000B8 * 0000283D 0000283E //Mario, DK * 0000283F 00002840 //Link, Samus * 00002854 00002841 //ZSS, Yoshi * 00002842 00002843 //Kirby, Fox * 00002844 00002845 //Pikachu,Luigi * 00002846 00002847 //Falcon,Ness * 00002848 00002849 //Koopa,Peach * 0000284A 0000284B //Zelda,Shiek * 0000284C 0000284C //IC's,Popo * 0000284C 0000284D //Nana,Marth * 0000284E 0000284F //G&W,Falco * 00002850 00002851 //Ganon,Wario * 00002852 00002853 //Meta,Pit * 00002855 00002856 //Olimar,Lucas * 00002857 00002858 //Diddy,Charizard * 00002858 00002858 //Charizard(Independant),Ivy * 00002858 00002858 //Ivy(Independant),Squirt * 00002858 00002859 //Squirt(Independant),D3 * 0000285A 0000285B //Lucario,Ike * 0000285C 0000285D //ROB, Jiggs * 00002860 00002843 //Toon Link, Wolf * 00002861 00002862 //Snake, Sonic * 00002848 00002851 //Giga, Warioman The only change between the two, is that in the second one, I have used these: They're the original IDs for each victory theme in the game, and we're going to use them (with the edited version) to change the code. 1. Identify the IDs of the characters that you want to share a victory theme between the two or more. For example, I want to have the same victory theme for Sonic and Shadow over XXX (XXX= DK or some other character), in this case, the IDs are: 2862 for Sonic and 283E for Shadow over DK 2. Search the corresponding lines of the characters that you want to share the victory theme, using the same example as above, we need two lines in the code: * 064088C0 000000B8 * 0000283D 0000283E //Mario, DK * 0000283F 00002840 //Link, Samus * 00002854 00002841 //ZSS, Yoshi * 00002842 00002843 //Kirby, Fox * 00002844 00002845 //Pikachu,Luigi * 00002846 00002847 //Falcon,Ness * 00002848 00002849 //Koopa,Peach * 0000284A 0000284B //Zelda,Shiek * 0000284C 0000284C //IC's,Popo * 0000284C 0000284D //Nana,Marth * 0000284E 0000284F //G&W,Falco * 00002850 00002851 //Ganon,Wario * 00002852 00002853 //Meta,Pit * 00002855 00002856 //Olimar,Lucas * 00002857 00002858 //Diddy,Charizard * 00002858 00002858 //Charizard(Independant),Ivy * 00002858 00002858 //Ivy(Independant),Squirt * 00002858 00002859 //Squirt(Independant),D3 * 0000285A 0000285B //Lucario,Ike * 0000285C 0000285D //ROB, Jiggs * 00002860 00002843 //Toon Link, Wolf * 00002861 00002862 //Snake, Sonic * 00002848 00002851 //Giga, Warioman 3. We have two choices from here, change the ID of the first character to the ID of the second one or change the ID of the second character to the ID of the first one, using the same example as above: * 064088C0 000000B8 * 0000283D 0000283E //Mario, DK * 0000283F 00002840 //Link, Samus * 00002854 00002841 //ZSS, Yoshi * 00002842 00002843 //Kirby, Fox * 00002844 00002845 //Pikachu,Luigi * 00002846 00002847 //Falcon,Ness * 00002848 00002849 //Koopa,Peach * 0000284A 0000284B //Zelda,Shiek * 0000284C 0000284C //IC's,Popo * 0000284C 0000284D //Nana,Marth * 0000284E 0000284F //G&W,Falco * 00002850 00002851 //Ganon,Wario * 00002852 00002853 //Meta,Pit * 00002855 00002856 //Olimar,Lucas * 00002857 00002858 //Diddy,Charizard * 00002858 00002858 //Charizard(Independant),Ivy * 00002858 00002858 //Ivy(Independant),Squirt * 00002858 00002859 //Squirt(Independant),D3 * 0000285A 0000285B //Lucario,Ike * 0000285C 0000285D //ROB, Jiggs * 00002860 00002843 //Toon Link, Wolf * 00002861 0000283E //Snake, Sonic * 00002848 00002851 //Giga, Warioman or * 064088C0 000000B8 * 0000283D 00002862 //Mario, DK * 0000283F 00002840 //Link, Samus * 00002854 00002841 //ZSS, Yoshi * 00002842 00002843 //Kirby, Fox * 00002844 00002845 //Pikachu,Luigi * 00002846 00002847 //Falcon,Ness * 00002848 00002849 //Koopa,Peach * 0000284A 0000284B //Zelda,Shiek * 0000284C 0000284C //IC's,Popo * 0000284C 0000284D //Nana,Marth * 0000284E 0000284F //G&W,Falco * 00002850 00002851 //Ganon,Wario * 00002852 00002853 //Meta,Pit * 00002855 00002856 //Olimar,Lucas * 00002857 00002858 //Diddy,Charizard * 00002858 00002858 //Charizard(Independant),Ivy * 00002858 00002858 //Ivy(Independant),Squirt * 00002858 00002859 //Squirt(Independant),D3 * 0000285A 0000285B //Lucario,Ike * 0000285C 0000285D //ROB, Jiggs * 00002860 00002843 //Toon Link, Wolf * 00002861 00002862 //Snake, Sonic * 00002848 00002851 //Giga, Warioman 4. Now, you have to put the brstm in the strm or sound folder (depending if you're using Gecko or Riivolution), and name it according to the change that you made in the code. Remember these names: Using the same example as above, if you chose the first one (changing the ID of Sonic for the ID of DK), then you will need to name the victory theme to Z02, and if you chose the second one (changing the ID of DK for the ID of Sonic), then you will need to name the victory theme to Z47. 5. You can leave the code if you want it that way, but, in the example of Sonic and Shadow over DK, there are two things to consider: First one, if you have chosen the first way (changing the ID of Sonic for the ID of DK), Diddy Kong will be affected (or whatever character that you put on him), he will share the same victory theme as Shadow and Sonic, but you can fix this following the same steps of the tutorial. For example, if you don't have replaced Diddy with some other character, then you can make it share the victory theme with someone else (I think that Yoshi is the best option). But, if you have replaced Diddy with someone else, for example Waluigi, in this case you can make him share the victory theme with Wario. The second thing to consider, is that at the same time, you can put the original ID of Sonic on the ID of other character, it's a "free slot" to put a custom victory theme in it. For example, if you change the ID of Bowser for the ID of Sonic in the code, then Bowser can have a custom victory theme (Z47) without affecting the other Mushroom Kingdom's characters. 6. Remember to delete the //XXXX,XXXX of the code in every line when you finish. You can make any questions or something related to this in the thread.
|