Difference between revisions of "List of Tournament Tracks"

From Custom Mario Kart
Jump to navigation Jump to search
 
(45 intermediate revisions by 19 users not shown)
Line 1: Line 1:
[[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.
+
{{Custom Track Lists}}
 +
 
 +
== Introduction (Nintendo WFC) ==
 +
Twice a month, it was possible to connect to the [[Mario Kart Channel]] and receive a tournament to play. It was quite similar to [[Mario Kart DS]]'s Mission Mode. The player went in one of the 43 available tracks and arenas and performed special tasks in altered versions of the tracks. Some of these tournaments have been cracked open and have been turned into [[custom track]]s.
  
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 custom tracks because some have requirements that would not work in a race properly, for example collecting all coins or passing through gates. This also includes tournaments that are the same as normal tracks (such as a kart-only race without item boxes, for example). Tournaments with backward tracks, races on battle arenas and harder versions of tracks are all possible to play on VS mode.
  
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 tournaments from a save game file called <tt>wc24dl.vff</tt>, or MEM2 can be dumped with USB Gecko.
  
=== Tournament Custom Courses ===
+
A list of all tournament information can be found [https://mariowiki.com/List_of_Mario_Kart_Wii_tournaments here].
  
 +
== Tournament Custom Tracks ==
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
 +
! Track
 +
! Author
 +
|-
 +
| data-sort-value="Cookie Land (Race), GCN"| [[GCN Cookie Land (Race) (GCN Cookie Land Edit) (MrBean35000vr)|GCN Cookie Land (Race)]]
 +
| rowspan=2| [[MrBean35000vr]]
 
|-
 
|-
! Title
+
| [[Delfino Pier (Race) (Delfino Pier Edit) (MrBean35000vr)|Delfino Pier (Race)]]
! Tournament
 
! Download Link(Temp)
 
! Ripper
 
 
|-
 
|-
| [[Block Plaza]]
+
| rowspan=2| [[Grumble Volcano R (Grumble Volcano Edit)|Grumble Volcano R]]
| Race
+
| [[4TLPati]]
| http://www.megaupload.com/?d=ER6SSVA9
 
| [[User:4TLPati|4TLPati]]
 
 
|-
 
|-
| [[Cookie Land]]
+
| [[Zachruff]], [[ZPL]]
| Race
 
| http://www.megaupload.com/?d=K80F2IF0
 
| [[MrBean35000vr]]
 
 
|-
 
|-
|[[ Delfino Pier]]
+
| [[Mushroom Gorge R (Mushroom Gorge Edit)|Mushroom Gorge R]]
| Race
+
| [[Zachruff]], [[ZPL]]
| http://www.megaupload.com/?d=PNVP9HLM
 
| [[MrBean35000vr]]
 
 
|-
 
|-
| [[Toad's Factory (backwards)|Toad's Factory]]
+
| [[Toad's Factory R (Toad's Factory Edit)|Toad's Factory R]]
| Backwards Race
+
| [[Zachruff]], [[ZPL]]
| http://www.megaupload.com/?d=8AERJLSL
 
| [[User:4TLPati|4TLPati]]
 
 
|}
 
|}
  
 +
== Tournament Mode ==
 +
[[Vulcanus2]] found a way to play ripped tournaments via the original way using the [[Mario Kart Channel]] on 2011-03-25. This requires [[Riivolution]] v1.04 or later (for savegame patch) and savegame edit (with a hex editor).
 +
 +
; Tutorial on how to play old tournaments
 +
<ol>
 +
<li>
 +
Rip a savegame using [[Riivolution]] v1.04 or later. You will get four files, but the important one is wc24dl.vff.
 +
</li>
 +
<li>
 +
Open the file in a hex editor and search for RKCT. Also open a [[RKC]] file with a hex editor, paste the whole content of the RKC file at the savegame (RKCT).
 +
</li>
 +
<li>
 +
Scroll down to check if after the data are many zeros.
 +
* If so, save the file and play it using a savegame.
 +
* If not (when the file is smaller than the original), clear all data after it until you see the zeros.
 +
** Note: the savegame must be ripped during a tournament (not after the deadline), otherwise the player will not be able to load it since the tournament has already finished.
 +
</li>
 +
</ol>
 +
 +
; Tutorial on how to make a savegame patch/rip a savegame
 +
<ol>
 +
<li>
 +
Put the XML in the "riivolution" folder.
 +
</li>
 +
<li>
 +
* Rip: load the XML for the first time in "/mkwii" and it will create a folder called "saverip1", with four savegame files.
 +
* Patch: load it and the four files will be used instead of the old savegame.
 +
**Note: [[Riivolution]] v1.04 or later is required.
 +
</li>
 +
</ol>
 +
 +
<spoiler text="XML">
 +
<pre><nowiki>
 +
<?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>
  
{{Custom Track Lists}}
+
</wiidisc>
[[category:Custom Track|!]]
+
 
 +
</nowiki></pre>
 +
</spoiler>
 +
 
 +
== Competitions (Tournaments) on Wiimmfi ==
 +
On 2016-05-10, [https://competitions.wiimmfi.de competitions] (tournaments) were revived for [[Wiimmfi]]. [[Leseratte]] developed the code and also collected all of [[Nintendo]]'s files. Only one of the original competitions is currently missing. Further information can be found [https://wiiki.wii-homebrew.com/Wiimmfi_(en)/Competitions here].
 +
 
 +
[[Category:List]]

Latest revision as of 19:37, 13 September 2021

Introduction (Nintendo WFC)

Twice a month, it was possible to connect to the Mario Kart Channel and receive a tournament to play. It was quite similar to Mario Kart DS's Mission Mode. The player went in one of the 43 available tracks and arenas and performed special tasks in altered versions of the tracks. Some of these tournaments have been cracked open and have been turned into custom tracks.

Unfortunately, not all tournaments are possible to be turned into custom tracks because some have requirements that would not work in a race properly, for example collecting all coins or passing through gates. This also includes tournaments that are the same as normal tracks (such as a kart-only race without item boxes, for example). Tournaments with backward tracks, races on battle arenas and harder versions of tracks are all possible to play on VS mode.

It is possible to rip tournaments from a save game file called wc24dl.vff, or MEM2 can be dumped with USB Gecko.

A list of all tournament information can be found here.

Tournament Custom Tracks

Track Author
GCN Cookie Land (Race) MrBean35000vr
Delfino Pier (Race)
Grumble Volcano R 4TLPati
Zachruff, ZPL
Mushroom Gorge R Zachruff, ZPL
Toad's Factory R Zachruff, ZPL

Tournament Mode

Vulcanus2 found a way to play ripped tournaments via the original way using the Mario Kart Channel on 2011-03-25. This requires Riivolution v1.04 or later (for savegame patch) and savegame edit (with a hex editor).

Tutorial on how to play old tournaments
  1. Rip a savegame using Riivolution v1.04 or later. You will get four files, but the important one is wc24dl.vff.
  2. Open the file in a hex editor and search for RKCT. Also open a RKC file with a hex editor, paste the whole content of the RKC file at the savegame (RKCT).
  3. Scroll down to check if after the data are many zeros.
    • If so, save the file and play it using a savegame.
    • If not (when the file is smaller than the original), clear all data after it until you see the zeros.
      • Note: the savegame must be ripped during a tournament (not after the deadline), otherwise the player will not be able to load it since the tournament has already finished.
Tutorial on how to make a savegame patch/rip a savegame
  1. Put the XML in the "riivolution" folder.
    • Rip: load the XML for the first time in "/mkwii" and it will create a folder called "saverip1", with four savegame files.
    • Patch: load it and the four files will be used instead of the old savegame.

XML


Competitions (Tournaments) on Wiimmfi

On 2016-05-10, competitions (tournaments) were revived for Wiimmfi. Leseratte developed the code and also collected all of Nintendo's files. Only one of the original competitions is currently missing. Further information can be found here.