Difference between revisions of "List of Tournament Tracks"

From Custom Mario Kart
Jump to navigation Jump to search
m (Protected "List of Tournament Tracks" ([edit=autoconfirmed] (indefinite) [move=autoconfirmed] (indefinite)))
(No difference)

Revision as of 19:11, 18 June 2011

Mario Kart Wii players know that, twice a month, it's possible to connect to the Mario Kart Channel and receive a tournament to play. They are the closest to DLC that Mario Kart Wii has, and they're quite similar to Mario Kart DS's Mission Mode. The player will go in one of the 43 available courses and perform special tasks in slightly altered versions of the tracks.

Those tournaments have recently been cracked open, and are being turned into Custom Tracks, as you can see in this page.

Unfortunately, not all tournaments are possible to be turned into tracks, because they would not work as so (those include tournaments where you have to collect coins and pass through gates). Those also include tournaments that are the same as normal tracks (such as a kart-only race without item boxes, for example). But tournaments with backward tracks, races on battle arenas and harder versions of tracks are all possible to play on VS mode, so they're all being ripped.

It is possible to rip the competitions from your savegame file called wc24dl.vff or you can dump mem2 with usb gecko and get the competitions that way.

Tournament Custom Courses

Title Tournament Download Link(Temp) Ripper
Block Plaza Race http://www.megaupload.com/?d=ER6SSVA9 4TLPati
Cookie Land Race http://www.megaupload.com/?d=K80F2IF0 MrBean35000vr
Delfino Pier Race http://www.megaupload.com/?d=PNVP9HLM MrBean35000vr
Toad's Factory Backwards Race http://www.megaupload.com/?d=8AERJLSL 4TLPati
Grumble Volcano Backwards race http://www.mediafire.com/?x7rha4qrc8a6rf1 4TLPati


Tournament mode

Recently I have discovered a way to play ripped tournaments at the original way, using the mario kart channel. This requires riivolution 1.04 (for savegame patch) and savegame edit (with a hex editor).

Here is how to be able to play old ripped tournaments: Rip a savegame using riivolution 1.04, you'll get 4 files, but the important one is wc24dl.vff . This one includes the tournament data. Open it in a hex editor and search for RKCT. Also open a tournament RKC file with a hex editor, paste the whole content of the RKC file at the savegame (at the RKCT).
Scroll down to check if after the data are many 00's , if so, save the file, and using a savegame patch you can play it. If not (the file is smaller than the original) clear all data after it untill you see the 00's (make is 00). NOTE: the savegame have to be ripped during a tournament (not after the deadline), else you won't be able to load it (the tournament has already finished)

Current uploaded tournament RKC files:

GBA Bowser Castle 3, rings, karts only
Toad's Factory, backwards

Download: rBC3rings and TFbackwards RKC

How to rip a savegame/how to make a savegame patch:

Both things are done at the same way. Use the xml below (save it as savepatch.xml or whatever and put in riivo folder)

To rip: just load this for the first time, in /mkwii it will create a folder called saverip1, with 4 savegame files. Patch: load it again and the 4 files will be used instead of your old savegame

WARNING: RIIVO 1.04 is REQUIRED!!!!

the xml:

<?xml version="1.0" encoding="utf-8"?>
<wiidisc version="1">
  <id game="RMC" disc="0" version="0">
    <region type="P"/>
    <region type="E"/>
    <region type="J"/>
    <region type="K"/>
  </id>
  <options>
<section name="Saverip/patch for tournaments" >
<option id="Patch savegame" default="0">

<choice name="Slot 1" >
<patch id="savepatch1 />
</choice>

</option>

</section>

<patch id="savepatch1" >
<savegame external="/mkwii/saverip1" clone="true" />
</patch>

</wiidisc>

Feel free to add more slots. (copy past both choice and patch sections and change the numbers) It's disabled by default.

--Vulcanus2 21:59, 25 March 2011 (CET)