Deploying to gh-pages from @ hacks-guide/Guide_3DS@6fe97e405b 🚀
This commit is contained in:
parent
3df4e49afa
commit
d66defb944
3 changed files with 6 additions and 8 deletions
2
feed.xml
2
feed.xml
|
@ -1 +1 @@
|
|||
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.2">Jekyll</generator><link href="https://3ds.hacks.guide/feed.xml" rel="self" type="application/atom+xml" /><link href="https://3ds.hacks.guide/" rel="alternate" type="text/html" /><updated>2023-10-27T16:18:23+00:00</updated><id>https://3ds.hacks.guide/feed.xml</id><title type="html">3DS Hacks Guide</title><subtitle>A complete guide to 3DS custom firmware</subtitle><author><name>Nintendo Homebrew</name></author></feed>
|
||||
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.2">Jekyll</generator><link href="https://3ds.hacks.guide/feed.xml" rel="self" type="application/atom+xml" /><link href="https://3ds.hacks.guide/" rel="alternate" type="text/html" /><updated>2023-10-27T16:22:05+00:00</updated><id>https://3ds.hacks.guide/feed.xml</id><title type="html">3DS Hacks Guide</title><subtitle>A complete guide to 3DS custom firmware</subtitle><author><name>Nintendo Homebrew</name></author></feed>
|
|
@ -547,9 +547,9 @@ window.cookieconsent.initialise({
|
|||
<li>You can update Mario Kart 7 from eShop or by following the update prompt when you launch the game</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>A Windows computer</li>
|
||||
<li>A computer running Windows, macOS, or Linux</li>
|
||||
<li>Your <code class="language-plaintext highlighter-rouge">movable.sed</code> file from completing Seedminer</li>
|
||||
<li>The latest release of <a href="https://github.com/zoogie/Kartminer7/releases/latest">Kartminer7</a></li>
|
||||
<li>The latest release of <a href="https://github.com/zoogie/Kartminer7/releases/latest">Kartminer7</a> (the release marked <code class="language-plaintext highlighter-rouge">WINDOWS</code> if you have a Windows computer, or the release marked <code class="language-plaintext highlighter-rouge">LINUX-macOS</code> if you have a macOS or Linux-based computer)</li>
|
||||
<li>The latest release of <a href="https://github.com/SciresM/boot9strap/releases/download/1.4/boot9strap-1.4.zip">boot9strap</a> (direct download)</li>
|
||||
<li>The latest release of <a href="https://github.com/d0k3/SafeB9SInstaller/releases/download/v0.0.7/SafeB9SInstaller-20170605-122940.zip">SafeB9SInstaller</a> (direct download)</li>
|
||||
<li>The latest release of <a href="https://github.com/luigoalma/nimdsphax/releases/download/v1.0/nimdsphax_v1.0.zip">nimdsphax</a> (direct download)</li>
|
||||
|
@ -609,15 +609,15 @@ window.cookieconsent.initialise({
|
|||
</ul>
|
||||
</li>
|
||||
<li>Open the <code class="language-plaintext highlighter-rouge">backup</code> folder inside of the Release_BETA_mk7 folder</li>
|
||||
<li>Double-click on the BACKUP <code class="language-plaintext highlighter-rouge">.bat</code> file corresponding to your console’s region (e.g. backup_USA.bat if you have a USA copy of Mario Kart 7)
|
||||
<li>Double-click on the BACKUP file corresponding to your console’s region (e.g. <code class="language-plaintext highlighter-rouge">backup_USA</code> if you have a USA copy of Mario Kart 7)
|
||||
<ul>
|
||||
<li>If you are unsure of your console region, you can check System Settings. U = USA; E = EUR, J = JPN</li>
|
||||
<li>If you get a message from Windows Defender, click “More info”, “Run anyway”, then press any key to continue</li>
|
||||
<li>If the backup was successful, you should see a new folder appear</li>
|
||||
<li>If you wish to restore this data at a later date (after finishing this guide), insert your SD card and double-click on the RESTORE <code class="language-plaintext highlighter-rouge">.bat</code> file corresponding to your console’s region</li>
|
||||
<li>If you wish to restore this data at a later date (after finishing this guide), insert your SD card and double-click on the RESTORE file corresponding to your console’s region</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Go back to the Release_BETA_mk7 folder, then double-click on the <code class="language-plaintext highlighter-rouge">.bat</code> file corresponding to your console’s region (e.g. USA.bat if you have a USA copy of Mario Kart 7)</li>
|
||||
<li>Go back to the Release_BETA_mk7 folder, then double-click on the file corresponding to your console’s region (e.g. <code class="language-plaintext highlighter-rouge">USA</code> if you have a USA copy of Mario Kart 7)</li>
|
||||
<li>Reinsert your SD card into your console</li>
|
||||
</ol>
|
||||
|
||||
|
|
|
@ -636,8 +636,6 @@ window.cookieconsent.initialise({
|
|||
|
||||
<p>This method uses a cartridge or digital copy of Mario Kart 7. Using the <code class="language-plaintext highlighter-rouge">movable.sed</code> file, you can modify Mario Kart 7’s SD card data that will give you access to Homebrew Launcher, which will be used for further exploitation.</p>
|
||||
|
||||
<p class="notice--warning">This method requires a computer running Windows.</p>
|
||||
|
||||
<p class="notice--primary">Continue to <a href="installing-boot9strap-(kartminer7)">Installing boot9strap (Kartminer7)</a></p>
|
||||
|
||||
<h4 id="dsiware">DSiWare</h4>
|
||||
|
|
Loading…
Reference in a new issue