Deploying to gh-pages from @ hacks-guide/Guide_Wii@5e9e199c85 🚀
This commit is contained in:
parent
be0c97f6b2
commit
82c77aea93
9 changed files with 1814 additions and 118 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.3">Jekyll</generator><link href="https://wii.hacks.guide/feed.xml" rel="self" type="application/atom+xml" /><link href="https://wii.hacks.guide/" rel="alternate" type="text/html" /><updated>2024-01-08T02:24:53+00:00</updated><id>https://wii.hacks.guide/feed.xml</id><title type="html">Wii Hacks Guide</title><subtitle>The complete guide to modding your Wii (and Wii mini)</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.3">Jekyll</generator><link href="https://wii.hacks.guide/feed.xml" rel="self" type="application/atom+xml" /><link href="https://wii.hacks.guide/" rel="alternate" type="text/html" /><updated>2024-01-09T18:11:43+00:00</updated><id>https://wii.hacks.guide/feed.xml</id><title type="html">Wii Hacks Guide</title><subtitle>The complete guide to modding your Wii (and Wii mini)</subtitle><author><name>Nintendo Homebrew</name></author></feed>
|
|
@ -526,7 +526,7 @@ window.cookieconsent.initialise({
|
|||
<h4 id="soluzioni">Soluzioni</h4>
|
||||
<p>Verifica in AnyRegion Changer che la regione della tua console sia la stessa del Menu Wii installato.</p>
|
||||
|
||||
<p>Se questo brick era causato da un tema che avevi installato, usa MyMenuifyMod per reinstallato il file del tema originale.</p>
|
||||
<p>If this was caused by a theme you installed, use csm-installer to reinstall the original theme.</p>
|
||||
|
||||
<p>Se questo era causato da un WAD del menu Wii che avevi installato, usa <a href="https://wiibrew.org/wiki/NUSD">NUS Downloader</a> per riottenere il Menu Wii originale.</p>
|
||||
|
||||
|
|
|
@ -366,25 +366,17 @@ window.cookieconsent.initialise({
|
|||
<ul class="toc__menu" id="markdown-toc">
|
||||
<li><a href="#dump-di-un-disco-su-sdusb-cleanrip" id="markdown-toc-dump-di-un-disco-su-sdusb-cleanrip">Dump di un Disco su SD/USB (CleanRip)</a> <ul>
|
||||
<li><a href="#requisiti" id="markdown-toc-requisiti">Requisiti</a></li>
|
||||
<li><a href="#istruzioni" id="markdown-toc-istruzioni">Istruzioni</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#dump-di-un-disco-su-lan-wii-dvd-dumper" id="markdown-toc-dump-di-un-disco-su-lan-wii-dvd-dumper">Dump di un disco su LAN (Wii DVD Dumper)</a> <ul>
|
||||
<li><a href="#requisiti-1" id="markdown-toc-requisiti-1">Requisiti</a></li>
|
||||
<li><a href="#istruzioni-1" id="markdown-toc-istruzioni-1">Istruzioni</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#unire-i-file-part-su-un-dispositivo-fat32" id="markdown-toc-unire-i-file-part-su-un-dispositivo-fat32">Unire i file PART su un dispositivo FAT32</a> <ul>
|
||||
<li><a href="#windows" id="markdown-toc-windows">Windows</a></li>
|
||||
<li><a href="#macoslinux" id="markdown-toc-macoslinux">macOS/Linux</a></li>
|
||||
<li><a href="#preparazione" id="markdown-toc-preparazione">Preparazione</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#dumping-a-wii-disc" id="markdown-toc-dumping-a-wii-disc">Dumping a Wii Disc</a></li>
|
||||
<li><a href="#dumping-a-gamecube-disc" id="markdown-toc-dumping-a-gamecube-disc">Dumping a GameCube Disc</a></li>
|
||||
</ul>
|
||||
|
||||
</nav>
|
||||
</aside>
|
||||
|
||||
<p>Questa guida copre il dumping dei dischi GameCube o Wii. Puoi eseguire il dump direttamente su una scheda SD o unità USB, oppure tramite la rete locale.</p>
|
||||
<p>This guide covers dumping GameCube or Wii game discs to a local SD card or USB drive on your Wii.</p>
|
||||
|
||||
<h3 id="dump-di-un-disco-su-sdusb-cleanrip">Dump di un Disco su SD/USB (CleanRip)</h3>
|
||||
|
||||
|
@ -395,9 +387,7 @@ window.cookieconsent.initialise({
|
|||
<li><a href="https://oscwii.org/library/app/cleanrip">CleanRip</a></li>
|
||||
</ul>
|
||||
|
||||
<h4 id="istruzioni">Istruzioni</h4>
|
||||
|
||||
<p class="notice--info">Se stai eseguendo il dump di uno dei 13 giochi in <a href="https://wiki.dolphin-emu.org/index.php?title=Category:Dual_Layer_Disc_games">questa lista</a>, imposta <code class="language-plaintext highlighter-rouge">Dual Layer</code> nel Passaggio 6 a <code class="language-plaintext highlighter-rouge">Yes</code>.</p>
|
||||
<h4 id="preparazione">Preparazione</h4>
|
||||
|
||||
<ol>
|
||||
<li>Spegni la console.</li>
|
||||
|
@ -407,124 +397,98 @@ window.cookieconsent.initialise({
|
|||
<li>Accendi la console.</li>
|
||||
<li>Avvia l’Homebrew Channel.</li>
|
||||
<li>Avvia CleanRip dalla lista degli homebrew.</li>
|
||||
<li>
|
||||
<p>When prompted, select <code class="language-plaintext highlighter-rouge">Yes</code> to calculate disc checksums.</p>
|
||||
|
||||
<p><img src="/images/homebrew/CleanRip/checksum.png" alt="" /></p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Seleziona il dispositivo su cui eseguirai il dump del gioco - unità USB o scheda SD.</p>
|
||||
|
||||
<p><img src="/images/homebrew/CleanRip/2.png" alt="" /></p>
|
||||
<p><img src="/images/homebrew/CleanRip/device.png" alt="" /></p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Select the filesystem type of the device - in most cases it will be FAT (FAT32).</p>
|
||||
|
||||
<p><img src="/images/homebrew/CleanRip/filesystem.png" alt="" /></p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Ensure that your device is connected to the system and press A to proceed.</p>
|
||||
|
||||
<p><img src="/images/homebrew/CleanRip/insertdevice.png" alt="" /></p>
|
||||
</li>
|
||||
<li>Quando richiesto, seleziona <code class="language-plaintext highlighter-rouge">Yes</code> per scaricare i file DAT di redump.org.
|
||||
<ul>
|
||||
<li>Questo è richiesto per assicurarsi che i dump siano puliti/accurati.</li>
|
||||
</ul>
|
||||
|
||||
<p class="notice--warning">Potresti ottenere un errore se lo fai. Se succede, salta semplicemente e verifica il tuo dump sull’Emulatore Dolphin se necessario.</p>
|
||||
<p class="notice--warning">Potresti ottenere un errore se lo fai. If so, restart your Wii and try again - but if you continue to get exception errors, dump the disc and verify the checksum in Dolphin instead if needed.</p>
|
||||
|
||||
<p><img src="/images/homebrew/CleanRip/3.png" alt="" /></p>
|
||||
<p><img src="/images/homebrew/CleanRip/redump.png" alt="" /></p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Inserisci il disco di cui vorresti eseguire il dump.</p>
|
||||
<p>Insert the game disc you would like to dump, and press A to continue.</p>
|
||||
|
||||
<p><img src="/images/homebrew/CleanRip/4.png" alt="" /></p>
|
||||
<p><img src="/images/homebrew/CleanRip/insertdisc.png" alt="" /></p>
|
||||
</li>
|
||||
</ol>
|
||||
|
||||
<h3 id="dumping-a-wii-disc">Dumping a Wii Disc</h3>
|
||||
|
||||
<p class="notice--info">As of v2.1.2 of CleanRip, there is an option to auto-detect whether or not the disc you have is dual layer. If you are on an earlier version, or just want to verify that the correct option is being selected, you can check <a href="https://wiki.dolphin-emu.org/index.php?title=Category:Dual_Layer_Disc_games">this list</a> to see if your game is a dual layer disc.</p>
|
||||
|
||||
<p class="notice--warning">If you get an unrecovered read error, ensure that the disc you are attempting to dump is clean and can be properly read by the console. Even though you may be able to play the game disc normally, you may still get this error. If the error persists, try to dump another disc and see if the same error happens.</p>
|
||||
|
||||
<ol>
|
||||
<li>
|
||||
<p>When prompted, select if your disc is an unlicensed Datel disc. If unsure, select <code class="language-plaintext highlighter-rouge">No</code>.</p>
|
||||
|
||||
<p><img src="/images/homebrew/CleanRip/dateldisc.png" alt="" /></p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Regola le impostazioni come mostrato sotto, nel frattempo verifica se il disco è a doppio strato o no.</p>
|
||||
|
||||
<p><img src="/images/homebrew/CleanRip/6.png" alt="" /></p>
|
||||
<p><img src="/images/homebrew/CleanRip/wiisettings.png" alt="" /></p>
|
||||
</li>
|
||||
<li>Premi A per iniziare il dump del disco.
|
||||
<ul>
|
||||
<li>Questo processo può metterci un po’ di tempo, in quanto eseguire il dump dei 4.7 GB completi del contenuto del disco (8.5 GB per i dischi a doppio strato).</li>
|
||||
<li>This process can take quite some time, since it will dump all 4.7 GB of the DVD (8.5 GB for dual layer discs).</li>
|
||||
</ul>
|
||||
|
||||
<p><img src="/images/homebrew/CleanRip/7.png" alt="" /></p>
|
||||
<p><img src="/images/homebrew/CleanRip/wiiprogress.png" alt="" /></p>
|
||||
</li>
|
||||
<li>
|
||||
<p>When the dump finishes, you should see a screen with the MD5 checksum of your disc, compared to the Redump DAT if you enabled it.</p>
|
||||
|
||||
<p><img src="/images/homebrew/CleanRip/wiidumpcomplete.png" alt="" /></p>
|
||||
</li>
|
||||
<li>Procedi con <a href="dump-games#joining-part-files-on-a-fat32-device">unire i file PART</a>.</li>
|
||||
</ol>
|
||||
|
||||
<h3 id="dump-di-un-disco-su-lan-wii-dvd-dumper">Dump di un disco su LAN (Wii DVD Dumper)</h3>
|
||||
<p class="notice--info">Proceed to <a href="wii-backups">Managing Wii Backups</a> to join the PART files that are output, and manage your dumped games.</p>
|
||||
|
||||
<h4 id="requisiti-1">Requisiti</h4>
|
||||
|
||||
<ul>
|
||||
<li>Un PC Windows/macOS/Linux con una connessione a internet</li>
|
||||
<li><a href="/assets/files/DVDDumpTool.zip">DVD Dump Tool</a></li>
|
||||
</ul>
|
||||
|
||||
<h4 id="istruzioni-1">Istruzioni</h4>
|
||||
|
||||
<p class="notice--info">Le velocità di download saranno lente a causa delle limitazioni hardware della rete del Wii, ma rimane una soluzione valida se hai pazienza.</p>
|
||||
|
||||
<p class="notice--warning">Il tuo Wii e il tuo computer devono essere connessi alla stessa rete locale.</p>
|
||||
<h3 id="dumping-a-gamecube-disc">Dumping a GameCube Disc</h3>
|
||||
|
||||
<ol>
|
||||
<li>Copia la cartella <code class="language-plaintext highlighter-rouge">DVDDumpTool</code> dal <code class="language-plaintext highlighter-rouge">.zip</code> di DVDDumpTool al root della tua scheda SD o unità USB.</li>
|
||||
<li>Reinserisci la tua scheda SD o dispositivo USB nella tua console.</li>
|
||||
<li>Accendi la console.</li>
|
||||
<li>Avvia l’Homebrew Channel.</li>
|
||||
<li>Avvia DVD Dump Tool dalla lista degli homebrew.</li>
|
||||
<li>Premi destra sul D-pad, poi premi A.</li>
|
||||
<li>
|
||||
<p>Scegli il disco di cui vuoi eseguire il dump (Le opzioni sono: <code class="language-plaintext highlighter-rouge">GameCube Disc</code>, <code class="language-plaintext highlighter-rouge">Wii Single-Layer Disc</code>, <code class="language-plaintext highlighter-rouge">Wii Dual-Layer Disc</code>) e premi “A”</p>
|
||||
<p>When prompted, select if your disc is an unlicensed Datel disc. If unsure, select <code class="language-plaintext highlighter-rouge">No</code>.</p>
|
||||
|
||||
<p><img src="/images/homebrew/DumpDiscs_LAN/2.png" alt="" /></p>
|
||||
<p><img src="/images/homebrew/CleanRip/dateldisc.png" alt="" /></p>
|
||||
</li>
|
||||
<li>Inserisci il disco di gioco nel tuo Wii.
|
||||
<li>Premi A per iniziare il dump del disco.
|
||||
<ul>
|
||||
<li>Se è già inserito, espelli il disco e reinserisci il disco.</li>
|
||||
<li>This process can take some time, since it will dump all 1.3 GB of the Mini DVD.</li>
|
||||
</ul>
|
||||
|
||||
<p><img src="/images/homebrew/DumpDiscs_LAN/insertthedisc.jpg" alt="" /></p>
|
||||
<p><img src="/images/homebrew/CleanRip/gcprogress.png" alt="" /></p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Seleziona il tipo di disco appropriato.</p>
|
||||
<p>When the dump finishes, you should see a screen with the MD5 checksum of your disc, compared to the Redump DAT if you enabled it.</p>
|
||||
|
||||
<p><img src="/images/homebrew/DumpDiscs_LAN/3.png" alt="" /></p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Premi qualsiasi pulsante per iniziare il processo di dump.</p>
|
||||
|
||||
<p><img src="/images/homebrew/DumpDiscs_LAN/4.png" alt="" /></p>
|
||||
</li>
|
||||
<li>Ricorda di segnarti l’URL (indirizzo IP) del tuo Wii.</li>
|
||||
<li>
|
||||
<p>Sul tuo computer, apri il browser, vai sulla barra degli indirizzi e inserisci l’URL del tuo Wii.</p>
|
||||
|
||||
<p><img src="/images/homebrew/DumpDiscs_LAN/5.png" alt="" /></p>
|
||||
</li>
|
||||
<li>Clicca su <code class="language-plaintext highlighter-rouge">Click here to download XXXX.iso</code>.</li>
|
||||
<li>Procedi con <a href="dump-games#joining-part-files-on-a-fat32-device">unire i file PART</a>.</li>
|
||||
</ol>
|
||||
|
||||
<h3 id="unire-i-file-part-su-un-dispositivo-fat32">Unire i file PART su un dispositivo FAT32</h3>
|
||||
|
||||
<p class="notice--info">Se hai eseguito il dump del disco (indipendentemente se era su PC o Wii) su un dispositivo formattato in FAT32, dovresti avere almeno due file che finiscono con <code class="language-plaintext highlighter-rouge">.partX.iso</code>. Devono essere uniti.</p>
|
||||
|
||||
<h4 id="windows">Windows</h4>
|
||||
|
||||
<ol>
|
||||
<li>Copia i file che condividono lo stesso nome e finiscono con <code class="language-plaintext highlighter-rouge">.partX.iso</code> in una cartella vuota sul tuo computer.</li>
|
||||
<li>In questa cartella, clicca sulla barra degli indirizzi in Windows Explorer e copia il suo PATH.</li>
|
||||
<li>Apri una finestra di Powershell o del Terminale di Windows.</li>
|
||||
<li>Esegui <code class="language-plaintext highlighter-rouge">cd [PATH]</code>.</li>
|
||||
<li>Esegui <code class="language-plaintext highlighter-rouge">copy /b *.part?.iso game.iso</code>.</li>
|
||||
<li>Aspetta fino a quando il processo non si conclude.
|
||||
<ul>
|
||||
<li>Dovrebbe finire con l’output del terminale <code class="language-plaintext highlighter-rouge">1 file(s) copied</code>.</li>
|
||||
</ul>
|
||||
<p><img src="/images/homebrew/CleanRip/gcdumpcomplete.png" alt="" /></p>
|
||||
</li>
|
||||
</ol>
|
||||
|
||||
<h4 id="macoslinux">macOS/Linux</h4>
|
||||
|
||||
<ol>
|
||||
<li>Copia i file che condividono lo stesso nome e finiscono con <code class="language-plaintext highlighter-rouge">.partX.iso</code> in una cartella vuota sul tuo computer.</li>
|
||||
<li>Apri il Terminale.</li>
|
||||
<li>Esegui <code class="language-plaintext highlighter-rouge">cd [PATH]</code>, rimpiazzando [PATH] con la <code class="language-plaintext highlighter-rouge">.partX.iso</code>.</li>
|
||||
<li>Esegui il seguente comando così com’è: <code class="language-plaintext highlighter-rouge">cat \*.part?.iso > game.iso</code>.</li>
|
||||
<li>Aspetta fino a quando il processo non si conclude.</li>
|
||||
</ol>
|
||||
|
||||
<p class="notice--info">Per organizzare i giochi sul tuo dispositivo correttamente, puoi usare <a href="wiibackupmanager">Wii Backup Manager</a>.</p>
|
||||
<p class="notice--info">Proceed to <a href="gc-backups">Managing GameCube Backups</a> to shrink the size of your output file, and manage your dumped games.</p>
|
||||
|
||||
|
||||
</section>
|
||||
|
|
514
it_IT/gc-backups.html
Normal file
514
it_IT/gc-backups.html
Normal file
|
@ -0,0 +1,514 @@
|
|||
<!doctype html>
|
||||
<!--
|
||||
Minimal Mistakes Jekyll Theme 4.24.0 by Michael Rose
|
||||
Copyright 2013-2020 Michael Rose - mademistakes.com | @mmistakes
|
||||
Free for personal and commercial use under the MIT license
|
||||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
||||
<!-- begin _includes/seo.html --><title>Managing GameCube Backups - Wii Hacks Guide</title>
|
||||
<meta name="description" content="The complete guide to modding your Wii (and Wii mini)">
|
||||
|
||||
|
||||
<meta name="author" content="Nintendo Homebrew">
|
||||
|
||||
|
||||
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:locale" content="en_US">
|
||||
<meta property="og:site_name" content="Wii Hacks Guide">
|
||||
<meta property="og:title" content="Managing GameCube Backups">
|
||||
<meta property="og:url" content="https://wii.hacks.guide/it_IT/gc-backups.html">
|
||||
|
||||
|
||||
<meta property="og:description" content="The complete guide to modding your Wii (and Wii mini)">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="canonical" href="https://wii.hacks.guide/it_IT/gc-backups.html">
|
||||
|
||||
|
||||
|
||||
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
|
||||
"@type": "Person",
|
||||
"name": "Nintendo Homebrew",
|
||||
"url": "https://wii.hacks.guide/"
|
||||
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- end _includes/seo.html -->
|
||||
|
||||
|
||||
|
||||
<link href="/feed.xml" type="application/atom+xml" rel="alternate" title="Wii Hacks Guide Feed">
|
||||
|
||||
|
||||
<!-- https://t.co/dKP3o1e -->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<script>
|
||||
document.documentElement.className = document.documentElement.className.replace(/\bno-js\b/g, '') + ' js ';
|
||||
</script>
|
||||
|
||||
<!-- For all browsers -->
|
||||
<link rel="stylesheet" href="/assets/css/main.css">
|
||||
<link rel="preload" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5/css/all.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
|
||||
<noscript><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5/css/all.min.css"></noscript>
|
||||
|
||||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/site-config/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/site-config/favicon-16x16.png?v=PYEmwKvQAx" sizes="16x16">
|
||||
<link rel="icon" type="image/png" href="/images/site-config/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/site-config/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
<link rel="icon" type="image/png" href="/images/site-config/android-chrome-192x192.png?v=PYEmwKvQAx" sizes="192x192">
|
||||
<link rel="manifest" href="/assets/js/manifest.json?v=PYEmwKvQAx">
|
||||
<link rel="mask-icon" href="/images/site-config/safari-pinned-tab.svg?v=PYEmwKvQAx" color="#2E3440">
|
||||
<link rel="shortcut icon" href="/images/site-config/favicon.ico?v=PYEmwKvQAx">
|
||||
<meta name="apple-mobile-web-app-title" content="Guide">
|
||||
<meta name="application-name" content="Guide">
|
||||
<meta name="msapplication-TileColor" content="#2E3440">
|
||||
<meta name="msapplication-TileImage" content="/images/site-config/mstile-144x144.png?v=PYEmwKvQAx">
|
||||
<meta name="msapplication-config" content="/assets/xml/browserconfig.xml?v=PYEmwKvQAx">
|
||||
<meta name="theme-color" content="#2E3440">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.1/cookieconsent.min.css" integrity="sha512-LQ97camar/lOliT/MqjcQs5kWgy6Qz/cCRzzRzUCfv0fotsCTC9ZHXaPQmJV8Xu/PVALfJZ7BDezl5lW3/qBxg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.1/cookieconsent.min.js" integrity="sha512-yXXqOFjdjHNH1GND+1EO0jbvvebABpzGKD66djnUfiKlYME5HGMUJHoCaeE4D5PTG2YsSJf6dwqyUUvQvS0vaA==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
|
||||
<script>
|
||||
window.addEventListener("load", function(){
|
||||
window.cookieconsent.initialise({
|
||||
"palette": {
|
||||
"popup": {
|
||||
"background": "#28282b"
|
||||
},
|
||||
"button": {
|
||||
"background": "#60818f"
|
||||
}
|
||||
},
|
||||
"theme": "edgeless",
|
||||
"position": "top",
|
||||
"static": true,
|
||||
"content": {
|
||||
"message": "Questo sito web utilizza i cookie per visualizzare l'avanzamento corrente della guida sulla barra laterale e per migliorare il sito."
|
||||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
<li><a href="#site-nav" class="screen-reader-shortcut">Skip to primary navigation</a></li>
|
||||
<li><a href="#main" class="screen-reader-shortcut">Skip to content</a></li>
|
||||
<li><a href="#footer" class="screen-reader-shortcut">Skip to footer</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
<!--[if lt IE 9]>
|
||||
<div class="notice--danger align-center" style="margin: 0;">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience.</div>
|
||||
<![endif]-->
|
||||
|
||||
|
||||
|
||||
<div class="masthead">
|
||||
<div class="masthead__inner-wrap">
|
||||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
Wii Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="masthead__menu-item masthead__menu-item--lg"><a href="/it_IT/">Menu Principale</a></li>
|
||||
|
||||
|
||||
|
||||
<li class="masthead__menu-item"><a href="/it_IT/per-iniziare">Per Iniziare</a></li>
|
||||
|
||||
|
||||
|
||||
<li class="masthead__menu-item"><a href="/it_IT/navigazione-sito">Navigazione del Sito</a></li>
|
||||
|
||||
|
||||
|
||||
<li class="masthead__menu-item"><a href="/it_IT/faq">FAQ</a></li>
|
||||
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
||||
|
||||
<li class="masthead__menu-item"><a href="https://wii.hacks.guide/gc-backups.html">English</a></li>
|
||||
<li class="masthead__menu-item"><a href="https://wii.hacks.guide/it_IT/gc-backups.html">Italiano</a></li>
|
||||
</ul>
|
||||
<button class="greedy-nav__toggle hidden" type="button">
|
||||
<span class="visually-hidden">Toggle Menu</span>
|
||||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang" type="button"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="initial-content">
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
-->
|
||||
|
||||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<nav class="nav__list">
|
||||
|
||||
<input id="ac-toc" name="accordion-toc" type="checkbox" />
|
||||
<label for="ac-toc">Toggle Menu</label>
|
||||
<ul class="nav__items">
|
||||
<li>
|
||||
<span class="nav__sub-title">Progresso Complessivo</span>
|
||||
<ol>
|
||||
|
||||
|
||||
<li style="display: none;" data-name="home"><a href='/it_IT/'>Menu Principale</a></li>
|
||||
|
||||
|
||||
|
||||
<li style="display: none;" data-name="get-started"><a href='/it_IT/per-iniziare'>Per Iniziare</a></li>
|
||||
|
||||
|
||||
|
||||
<li style="display: none;" data-name="letterbomb"><a href='/it_IT/letterbomb'>LetterBomb</a></li>
|
||||
|
||||
|
||||
|
||||
<li style="display: none;" data-name="bluebomb"><a href='/it_IT/bluebomb'>BlueBomb</a></li>
|
||||
|
||||
|
||||
|
||||
<li style="display: none;" data-name="flashhax"><a href='/it_IT/flashhax'>FlashHax</a></li>
|
||||
|
||||
|
||||
|
||||
<li style="display: none;" data-name="str2hax"><a href='/it_IT/str2hax'>str2hax</a></li>
|
||||
|
||||
|
||||
|
||||
<li style="display: none;" data-name="wilbrand"><a href='/it_IT/wilbrand'>Wilbrand</a></li>
|
||||
|
||||
|
||||
|
||||
<li style="display: none;" data-name="multiple-options"><i>(Opzioni Multiple)</i></li>
|
||||
|
||||
|
||||
|
||||
<li style="display: none;" data-name="hbc"><a href='/it_IT/hbc'>Installazione dell'Homebrew Channel e di BootMii</a></li>
|
||||
|
||||
|
||||
|
||||
<li style="display: none;" data-name="hbc-mini"><a href='/it_IT/hbc-mini'>Homebrew Channel - solo per Wii mini</a></li>
|
||||
|
||||
|
||||
|
||||
<li style="display: none;" data-name="bootmii"><a href='/it_IT/bootmii'>Backup BootMii</a></li>
|
||||
|
||||
|
||||
|
||||
<li style="display: none;" data-name="priiloader"><a href='/it_IT/priiloader'>Priiloader</a></li>
|
||||
|
||||
|
||||
|
||||
<li style="display: none;" data-name="osc"><a href='/it_IT/osc'>Open Shop Channel</a></li>
|
||||
|
||||
|
||||
|
||||
<li style="display: none;" data-name="cios-mini"><a href='/it_IT/cios-mini'>d2xl cIOS per Wii mini (sperimentale)</a></li>
|
||||
|
||||
|
||||
|
||||
<li style="display: none;" data-name="wnd-mini"><a href='/it_IT/wnd-mini'>Wii mini NAND Dumper</a></li>
|
||||
|
||||
|
||||
</ol>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="Managing GameCube Backups">
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="page__inner-wrap">
|
||||
|
||||
<header>
|
||||
<h1 id="page-title" class="page__title" itemprop="headline">Managing GameCube Backups
|
||||
</h1>
|
||||
|
||||
|
||||
|
||||
</header>
|
||||
|
||||
|
||||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class ="notice"><b>Per supporto in Inglese, chiedere aiuto sul server <a href="https://discord.gg/MWxPgEp">Nintendo Homebrew su Discord</a>.</b></div>
|
||||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<aside class="sidebar__right">
|
||||
<nav class="toc">
|
||||
<header><h4 class="nav__title"><i class="fas fa-file-alt"></i> Table of Contents</h4></header>
|
||||
<ul class="toc__menu" id="markdown-toc">
|
||||
<li><a href="#requisiti" id="markdown-toc-requisiti">Requisiti</a></li>
|
||||
<li><a href="#istruzioni" id="markdown-toc-istruzioni">Istruzioni</a> <ul>
|
||||
<li><a href="#sezione-i---download" id="markdown-toc-sezione-i---download">Sezione I - Download</a></li>
|
||||
<li><a href="#sezione-ii---copiare-i-giochi" id="markdown-toc-sezione-ii---copiare-i-giochi">Sezione II - Copiare i giochi</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
</nav>
|
||||
</aside>
|
||||
|
||||
<p>This guide provides instructions on how to manage your GameCube backups, using GameCube Backup Manager. It functions similar to <a href="wii-backups#using-wii-backup-manager">Wii Backup Manager</a>.</p>
|
||||
|
||||
<h3 id="requisiti">Requisiti</h3>
|
||||
|
||||
<ul>
|
||||
<li>Una scheda SD o dispositivo USB</li>
|
||||
<li><a href="https://github.com/AxionDrak/GameCube-Backup-Manager/releases">GameCube Backup Manager</a></li>
|
||||
</ul>
|
||||
|
||||
<p class="notice--info">Per giocare a più giochi, si consiglia di utilizzare un hard drive esterno per il tuo Wii. Qualsiasi hard drive esterno che trovi nei marketplace moderni dovrebbero funzionare con il tuo Wii.</p>
|
||||
|
||||
<p class="notice--info">Assicurati che l’unità USB sia formattata come FAT32. Non formattarlo come altri tipi come NTFS, exFAT, extFS o WBFS, quest’ultimo è un filesystem obsoleto per la memorizazzione di giochi Wii.</p>
|
||||
|
||||
<h3 id="istruzioni">Istruzioni</h3>
|
||||
|
||||
<h4 id="sezione-i---download">Sezione I - Download</h4>
|
||||
|
||||
<ol>
|
||||
<li>Estrai GameCube Backup Manager e avvia il programma.</li>
|
||||
<li>Inserisci il tuo dispositivo USB nel tuo computer.</li>
|
||||
</ol>
|
||||
|
||||
<h4 id="sezione-ii---copiare-i-giochi">Sezione II - Copiare i giochi</h4>
|
||||
|
||||
<ol>
|
||||
<li>
|
||||
<p>Apri l’applicazione e trova l’icona della cartella nell’angolo in basso a destra. Cliccala per aprire una finestra di Esplora file.</p>
|
||||
|
||||
<p><img src="/images/desktop-apps/GCBM/folderbutton.png" alt="" /></p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Navigate to the location of the folder that contains the game file you want to transfer. Può essere nell’hard drive del tuo computer o un dispositivo di archiviazione esterno. Once you find the folder, select it.</p>
|
||||
|
||||
<p><img src="/images/desktop-apps/GCBM/selectfolder.png" alt="" /></p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Fai clic sulla scheda <code class="language-plaintext highlighter-rouge">File (destinatione)</code>, poi seleziona l’opzione <code class="language-plaintext highlighter-rouge">Inattivo</code> dal menu a discesa. Questo ti consentirà di scegliere l’unità nella quale vuoi trasferire in gioco. Seleziona la lettera di unità corretta dall’elenco.</p>
|
||||
|
||||
<p><img src="/images/desktop-apps/GCBM/selectdrive.png" alt="" /></p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Successivamente, torna nella scheda <code class="language-plaintext highlighter-rouge">File (Fonte)</code>, seleziona il gioco che vuoi trasferire e clicca su <code class="language-plaintext highlighter-rouge">Installare il gioco (1:1)</code> o su <code class="language-plaintext highlighter-rouge">Installare il gioco (scrub)</code>.</p>
|
||||
|
||||
<p><img src="/images/desktop-apps/GCBM/installgame.png" alt="" /></p>
|
||||
</li>
|
||||
</ol>
|
||||
|
||||
<p class="notice--info">L’opzione <code class="language-plaintext highlighter-rouge">Installare il gioco (scrub)</code> rimuoverà dati non necessari dal gioco, riducendone così le dimensioni del file. For some games this can be a major reduction, for example with Animal Crossing - going from 1.3GB to around 26MB.</p>
|
||||
|
||||
<p class="notice--info"><a href="navigazione-sito">Clicca qui per tornare alla Navigazione del Sito.</a></p>
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
<footer class="page__meta">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div id="footer" class="page__footer">
|
||||
<footer>
|
||||
<!-- start custom footer snippets -->
|
||||
|
||||
<!-- end custom footer snippets -->
|
||||
<div class="page__footer-follow">
|
||||
<ul class="social-icons">
|
||||
|
||||
<li><strong>Follow:</strong></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="https://github.com/hacks-guide/Guide_Wii" rel="nofollow noopener noreferrer"><i class="fab fa-fw fa-github" aria-hidden="true"></i> GitHub</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2024 Nintendo Homebrew. - <a href="navigazione-sito">Navigazione del Sito</a> - <a href="privacy-policy">Informativa sulla Privacy</a> - <a href="donations">Donazioni</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -406,6 +406,7 @@ window.cookieconsent.initialise({
|
|||
<li><a href="priiloader">Priiloader</a></li>
|
||||
<li><a href="hackmii">Come rieseguire l’HackMii Installer</a></li>
|
||||
<li><a href="update">Aggiornamento del Menu Wii alla versione 4.3</a></li>
|
||||
<li><a href="wii-factory-reset">Restoring The Wii NAND to Stock</a></li>
|
||||
<li><a href="wnd-mini">Wii mini NAND Dumper</a></li>
|
||||
<li><a href="yawmme">YAWM ModMii Edition</a></li>
|
||||
</ul>
|
||||
|
@ -415,16 +416,17 @@ window.cookieconsent.initialise({
|
|||
<p><strong>Homebrew</strong></p>
|
||||
<ul>
|
||||
<li><a href="wiigsc">Come creare collegamenti per Giochi Wii</a></li>
|
||||
<li><a href="gcbackupmanager">GameCube Backup Manager</a></li>
|
||||
<li><a href="dump-wads">Come scaricare i Canali (WADs)</a></li>
|
||||
<li><a href="dump-games">Come preservare giochi Wii e GameCube</a></li>
|
||||
<li><a href="rssmii">RSSMii</a></li>
|
||||
<li><a href="gc-backups">Managing GameCube Backups</a></li>
|
||||
<li><a href="gcsaves">Come gestire i salvataggi GameCube</a></li>
|
||||
<li><a href="wii-backups">Managing Wii Backups</a></li>
|
||||
<li><a href="priiloader-usage">Usare Priiloader</a></li>
|
||||
<li><a href="recommended-homebrew">App Homebrew consigliate</a></li>
|
||||
<li><a href="rssmii">RSSMii</a></li>
|
||||
<li><a href="transfer-saves">Transferring Save Games</a></li>
|
||||
<li><a href="wii-loaders">USB Loaders</a></li>
|
||||
<li><a href="syscheck">Come eseguire un SysCheck</a></li>
|
||||
<li><a href="wiibackupmanager">Wii Backup Manager</a></li>
|
||||
<li><a href="themes">Guida ai Temi Wii</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
@ -394,14 +394,14 @@ window.cookieconsent.initialise({
|
|||
|
||||
<p>Questa guida è destinata a essere l’ultima di cui hai bisogno per quanto riguarda la personalizzazione sul Wii, non solo fornendo istruzioni per il Menu Wii con MyMenuifyMod, ma anche i temi su WiiFlow Lite, USB Loader GX e l’Homebrew Channel. Inoltre, tratteremo anche di forwarder.</p>
|
||||
|
||||
<h3 id="personalizzazione-del-menu-wii">Personalizzazione del Menu Wii</h3>
|
||||
|
||||
<p class="notice--danger">NON CONTINUARE CON QUESTA GUIDA A MENO CHE TU ABBIA UNA PROTEZIONE DA BRICK ADEGUATA, NELLO SPECIFICO <a href="bootmii">BOOTMII</a> E <a href="priiloader">PRIILOADER</a>!</p>
|
||||
|
||||
<p class="notice--warning">MyMenuifyMod ha funzioni di sicurezza integrate per impedirti di installare temi del Menu Wii danneggati o corrotti, quindi si prega di utilizzarlo invece di altri homebrew per l’installazione di temi.</p>
|
||||
<p class="notice--warning">csm-installer has built in safety features to prevent from installing bad or corrupt Wii Menu themes, so please opt to use it instead of other theme installation homebrew.</p>
|
||||
|
||||
<p class="notice--warning">Non usare nessun’altra versione di ThemeMii oltre a quella fornita da qui, poiché ThemeMii Mod ti permette di creare un tema per il Menu Wii versione 4.3, le altre versioni non possono.</p>
|
||||
|
||||
<h3 id="personalizzazione-del-menu-wii">Personalizzazione del Menu Wii</h3>
|
||||
|
||||
<p class="notice--danger">Sul tuo Wii, installa solo i temi che sono creati appositamente per la sua versione e regione attuali. L’installazione di temi della versione o regione sbagliata sul tuo Wii causerà un <a href="bricks#theme-brick">brick</a>. Questo tutorial ti dirà come creare un file .csm che è sicuro da installare.</p>
|
||||
|
||||
<p class="notice--info">Prima di procedere, è fondamentale conoscere la differenza tra .MYM e .CSM come formati di file utilizzati nella personalizzazione del Menu Wii. Mentre il MYM è creato dal tuo creatore di temi che puoi condividere in giro, il CSM è il risultato della compilazione di un MYM in un Menu di sistema. In altre parole, il MYM principalmente contiene solo gli elementi - il vero e proprio Menu di sistema da installare viene a parte.</p>
|
||||
|
@ -421,7 +421,7 @@ window.cookieconsent.initialise({
|
|||
<li>Una Wii modificata</li>
|
||||
<li>Una scheda SD o dispositivo USB</li>
|
||||
<li>Un PC Windows/macOS/Linux con una connessione a internet</li>
|
||||
<li><a href="https://oscwii.org/library/app/mymenuifymod">MyMenuifyMod</a></li>
|
||||
<li><a href="https://oscwii.org/library/app/csm-installer">csm-installer</a></li>
|
||||
<li><a href="/assets/files/New_ThemeMii_MOD.zip">ThemeMii Mod</a></li>
|
||||
</ul>
|
||||
|
||||
|
@ -442,22 +442,13 @@ window.cookieconsent.initialise({
|
|||
<h4 id="installazione-del-tema">Installazione del tema</h4>
|
||||
|
||||
<ol>
|
||||
<li>Installa MyMenuifyMod.</li>
|
||||
<li>Crea un nuovo percorso nella tua scheda SD o unità USB chiamato <code class="language-plaintext highlighter-rouge">modthemes</code> se non è gia presente.</li>
|
||||
<li>Copia il file del tema nel supporto di archiviazione sotto il percorso <code class="language-plaintext highlighter-rouge">modthemes</code>.</li>
|
||||
<li>Inserisci il supporto di archiviazione nel tuo Wii e avvialo.</li>
|
||||
<li>
|
||||
<p>Vai su MyMenuifyMod e tieni a mente l’avvertimento. Ti chiederà quale IOS vuoi usare nell’app. Seleziona <code class="language-plaintext highlighter-rouge">IOS58</code>.</p>
|
||||
|
||||
<p class="notice--info">Se ottieni <code class="language-plaintext highlighter-rouge">Exception DSI occured!</code>, premi RESET sul tuo Wii e riprova.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Seleziona il supporto di archiviazione e ora dovresti vedere un elenco dei tuoi temi.</p>
|
||||
|
||||
<p><img src="/images/themes/mym-theme-selection.png" alt="" /></p>
|
||||
</li>
|
||||
<li>Seleziona il tema che vuoi installare. Se è firmato, MyMenuifyMod te lo farà sapere, altrimenti ti avvertirà. A questo punto, devi essere assolutamente sicuro che hai scaricato il tema corretto per la tua versione del Menu di sistema e regione.</li>
|
||||
<li>Installa il tema.</li>
|
||||
<li>Extract the csm-installer <code class="language-plaintext highlighter-rouge">.zip</code> file to the root of your SD card or USB device.</li>
|
||||
<li>Create a new directory on your SD card or USB device called <code class="language-plaintext highlighter-rouge">themes</code> if it does not already exist.</li>
|
||||
<li>Copy your <code class="language-plaintext highlighter-rouge">.csm</code> file to the <code class="language-plaintext highlighter-rouge">themes</code> directory.</li>
|
||||
<li>Insert your SD card or USB drive into your Wii, and launch the Homebrew Channel.</li>
|
||||
<li>Launch csm-installer, and wait for it to load.</li>
|
||||
<li>Select the theme you would like to install with <code class="language-plaintext highlighter-rouge">A</code>. A questo punto, devi essere assolutamente sicuro che hai scaricato il tema corretto per la tua versione del Menu di sistema e regione.</li>
|
||||
<li>Press <code class="language-plaintext highlighter-rouge">+</code> to install the theme.</li>
|
||||
<li>
|
||||
<p>Ritorna al Menu Wii e verifica che il tema sia installato correttamente. Se tutto va bene, dovresti avere un risultato simile a quello in basso!</p>
|
||||
|
||||
|
|
647
it_IT/wii-backups.html
Normal file
647
it_IT/wii-backups.html
Normal file
|
@ -0,0 +1,647 @@
|
|||
<!doctype html>
|
||||
<!--
|
||||
Minimal Mistakes Jekyll Theme 4.24.0 by Michael Rose
|
||||
Copyright 2013-2020 Michael Rose - mademistakes.com | @mmistakes
|
||||
Free for personal and commercial use under the MIT license
|
||||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
||||
<!-- begin _includes/seo.html --><title>Managing Wii Backups - Wii Hacks Guide</title>
|
||||
<meta name="description" content="The complete guide to modding your Wii (and Wii mini)">
|
||||
|
||||
|
||||
<meta name="author" content="Nintendo Homebrew">
|
||||
|
||||
|
||||
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:locale" content="en_US">
|
||||
<meta property="og:site_name" content="Wii Hacks Guide">
|
||||
<meta property="og:title" content="Managing Wii Backups">
|
||||
<meta property="og:url" content="https://wii.hacks.guide/it_IT/wii-backups.html">
|
||||
|
||||
|
||||
<meta property="og:description" content="The complete guide to modding your Wii (and Wii mini)">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="canonical" href="https://wii.hacks.guide/it_IT/wii-backups.html">
|
||||
|
||||
|
||||
|
||||
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
|
||||
"@type": "Person",
|
||||
"name": "Nintendo Homebrew",
|
||||
"url": "https://wii.hacks.guide/"
|
||||
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- end _includes/seo.html -->
|
||||
|
||||
|
||||
|
||||
<link href="/feed.xml" type="application/atom+xml" rel="alternate" title="Wii Hacks Guide Feed">
|
||||
|
||||
|
||||
<!-- https://t.co/dKP3o1e -->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<script>
|
||||
document.documentElement.className = document.documentElement.className.replace(/\bno-js\b/g, '') + ' js ';
|
||||
</script>
|
||||
|
||||
<!-- For all browsers -->
|
||||
<link rel="stylesheet" href="/assets/css/main.css">
|
||||
<link rel="preload" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5/css/all.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
|
||||
<noscript><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5/css/all.min.css"></noscript>
|
||||
|
||||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/site-config/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/site-config/favicon-16x16.png?v=PYEmwKvQAx" sizes="16x16">
|
||||
<link rel="icon" type="image/png" href="/images/site-config/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/site-config/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
<link rel="icon" type="image/png" href="/images/site-config/android-chrome-192x192.png?v=PYEmwKvQAx" sizes="192x192">
|
||||
<link rel="manifest" href="/assets/js/manifest.json?v=PYEmwKvQAx">
|
||||
<link rel="mask-icon" href="/images/site-config/safari-pinned-tab.svg?v=PYEmwKvQAx" color="#2E3440">
|
||||
<link rel="shortcut icon" href="/images/site-config/favicon.ico?v=PYEmwKvQAx">
|
||||
<meta name="apple-mobile-web-app-title" content="Guide">
|
||||
<meta name="application-name" content="Guide">
|
||||
<meta name="msapplication-TileColor" content="#2E3440">
|
||||
<meta name="msapplication-TileImage" content="/images/site-config/mstile-144x144.png?v=PYEmwKvQAx">
|
||||
<meta name="msapplication-config" content="/assets/xml/browserconfig.xml?v=PYEmwKvQAx">
|
||||
<meta name="theme-color" content="#2E3440">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.1/cookieconsent.min.css" integrity="sha512-LQ97camar/lOliT/MqjcQs5kWgy6Qz/cCRzzRzUCfv0fotsCTC9ZHXaPQmJV8Xu/PVALfJZ7BDezl5lW3/qBxg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.1/cookieconsent.min.js" integrity="sha512-yXXqOFjdjHNH1GND+1EO0jbvvebABpzGKD66djnUfiKlYME5HGMUJHoCaeE4D5PTG2YsSJf6dwqyUUvQvS0vaA==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
|
||||
<script>
|
||||
window.addEventListener("load", function(){
|
||||
window.cookieconsent.initialise({
|
||||
"palette": {
|
||||
"popup": {
|
||||
"background": "#28282b"
|
||||
},
|
||||
"button": {
|
||||
"background": "#60818f"
|
||||
}
|
||||
},
|
||||
"theme": "edgeless",
|
||||
"position": "top",
|
||||
"static": true,
|
||||
"content": {
|
||||
"message": "Questo sito web utilizza i cookie per visualizzare l'avanzamento corrente della guida sulla barra laterale e per migliorare il sito."
|
||||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
<li><a href="#site-nav" class="screen-reader-shortcut">Skip to primary navigation</a></li>
|
||||
<li><a href="#main" class="screen-reader-shortcut">Skip to content</a></li>
|
||||
<li><a href="#footer" class="screen-reader-shortcut">Skip to footer</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
<!--[if lt IE 9]>
|
||||
<div class="notice--danger align-center" style="margin: 0;">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience.</div>
|
||||
<![endif]-->
|
||||
|
||||
|
||||
|
||||
<div class="masthead">
|
||||
<div class="masthead__inner-wrap">
|
||||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
Wii Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="masthead__menu-item masthead__menu-item--lg"><a href="/it_IT/">Menu Principale</a></li>
|
||||
|
||||
|
||||
|
||||
<li class="masthead__menu-item"><a href="/it_IT/per-iniziare">Per Iniziare</a></li>
|
||||
|
||||
|
||||
|
||||
<li class="masthead__menu-item"><a href="/it_IT/navigazione-sito">Navigazione del Sito</a></li>
|
||||
|
||||
|
||||
|
||||
<li class="masthead__menu-item"><a href="/it_IT/faq">FAQ</a></li>
|
||||
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
||||
|
||||
<li class="masthead__menu-item"><a href="https://wii.hacks.guide/wii-backups.html">English</a></li>
|
||||
<li class="masthead__menu-item"><a href="https://wii.hacks.guide/it_IT/wii-backups.html">Italiano</a></li>
|
||||
</ul>
|
||||
<button class="greedy-nav__toggle hidden" type="button">
|
||||
<span class="visually-hidden">Toggle Menu</span>
|
||||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang" type="button"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="initial-content">
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
-->
|
||||
|
||||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<nav class="nav__list">
|
||||
|
||||
<input id="ac-toc" name="accordion-toc" type="checkbox" />
|
||||
<label for="ac-toc">Toggle Menu</label>
|
||||
<ul class="nav__items">
|
||||
<li>
|
||||
<span class="nav__sub-title">Progresso Complessivo</span>
|
||||
<ol>
|
||||
|
||||
|
||||
<li style="display: none;" data-name="home"><a href='/it_IT/'>Menu Principale</a></li>
|
||||
|
||||
|
||||
|
||||
<li style="display: none;" data-name="get-started"><a href='/it_IT/per-iniziare'>Per Iniziare</a></li>
|
||||
|
||||
|
||||
|
||||
<li style="display: none;" data-name="letterbomb"><a href='/it_IT/letterbomb'>LetterBomb</a></li>
|
||||
|
||||
|
||||
|
||||
<li style="display: none;" data-name="bluebomb"><a href='/it_IT/bluebomb'>BlueBomb</a></li>
|
||||
|
||||
|
||||
|
||||
<li style="display: none;" data-name="flashhax"><a href='/it_IT/flashhax'>FlashHax</a></li>
|
||||
|
||||
|
||||
|
||||
<li style="display: none;" data-name="str2hax"><a href='/it_IT/str2hax'>str2hax</a></li>
|
||||
|
||||
|
||||
|
||||
<li style="display: none;" data-name="wilbrand"><a href='/it_IT/wilbrand'>Wilbrand</a></li>
|
||||
|
||||
|
||||
|
||||
<li style="display: none;" data-name="multiple-options"><i>(Opzioni Multiple)</i></li>
|
||||
|
||||
|
||||
|
||||
<li style="display: none;" data-name="hbc"><a href='/it_IT/hbc'>Installazione dell'Homebrew Channel e di BootMii</a></li>
|
||||
|
||||
|
||||
|
||||
<li style="display: none;" data-name="hbc-mini"><a href='/it_IT/hbc-mini'>Homebrew Channel - solo per Wii mini</a></li>
|
||||
|
||||
|
||||
|
||||
<li style="display: none;" data-name="bootmii"><a href='/it_IT/bootmii'>Backup BootMii</a></li>
|
||||
|
||||
|
||||
|
||||
<li style="display: none;" data-name="priiloader"><a href='/it_IT/priiloader'>Priiloader</a></li>
|
||||
|
||||
|
||||
|
||||
<li style="display: none;" data-name="osc"><a href='/it_IT/osc'>Open Shop Channel</a></li>
|
||||
|
||||
|
||||
|
||||
<li style="display: none;" data-name="cios-mini"><a href='/it_IT/cios-mini'>d2xl cIOS per Wii mini (sperimentale)</a></li>
|
||||
|
||||
|
||||
|
||||
<li style="display: none;" data-name="wnd-mini"><a href='/it_IT/wnd-mini'>Wii mini NAND Dumper</a></li>
|
||||
|
||||
|
||||
</ol>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="Managing Wii Backups">
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="page__inner-wrap">
|
||||
|
||||
<header>
|
||||
<h1 id="page-title" class="page__title" itemprop="headline">Managing Wii Backups
|
||||
</h1>
|
||||
|
||||
|
||||
|
||||
</header>
|
||||
|
||||
|
||||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class ="notice"><b>Per supporto in Inglese, chiedere aiuto sul server <a href="https://discord.gg/MWxPgEp">Nintendo Homebrew su Discord</a>.</b></div>
|
||||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<aside class="sidebar__right">
|
||||
<nav class="toc">
|
||||
<header><h4 class="nav__title"><i class="fas fa-file-alt"></i> Table of Contents</h4></header>
|
||||
<ul class="toc__menu" id="markdown-toc">
|
||||
<li><a href="#unire-i-file-part-su-un-dispositivo-fat32" id="markdown-toc-unire-i-file-part-su-un-dispositivo-fat32">Unire i file PART su un dispositivo FAT32</a> <ul>
|
||||
<li><a href="#windows" id="markdown-toc-windows">Windows</a></li>
|
||||
<li><a href="#macoslinux" id="markdown-toc-macoslinux">macOS/Linux</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#using-wii-backup-manager" id="markdown-toc-using-wii-backup-manager">Using Wii Backup Manager</a> <ul>
|
||||
<li><a href="#requisiti" id="markdown-toc-requisiti">Requisiti</a></li>
|
||||
<li><a href="#section-i---installation" id="markdown-toc-section-i---installation">Section I - Installation</a></li>
|
||||
<li><a href="#section-ii---copying-games" id="markdown-toc-section-ii---copying-games">Section II - Copying Games</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#using-wii-backup-fusion" id="markdown-toc-using-wii-backup-fusion">Using Wii Backup Fusion</a> <ul>
|
||||
<li><a href="#requisiti-1" id="markdown-toc-requisiti-1">Requisiti</a></li>
|
||||
<li><a href="#section-i---installation-1" id="markdown-toc-section-i---installation-1">Section I - Installation</a></li>
|
||||
<li><a href="#section-ii---copying-games-1" id="markdown-toc-section-ii---copying-games-1">Section II - Copying Games</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
</nav>
|
||||
</aside>
|
||||
|
||||
<p>This guide provides instructions on how to manage your Wii backups, from joining .PART files that are output through CleanRip, to shrinking game files that can be copied onto a FAT32 device. Two programs that can be used to manage your Wii backups are Wii Backup Manager (for Windows) and Wii Backup Fusion (for Linux and MacOS) and are covered below.</p>
|
||||
|
||||
<p class="notice--info">Per memorizzare più giochi, si consiglia di utilizzare un hard drive esterno per il tuo Wii. La maggior parte di essi che si possono trovare in mercato dovrebbero funzionare.</p>
|
||||
|
||||
<p class="notice--info">Un’unità flash non è consigliata, poiché sono piccole e la loro funzionalità può variare anche tra unità identiche. <br />
|
||||
As an alternative, you may simply use an SD card, however the Wii’s SD card slot will be slow.</p>
|
||||
|
||||
<p class="notice--info">Assicurati che l’unità USB sia formattata come FAT32. Non formattarla come altri tipi come exFAT, exFS. <br />
|
||||
You may format it as NTFS, but it won’t work with a majority of apps (eg. The Homebrew Channel, Nintendont)</p>
|
||||
|
||||
<h3 id="unire-i-file-part-su-un-dispositivo-fat32">Unire i file PART su un dispositivo FAT32</h3>
|
||||
|
||||
<p class="notice--info">If your disc was dumped to a FAT32 device, you should have gotten at least two files that end with <code class="language-plaintext highlighter-rouge">.partX.iso</code>, due to filesystem limitations. They need to be joined (on a supported filesystem like NTFS) so the file can be read correctly.</p>
|
||||
|
||||
<h4 id="windows">Windows</h4>
|
||||
|
||||
<ol>
|
||||
<li>
|
||||
<p>Copy the files that share the same name and end with <code class="language-plaintext highlighter-rouge">.partX.iso</code> into an empty folder on your computer.</p>
|
||||
|
||||
<p><img src="/images/desktop-apps/WBM/dumpedpartfiles.png" alt="" /></p>
|
||||
</li>
|
||||
<li>
|
||||
<p>In this folder, click the address bar in Windows Explorer and type in <code class="language-plaintext highlighter-rouge">cmd</code>, this will open a command prompt window there.</p>
|
||||
|
||||
<p><img src="/images/desktop-apps/WBM/opencmd.png" alt="" /></p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Type <code class="language-plaintext highlighter-rouge">copy /b *.part?.iso game.iso</code> and press enter. Wait for the command to finish, your terminal output should be similar to the below.</p>
|
||||
|
||||
<p><img src="/images/desktop-apps/WBM/joinpartfiles.png" alt="" /></p>
|
||||
</li>
|
||||
<li>
|
||||
<p>If the copy process executed correctly, the checksum from the game dump info file (located where you dumped your disc at) should match the resulting joined file.</p>
|
||||
|
||||
<p><img src="/images/desktop-apps/WBM/filemd5.png" alt="" /></p>
|
||||
</li>
|
||||
</ol>
|
||||
|
||||
<h4 id="macoslinux">macOS/Linux</h4>
|
||||
|
||||
<ol>
|
||||
<li>
|
||||
<p>Copy the files that share the same name and end with <code class="language-plaintext highlighter-rouge">.partX.iso</code> into an empty folder on your computer.</p>
|
||||
|
||||
<p><img src="/images/desktop-apps/WBM/dumpedpartfileslinux.png" alt="" /></p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Open a terminal in the directory where your files are at, or <code class="language-plaintext highlighter-rouge">cd [PATH]</code> to it.</p>
|
||||
|
||||
<p><img src="/images/desktop-apps/WBM/openterminallinux.png" alt="" /></p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Use the following command as is: <code class="language-plaintext highlighter-rouge">cat `ls *.part?.iso | sort` > game.iso</code>. Then, wait for the merging process to finish. Like in Windows, the resulting checksum should match the dump.</p>
|
||||
|
||||
<p><img src="/images/desktop-apps/WBM/mergesuccesslinux.png" alt="" /></p>
|
||||
</li>
|
||||
</ol>
|
||||
|
||||
<h3 id="using-wii-backup-manager">Using Wii Backup Manager</h3>
|
||||
|
||||
<h4 id="requisiti">Requisiti</h4>
|
||||
|
||||
<ul>
|
||||
<li>Un PC che esegue Windows</li>
|
||||
<li>Un’unità USB o una scheda SD</li>
|
||||
<li>A dumped ISO from a Wii game disc</li>
|
||||
<li><a href="https://static.wiidatabase.de/Wii-Backup-Manager.zip">Wii Backup Manager</a></li>
|
||||
</ul>
|
||||
|
||||
<h4 id="section-i---installation">Section I - Installation</h4>
|
||||
|
||||
<ol>
|
||||
<li>Estrai Wii Backup Manager e avvia il programma.</li>
|
||||
<li>Inserisci la tua unità USB o scheda SD nel tuo computer.</li>
|
||||
</ol>
|
||||
|
||||
<h4 id="section-ii---copying-games">Section II - Copying Games</h4>
|
||||
|
||||
<ol>
|
||||
<li>
|
||||
<p>Go to the <code class="language-plaintext highlighter-rouge">Drive 1</code> tab, then select the drive that will hold your backed up Wii games.</p>
|
||||
|
||||
<p><img src="/images/desktop-apps/WBM/select_drive.png" alt="" /></p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Go to the <code class="language-plaintext highlighter-rouge">Files</code> tab, then select <code class="language-plaintext highlighter-rouge">Add</code>.</p>
|
||||
|
||||
<ul>
|
||||
<li>Select <code class="language-plaintext highlighter-rouge">Files</code> to add multiple games to the program, or select <code class="language-plaintext highlighter-rouge">Folder</code> to add a whole folder of games.</li>
|
||||
</ul>
|
||||
|
||||
<p><img src="/images/desktop-apps/WBM/select_games.png" alt="" /></p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Go to <code class="language-plaintext highlighter-rouge">Select</code>, then click <code class="language-plaintext highlighter-rouge">Games not on drive 1</code>.</p>
|
||||
|
||||
<p><img src="/images/desktop-apps/WBM/select_games2.png" alt="" /></p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Select <code class="language-plaintext highlighter-rouge">Transfer</code>, then select <code class="language-plaintext highlighter-rouge">Drive 1</code> to transfer the games over. The progress will be displayed on the right side of the window.</p>
|
||||
|
||||
<p><img src="/images/desktop-apps/WBM/transfer_todrive.png" alt="" /></p>
|
||||
</li>
|
||||
</ol>
|
||||
|
||||
<h3 id="using-wii-backup-fusion">Using Wii Backup Fusion</h3>
|
||||
|
||||
<h4 id="requisiti-1">Requisiti</h4>
|
||||
|
||||
<ul>
|
||||
<li>A PC running MacOS or Linux</li>
|
||||
<li>Un’unità USB o una scheda SD</li>
|
||||
<li>A dumped ISO from a Wii game disc</li>
|
||||
<li><a href="https://github.com/larsenv/Wii-Backup-Fusion">Wii Backup Fusion</a></li>
|
||||
<li><a href="https://wit.wiimm.de/download.html">Wiimm’s ISO Tools</a></li>
|
||||
</ul>
|
||||
|
||||
<h4 id="section-i---installation-1">Section I - Installation</h4>
|
||||
|
||||
<ol>
|
||||
<li>
|
||||
<p>Download Wiimm’s ISO tools for your OS and extract the .tar.gz into a folder that you can access with the terminal. The extracted folder should have these files inside:</p>
|
||||
|
||||
<p><img src="/images/desktop-apps/WBM/witinstallfolder.png" alt="" /></p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Open a terminal in the folder that you just extracted, and run <code class="language-plaintext highlighter-rouge">sudo ./install.sh</code>.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Download Wii Backup Fusion for your OS and install. If on Linux, you will need to make the appimage executable by running <code class="language-plaintext highlighter-rouge">chmod +x [FILE]</code>.</p>
|
||||
</li>
|
||||
</ol>
|
||||
|
||||
<h4 id="section-ii---copying-games-1">Section II - Copying Games</h4>
|
||||
|
||||
<ol>
|
||||
<li>
|
||||
<p>Open Wii Backup Fusion and press <code class="language-plaintext highlighter-rouge">Load</code>.</p>
|
||||
|
||||
<p><img src="/images/desktop-apps/WBM/loadwbf.png" alt="" /></p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Select the directory where your game ISO is at.</p>
|
||||
|
||||
<p><img src="/images/desktop-apps/WBM/opendirectorywbf.png" alt="" /></p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Right click on the game that you want to transfer to a drive, and press <code class="language-plaintext highlighter-rouge">Transfer to image</code>. Use the following settings:</p>
|
||||
|
||||
<p><img src="/images/desktop-apps/WBM/settingswbf.png" alt="" /></p>
|
||||
</li>
|
||||
<li>
|
||||
<p>If there is not already a <code class="language-plaintext highlighter-rouge">wbfs</code> directory on your game drive, make one.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Make another directory inside of the <code class="language-plaintext highlighter-rouge">wbfs</code> folder for the game backup. Take note of the Game ID in Wii Backup Fusion as you will need this for the game folder.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Make a game folder for your game, formatted as <code class="language-plaintext highlighter-rouge">game name [GAMEID]</code>. For the game dumped as an example in this guide, it would be named <code class="language-plaintext highlighter-rouge">New Super Mario Bros. Wii [SMNE01]</code>.</p>
|
||||
|
||||
<p><img src="/images/desktop-apps/WBM/wbfsname.png" alt="" /></p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Copy the game.wbfs file that was made in Step 3 to this new folder. The drive should be ready to use on a Wii.</p>
|
||||
</li>
|
||||
</ol>
|
||||
|
||||
<p class="notice--info"><a href="cios">Continue to cIOS</a><br />
|
||||
cIOS is needed for your Wii to use a USB Loader. Once this is done, you can use <a href="wii-loaders">USB Loader GX or WiiFlow</a> to play games from your USB drive or SD card.</p>
|
||||
|
||||
<p class="notice--info"><a href="site-navigation">Click here to go back to the site index.</a></p>
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
<footer class="page__meta">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div id="footer" class="page__footer">
|
||||
<footer>
|
||||
<!-- start custom footer snippets -->
|
||||
|
||||
<!-- end custom footer snippets -->
|
||||
<div class="page__footer-follow">
|
||||
<ul class="social-icons">
|
||||
|
||||
<li><strong>Follow:</strong></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="https://github.com/hacks-guide/Guide_Wii" rel="nofollow noopener noreferrer"><i class="fab fa-fw fa-github" aria-hidden="true"></i> GitHub</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2024 Nintendo Homebrew. - <a href="navigazione-sito">Navigazione del Sito</a> - <a href="privacy-policy">Informativa sulla Privacy</a> - <a href="donations">Donazioni</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
569
it_IT/wii-factory-reset.html
Normal file
569
it_IT/wii-factory-reset.html
Normal file
|
@ -0,0 +1,569 @@
|
|||
<!doctype html>
|
||||
<!--
|
||||
Minimal Mistakes Jekyll Theme 4.24.0 by Michael Rose
|
||||
Copyright 2013-2020 Michael Rose - mademistakes.com | @mmistakes
|
||||
Free for personal and commercial use under the MIT license
|
||||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
||||
<!-- begin _includes/seo.html --><title>Restoring The Wii NAND to Stock - Wii Hacks Guide</title>
|
||||
<meta name="description" content="The complete guide to modding your Wii (and Wii mini)">
|
||||
|
||||
|
||||
<meta name="author" content="Nintendo Homebrew">
|
||||
|
||||
|
||||
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:locale" content="en_US">
|
||||
<meta property="og:site_name" content="Wii Hacks Guide">
|
||||
<meta property="og:title" content="Restoring The Wii NAND to Stock">
|
||||
<meta property="og:url" content="https://wii.hacks.guide/it_IT/wii-factory-reset.html">
|
||||
|
||||
|
||||
<meta property="og:description" content="The complete guide to modding your Wii (and Wii mini)">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="canonical" href="https://wii.hacks.guide/it_IT/wii-factory-reset.html">
|
||||
|
||||
|
||||
|
||||
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
|
||||
"@type": "Person",
|
||||
"name": "Nintendo Homebrew",
|
||||
"url": "https://wii.hacks.guide/"
|
||||
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- end _includes/seo.html -->
|
||||
|
||||
|
||||
|
||||
<link href="/feed.xml" type="application/atom+xml" rel="alternate" title="Wii Hacks Guide Feed">
|
||||
|
||||
|
||||
<!-- https://t.co/dKP3o1e -->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<script>
|
||||
document.documentElement.className = document.documentElement.className.replace(/\bno-js\b/g, '') + ' js ';
|
||||
</script>
|
||||
|
||||
<!-- For all browsers -->
|
||||
<link rel="stylesheet" href="/assets/css/main.css">
|
||||
<link rel="preload" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5/css/all.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
|
||||
<noscript><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5/css/all.min.css"></noscript>
|
||||
|
||||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/site-config/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/site-config/favicon-16x16.png?v=PYEmwKvQAx" sizes="16x16">
|
||||
<link rel="icon" type="image/png" href="/images/site-config/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/site-config/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
<link rel="icon" type="image/png" href="/images/site-config/android-chrome-192x192.png?v=PYEmwKvQAx" sizes="192x192">
|
||||
<link rel="manifest" href="/assets/js/manifest.json?v=PYEmwKvQAx">
|
||||
<link rel="mask-icon" href="/images/site-config/safari-pinned-tab.svg?v=PYEmwKvQAx" color="#2E3440">
|
||||
<link rel="shortcut icon" href="/images/site-config/favicon.ico?v=PYEmwKvQAx">
|
||||
<meta name="apple-mobile-web-app-title" content="Guide">
|
||||
<meta name="application-name" content="Guide">
|
||||
<meta name="msapplication-TileColor" content="#2E3440">
|
||||
<meta name="msapplication-TileImage" content="/images/site-config/mstile-144x144.png?v=PYEmwKvQAx">
|
||||
<meta name="msapplication-config" content="/assets/xml/browserconfig.xml?v=PYEmwKvQAx">
|
||||
<meta name="theme-color" content="#2E3440">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.1/cookieconsent.min.css" integrity="sha512-LQ97camar/lOliT/MqjcQs5kWgy6Qz/cCRzzRzUCfv0fotsCTC9ZHXaPQmJV8Xu/PVALfJZ7BDezl5lW3/qBxg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.1/cookieconsent.min.js" integrity="sha512-yXXqOFjdjHNH1GND+1EO0jbvvebABpzGKD66djnUfiKlYME5HGMUJHoCaeE4D5PTG2YsSJf6dwqyUUvQvS0vaA==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
|
||||
<script>
|
||||
window.addEventListener("load", function(){
|
||||
window.cookieconsent.initialise({
|
||||
"palette": {
|
||||
"popup": {
|
||||
"background": "#28282b"
|
||||
},
|
||||
"button": {
|
||||
"background": "#60818f"
|
||||
}
|
||||
},
|
||||
"theme": "edgeless",
|
||||
"position": "top",
|
||||
"static": true,
|
||||
"content": {
|
||||
"message": "Questo sito web utilizza i cookie per visualizzare l'avanzamento corrente della guida sulla barra laterale e per migliorare il sito."
|
||||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
<li><a href="#site-nav" class="screen-reader-shortcut">Skip to primary navigation</a></li>
|
||||
<li><a href="#main" class="screen-reader-shortcut">Skip to content</a></li>
|
||||
<li><a href="#footer" class="screen-reader-shortcut">Skip to footer</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
<!--[if lt IE 9]>
|
||||
<div class="notice--danger align-center" style="margin: 0;">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience.</div>
|
||||
<![endif]-->
|
||||
|
||||
|
||||
|
||||
<div class="masthead">
|
||||
<div class="masthead__inner-wrap">
|
||||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
Wii Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="masthead__menu-item masthead__menu-item--lg"><a href="/it_IT/">Menu Principale</a></li>
|
||||
|
||||
|
||||
|
||||
<li class="masthead__menu-item"><a href="/it_IT/per-iniziare">Per Iniziare</a></li>
|
||||
|
||||
|
||||
|
||||
<li class="masthead__menu-item"><a href="/it_IT/navigazione-sito">Navigazione del Sito</a></li>
|
||||
|
||||
|
||||
|
||||
<li class="masthead__menu-item"><a href="/it_IT/faq">FAQ</a></li>
|
||||
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
||||
|
||||
<li class="masthead__menu-item"><a href="https://wii.hacks.guide/wii-factory-reset.html">English</a></li>
|
||||
<li class="masthead__menu-item"><a href="https://wii.hacks.guide/it_IT/wii-factory-reset.html">Italiano</a></li>
|
||||
</ul>
|
||||
<button class="greedy-nav__toggle hidden" type="button">
|
||||
<span class="visually-hidden">Toggle Menu</span>
|
||||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang" type="button"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="initial-content">
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
-->
|
||||
|
||||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<nav class="nav__list">
|
||||
|
||||
<input id="ac-toc" name="accordion-toc" type="checkbox" />
|
||||
<label for="ac-toc">Toggle Menu</label>
|
||||
<ul class="nav__items">
|
||||
<li>
|
||||
<span class="nav__sub-title">Progresso Complessivo</span>
|
||||
<ol>
|
||||
|
||||
|
||||
<li style="display: none;" data-name="home"><a href='/it_IT/'>Menu Principale</a></li>
|
||||
|
||||
|
||||
|
||||
<li style="display: none;" data-name="get-started"><a href='/it_IT/per-iniziare'>Per Iniziare</a></li>
|
||||
|
||||
|
||||
|
||||
<li style="display: none;" data-name="letterbomb"><a href='/it_IT/letterbomb'>LetterBomb</a></li>
|
||||
|
||||
|
||||
|
||||
<li style="display: none;" data-name="bluebomb"><a href='/it_IT/bluebomb'>BlueBomb</a></li>
|
||||
|
||||
|
||||
|
||||
<li style="display: none;" data-name="flashhax"><a href='/it_IT/flashhax'>FlashHax</a></li>
|
||||
|
||||
|
||||
|
||||
<li style="display: none;" data-name="str2hax"><a href='/it_IT/str2hax'>str2hax</a></li>
|
||||
|
||||
|
||||
|
||||
<li style="display: none;" data-name="wilbrand"><a href='/it_IT/wilbrand'>Wilbrand</a></li>
|
||||
|
||||
|
||||
|
||||
<li style="display: none;" data-name="multiple-options"><i>(Opzioni Multiple)</i></li>
|
||||
|
||||
|
||||
|
||||
<li style="display: none;" data-name="hbc"><a href='/it_IT/hbc'>Installazione dell'Homebrew Channel e di BootMii</a></li>
|
||||
|
||||
|
||||
|
||||
<li style="display: none;" data-name="hbc-mini"><a href='/it_IT/hbc-mini'>Homebrew Channel - solo per Wii mini</a></li>
|
||||
|
||||
|
||||
|
||||
<li style="display: none;" data-name="bootmii"><a href='/it_IT/bootmii'>Backup BootMii</a></li>
|
||||
|
||||
|
||||
|
||||
<li style="display: none;" data-name="priiloader"><a href='/it_IT/priiloader'>Priiloader</a></li>
|
||||
|
||||
|
||||
|
||||
<li style="display: none;" data-name="osc"><a href='/it_IT/osc'>Open Shop Channel</a></li>
|
||||
|
||||
|
||||
|
||||
<li style="display: none;" data-name="cios-mini"><a href='/it_IT/cios-mini'>d2xl cIOS per Wii mini (sperimentale)</a></li>
|
||||
|
||||
|
||||
|
||||
<li style="display: none;" data-name="wnd-mini"><a href='/it_IT/wnd-mini'>Wii mini NAND Dumper</a></li>
|
||||
|
||||
|
||||
</ol>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="Restoring The Wii NAND to Stock">
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="page__inner-wrap">
|
||||
|
||||
<header>
|
||||
<h1 id="page-title" class="page__title" itemprop="headline">Restoring The Wii NAND to Stock
|
||||
</h1>
|
||||
|
||||
|
||||
|
||||
</header>
|
||||
|
||||
|
||||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class ="notice"><b>Per supporto in Inglese, chiedere aiuto sul server <a href="https://discord.gg/MWxPgEp">Nintendo Homebrew su Discord</a>.</b></div>
|
||||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<aside class="sidebar__right">
|
||||
<nav class="toc">
|
||||
<header><h4 class="nav__title"><i class="fas fa-file-alt"></i> Table of Contents</h4></header>
|
||||
<ul class="toc__menu" id="markdown-toc">
|
||||
<li><a href="#requisiti" id="markdown-toc-requisiti">Requisiti</a></li>
|
||||
<li><a href="#istruzioni" id="markdown-toc-istruzioni">Istruzioni</a> <ul>
|
||||
<li><a href="#section-i---preparation" id="markdown-toc-section-i---preparation">Section I - Preparation</a></li>
|
||||
<li><a href="#section-ii---creating-a-blank-nand" id="markdown-toc-section-ii---creating-a-blank-nand">Section II - Creating a Blank NAND</a></li>
|
||||
<li><a href="#section-iii---verifying-the-nand" id="markdown-toc-section-iii---verifying-the-nand">Section III - Verifying the NAND</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
</nav>
|
||||
</aside>
|
||||
|
||||
<p>This guide details how to create a stock NAND for your Wii system using a program called Ohneschwanzenegger. Unlike the <code class="language-plaintext highlighter-rouge">Format Wii System Memory</code> option in the Wii settings, this will completely wipe any changes to the NAND by downloading a stock Wii System Menu from NUS servers. If followed correctly, the Wii should have no homebrew left on the system, stock IOSes, and boot up to a factory setup screen when the NAND is flashed.</p>
|
||||
|
||||
<p>Please note that this program <strong>needs</strong> an existing (even bricked!) NAND backup to function, as it needs to have a copy of the first 8 blocks of NAND, a bad blocks list, and AES/HMAC keys.</p>
|
||||
|
||||
<div class="notice--danger">
|
||||
<p>The instructions detailed in this guide WILL ERASE YOUR WII SYSTEM MEMORY and should only be considered as a LAST RESORT or if you are trying to do any of the following:</p>
|
||||
|
||||
<ul>
|
||||
<li>Restore the Wii to a state comparable to when it left the factory.</li>
|
||||
<li>Fix a brick where you do not have a functional NAND backup or access to the Homebrew Channel but can still make one using BootMii.</li>
|
||||
<li>You are unable to revert certain changes to the Wii System Memory such as all cIOS with DARKCORP.</li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
||||
<p class="notice--warning">If you are trying to <a href="update">update your Wii to 4.3U</a> with homebrew or update outdated homebrew/IOS, you most likely do not need to follow this guide. Instead, you can use a tool like the SysCheck Updater Wizard built into <a href="modmii#syscheck-updater-wizard">ModMii</a>. If you are confused about this process, consider joining the Nintendo Homebrew discord server for support.</p>
|
||||
|
||||
<h3 id="requisiti">Requisiti</h3>
|
||||
|
||||
<ul>
|
||||
<li>Una scheda SD con un spazio disponibile minimo di 512MB (1GB o più sono consigliati)</li>
|
||||
<li>A <a href="bootmii">NAND backup</a> from the specific system you are trying to flash</li>
|
||||
<li>A Windows computer with an Internet connection</li>
|
||||
<li><a href="https://raw.githubusercontent.com/modmii/modmii.github.io/master/temp/ohneschwanzenegger.zip">Ohneschwanzenegger</a></li>
|
||||
<li><a href="/assets/files/nandBinCheck.zip">Nand BIN Checker</a></li>
|
||||
</ul>
|
||||
|
||||
<h3 id="istruzioni">Istruzioni</h3>
|
||||
|
||||
<h4 id="section-i---preparation">Section I - Preparation</h4>
|
||||
|
||||
<ol>
|
||||
<li>
|
||||
<p>Start Ohneschwanzenegger. You may get a Windows SmartScreen prompt, this is a false positive and you can run the program anyway by pressing <code class="language-plaintext highlighter-rouge">More info</code> and <code class="language-plaintext highlighter-rouge">Run anyway</code>.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Press the <code class="language-plaintext highlighter-rouge">Local Cache</code> button, create a new folder for the NUS cache to be output in, and then press OK. An example folder is given below.</p>
|
||||
|
||||
<p><img src="/images/factory-reset/nuscache.png" alt="" /></p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Press <code class="language-plaintext highlighter-rouge">Nand Dump</code> on the toolbar, and then press <code class="language-plaintext highlighter-rouge">New nand</code>. This should open a pop-up window where you can adjust parameters for a new NAND dump. Press the large <code class="language-plaintext highlighter-rouge">Existing Nand...</code> button and find your existing NAND dump from your Wii.</p>
|
||||
|
||||
<p><img src="/images/factory-reset/newnand.png" alt="" /></p>
|
||||
</li>
|
||||
<li>
|
||||
<p>This will fill in information such as the keys, Boot 1/2, and your bad blocks automatically. ONLY change the Destination box to <code class="language-plaintext highlighter-rouge">./blankNand.bin</code>, which will output the NAND to the program folder with the name <code class="language-plaintext highlighter-rouge">blankNand.bin</code>. Then, press OK.</p>
|
||||
|
||||
<p><img src="/images/factory-reset/renamenand.png" alt="" /></p>
|
||||
</li>
|
||||
</ol>
|
||||
|
||||
<h4 id="section-ii---creating-a-blank-nand">Section II - Creating a Blank NAND</h4>
|
||||
|
||||
<ol>
|
||||
<li>
|
||||
<p>Now that the NAND is loaded into the program, select <code class="language-plaintext highlighter-rouge">Content</code> on the toolbar and then press Format. This will initialize your BLANK NAND, not your backup NAND.</p>
|
||||
|
||||
<p><img src="/images/factory-reset/formatnand.png" alt="" /></p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Select the top left text box in the program and type in the Wii System Menu version that you need the NAND to have. Note that this should optimally be the version that your NAND was previously using. This NAND was using <code class="language-plaintext highlighter-rouge">4.3U</code>. Other valid examples are <code class="language-plaintext highlighter-rouge">3.2U</code>, <code class="language-plaintext highlighter-rouge">4.3E</code>, or <code class="language-plaintext highlighter-rouge">3.4J</code>.</p>
|
||||
|
||||
<p><img src="/images/factory-reset/sysmenu.png" alt="" /></p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Once you have confirmed you have entered the version of the menu that you want, press enter or <code class="language-plaintext highlighter-rouge">Get It!</code>. This will begin downloading the menu from NUS servers, with the progress displayed in the program.</p>
|
||||
|
||||
<p><img src="/images/factory-reset/menudownload.png" alt="" /></p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Once the menu has finished downloading, a pop-up will display showing the settings appended to the NAND. It will be autofilled depending on what was in your NAND, although the serial number may be incorrect. You can edit this if you would like, otherwise keep everything blank and press OK.</p>
|
||||
|
||||
<p><img src="/images/factory-reset/settings.png" alt="" /></p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Next, press <code class="language-plaintext highlighter-rouge">Content</code> on the taskbar and press <code class="language-plaintext highlighter-rouge">Write meta entries</code>. Then, go back to the menu and press <code class="language-plaintext highlighter-rouge">Flush</code>. You may then close the window.</p>
|
||||
|
||||
<p><img src="/images/factory-reset/finalsteps.png" alt="" /></p>
|
||||
</li>
|
||||
</ol>
|
||||
|
||||
<h4 id="section-iii---verifying-the-nand">Section III - Verifying the NAND</h4>
|
||||
|
||||
<ol>
|
||||
<li>
|
||||
<p>If NAND Bin Checker is not already in the same directory as Ohneschwanzenegger, copy it there now. Then, open a terminal in that directory. Run the following command: <code class="language-plaintext highlighter-rouge">.\nandBinCheck.exe .\blankNand.bin</code>. If you named the NAND something else, adjust the command accordingly. The program will then check the validity of the NAND.</p>
|
||||
|
||||
<p><img src="/images/factory-reset/nandcheck.png" alt="" /></p>
|
||||
</li>
|
||||
<li>
|
||||
<p>If all is well, the result should look similar to the below. If there are ANY errors that stand out, DO NOT use this NAND and try again as it may damage or permanantly brick your Wii. If you continue to get these errors on further attempts, go to the Nintendo Homebrew discord server for support.</p>
|
||||
|
||||
<p><img src="/images/factory-reset/nandcheckresult.png" alt="" /></p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Move the <code class="language-plaintext highlighter-rouge">blankNand.bin</code> to your Wii SD card and rename it to <code class="language-plaintext highlighter-rouge">nand.bin</code> so that it can be flashed by BootMii. Remember not to overwrite your existing NAND!</p>
|
||||
|
||||
<p><img src="/images/factory-reset/nandname.png" alt="" /></p>
|
||||
</li>
|
||||
</ol>
|
||||
|
||||
<p class="notice--info"><a href="bootmiirecover">Continue to BootMii Recovery</a>
|
||||
Now that you have a blank NAND, you can restore it on your Wii using BootMii.</p>
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
<footer class="page__meta">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div id="footer" class="page__footer">
|
||||
<footer>
|
||||
<!-- start custom footer snippets -->
|
||||
|
||||
<!-- end custom footer snippets -->
|
||||
<div class="page__footer-follow">
|
||||
<ul class="social-icons">
|
||||
|
||||
<li><strong>Follow:</strong></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="https://github.com/hacks-guide/Guide_Wii" rel="nofollow noopener noreferrer"><i class="fab fa-fw fa-github" aria-hidden="true"></i> GitHub</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2024 Nintendo Homebrew. - <a href="navigazione-sito">Navigazione del Sito</a> - <a href="privacy-policy">Informativa sulla Privacy</a> - <a href="donations">Donazioni</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -70,6 +70,9 @@
|
|||
<loc>https://wii.hacks.guide/gc-backups.html</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://wii.hacks.guide/it_IT/gc-backups.html</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://wii.hacks.guide/it_IT/gcbackupmanager.html</loc>
|
||||
</url>
|
||||
<url>
|
||||
|
@ -223,9 +226,15 @@
|
|||
<loc>https://wii.hacks.guide/wii-backups.html</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://wii.hacks.guide/it_IT/wii-backups.html</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://wii.hacks.guide/wii-factory-reset.html</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://wii.hacks.guide/it_IT/wii-factory-reset.html</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://wii.hacks.guide/wii-loaders.html</loc>
|
||||
</url>
|
||||
<url>
|
||||
|
|
Loading…
Reference in a new issue