mario-kart.html (5390B)
1 <!DOCTYPE html> 2 <html dir="ltr" lang="en"> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 5 <meta http-equiv="Content-Language" content="en" /> 6 <meta name="viewport" content="width=device-width" /> 7 <meta name="keywords" content="blog, git, dev-log, life-log" /> 8 <meta name="description" content="How to setup Mario Kart Wii on a dolphin Emulator" /> 9 <meta name="author" content="linusbehrens" /> 10 <meta name="generator" content="saait (https://git.codemadness.org/saait/file/README.html)" /> 11 <title>Mario Kart Emulator Setup - Linus Blog</title> 12 13 <link rel="preconnect" href="https://rsms.me/"> 14 <link rel="stylesheet" href="https://rsms.me/inter/inter.css"> 15 <link rel="preconnect" href="https://fonts.googleapis.com"> 16 <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> 17 <link href="https://fonts.googleapis.com/css2?family=Noto+Sans+Mono:wght@100..900&display=swap" rel="stylesheet"> 18 19 <link rel="stylesheet" href="style.css" type="text/css" media="screen" /> 20 <link rel="stylesheet" href="typeface.css" type="text/css" media="screen" /> 21 <link rel="stylesheet" href="print.css" type="text/css" media="print" /> 22 23 <link rel="alternate" href="atom.xml" type="application/atom+xml" title="Linus Blog Atom Feed" /> 24 <link rel="alternate" href="atom_content.xml" type="application/atom+xml" title="Linus Blog Atom Feed with content" /> 25 <link rel="icon" href="/favicon.png" type="image/png" /> 26 </head> 27 <body> 28 <nav id="menuwrap"> 29 <table id="menu" width="100%" border="0"> 30 <tr> 31 <td id="links" align="left"> 32 <a href="index.html">Blog</a> | 33 <a href="/git/" title="Git repository with some of my projects">Git</a> <!-- | --> 34 <!-- <a href="/releases/">Releases</a> | --> 35 <!-- <a href="gopher://codemadness.org">Gopherhole</a> --> 36 </td> 37 <td id="links-contact" align="right"> 38 <span class="hidden"> | </span> 39 <!-- <a href="feeds.html">Feeds</a> | --> 40 <a href="pgp.asc">PGP</a> | 41 <a href="mailto:mail@linus-behrens.de">Mail</a> 42 </td> 43 </tr> 44 </table> 45 </nav> 46 <hr class="hidden" /> 47 <main id="mainwrap"> 48 <div id="main"> 49 <article> 50 <header> 51 <h1>Mario Kart Emulator Setup</h1> 52 <p> 53 <strong>Last modification on </strong> <time>2025-04-11</time> 54 </p> 55 </header> 56 57 <h2 id="standard-game-on-emulator">Standard game on Emulator</h2> 58 <ol type="1"> 59 <li>Get you Mario Kart Wiis Disc <code>.iso</code>. If you burner is 60 broken like mine <a 61 href="https://romsfun.com/roms/nintendo-wii/mario-kart-wii.html">download 62 it</a>.</li> 63 <li>Get the <a 64 href="https://de.dolphin-emu.org/download/?ref=btn">Dolphin 65 Emulator</a></li> 66 <li>Choose your game directory with dolphin</li> 67 <li>Copy the <a href="https://newwfc.xyz/codes/">code</a> in Mario Kart 68 Wii <code>right click</code> > Properties > Gecko Codes > Add 69 Codes. Give it a name</li> 70 <li>Settings > generell > activate cheats 71 <code>checked</code></li> 72 </ol> 73 <h3 id="the-code">The <em>code</em></h3> 74 <pre class="plain"><code>C0000000 00000029 75 3C004E80 60000020 76 900F0000 7D8802A6 77 9421FF80 BC610008 78 48000019 6e657777 79 66632e78 797a0000 80 00000000 00000000 81 7F2802A6 3AC0FFFF 82 3B19FFFF 8EF80001 83 2C170000 3AD60001 84 4082FFF4 3E208000 85 8B9F5F27 623E2FFF 86 2C1C00EC 623FF1F0 87 41820020 2C1C0010 88 623FF114 41820014 89 2C1C0054 623FF258 90 41820008 623FE690 91 3E202E6E 6231696E 92 3F80017F 639CCFFC 93 87BE0001 7C1D8800 94 4182001D 379CFFFF 95 4082FFF0 B8610008 96 38210080 7D8803A6 97 4E800020 7F4802A6 98 7FDBF378 3B19FFFF 99 7ED0B378 8EF80001 100 9EFB0001 3610FFFF 101 4082FFF4 3A800010 102 7E96A051 41820064 103 7E54DA14 8A720001 104 2C13002F 41A20014 105 9E7B0001 3694FFFF 106 4082FFF8 48000044 107 38920001 387B0001 108 38C4FFFF 38A00000 109 8CE60001 2C070000 110 38A50001 4082FFF4 111 3A05FFFE 7FE803A6 112 4E800021 7E101A14 113 39E00000 9DF00001 114 3694FFFF 4082FFF8 115 7F4803A6 4E800020 116 C0000000 0000000E 117 3C004E80 60000020 118 900F0000 3D808000 119 618C3000 3C00017F 120 6000CFFC 7C0903A6 121 3D607474 616B7073 122 800C0000 7C005800 123 40A20034 394C0003 124 392C0002 7D455378 125 38600000 8C050001 126 2C000000 38630001 127 4082FFF4 8C0A0001 128 9C090001 3463FFFF 129 4082FFF4 398C0001 130 4200FFC0 4E800020</code></pre> 131 <h2 id="modded-game-on-a-wii">Modded game on a Wii</h2> 132 <h3 id="what-you-need">What you Need</h3> 133 <ul> 134 <li>Wii (OS on version 4.3)</li> 135 <li>SD-Card (<code>>=8GB</code> I suggest)</li> 136 <li>Computer with SD-Slot (or adapter)</li> 137 <li>Internet connection (computer and Wii)</li> 138 </ul> 139 <h3 id="steps">Steps</h3> 140 <ol type="1"> 141 <li><p>Get you Wiis MAC-adress (Settings > Internet > console 142 information)</p></li> 143 <li><p><a href="https://please.hackmii.com/">Letterbomb 144 download</a></p></li> 145 <li><p>Put the <code>.zip</code>s content in the root of the 146 SD-card</p></li> 147 <li><p>Put the SD-card in the Wii</p></li> 148 <li><p>Open mail on Wii and open the Letterbomb (you will see)</p></li> 149 <li><p>Follow the instructions to install the homebrew channel and 150 BootMii</p></li> 151 <li><p>If asked choose “Install BootMii as boot2”. If it failed choose 152 “Install BootMii as IOS”</p></li> 153 <li><p>If you want to back up <a 154 href="http://monkeydesk.at/f19-anleitungen/anleitung-nand-backup-eurer-wii-erstellen-178/">follow 155 those instructions</a></p></li> 156 <li><p>Get the <a href="https://www.chadsoft.co.uk/">CTGP-R</a> 157 <code>.zip</code>.</p></li> 158 <li><p>Copy the folder content in the root oft the SD card.</p></li> 159 <li><p>Open CTGP-R on the homebrew channel and follow the 160 instructions</p></li> 161 </ol> 162 <h2 id="section"></h2> 163 164 </article> 165 </div> 166 </main> 167 </body> 168 </html>