<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.hacks.guide/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Fox8091</id>
	<title>Hacks Guide Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.hacks.guide/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Fox8091"/>
	<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/wiki/Special:Contributions/Fox8091"/>
	<updated>2026-05-14T08:22:23Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=3DS:Virtual_Console/Extraction&amp;diff=7499</id>
		<title>3DS:Virtual Console/Extraction</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=3DS:Virtual_Console/Extraction&amp;diff=7499"/>
		<updated>2025-05-06T21:26:29Z</updated>

		<summary type="html">&lt;p&gt;Fox8091: Correct terminology used to describe Game Gear VC patches&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Virtual Console games are usually identical to the original game, as Nintendo usually avoids modifying ROMs directly and instead layers patches on top. However, even when directly modified, easy methods have been found to revert them.&lt;br /&gt;
This means the original game can be extracted and used exactly the same as one dumped from a cartridge.&lt;br /&gt;
&lt;br /&gt;
== Required Reading ==&lt;br /&gt;
This tutorial currently supports NES, SNES, GB, GBC, GBA, and Game Gear VCs.&lt;br /&gt;
&lt;br /&gt;
Note that ROMs from three consoles are altered in VCs, as follows: &lt;br /&gt;
&lt;br /&gt;
NES VCs use a non-standard TNES header that only works in the Virtual Console, and must be converted back after dumping. This guide walks through how to convert the header.&lt;br /&gt;
&lt;br /&gt;
SNES VCs are altered for more efficient playback in the Virtual Console, and if not restored after dumping the audio will be unusuable in other emulators. This guide walks through how to restore the ROM.&lt;br /&gt;
&lt;br /&gt;
Game Gear VCs are compressed into a unique archive type, and sometimes their ROMs are directly patched. This guide walks through how to decompress the archive (WIP), but as the patches are destructive it cannot revert them.&lt;br /&gt;
&lt;br /&gt;
==Instructions==&lt;br /&gt;
&lt;br /&gt;
===What You Need===&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;The latest release of {{GitHub|d0k3/GodMode9|GodMode9}} (the GodMode9 &amp;lt;code&amp;gt;.zip&amp;lt;/code&amp;gt; file)&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;If extracting an NES game: [[Special:DownloadWithFilename/File:tnes2ines.txt/tnes2ines.gm9|tnes2ines.gm9]]&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;If extracting a SNES game:&lt;br /&gt;
    &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;The source code of {{GitHub|Plombo/vcromclaim|vcromclaim}} (obtainable by the Download ZIP option within the &amp;lt;big&amp;gt;&amp;lt;span style=&amp;quot;background:#008000&amp;quot;&amp;gt;Code&amp;lt;/span&amp;gt;&amp;lt;/big&amp;gt; dropdown)&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;[[Special:DownloadWithFilename/File:snesvcsplit.txt/snesvcsplit.py|snesvcsplit.py]]&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;An installation of [https://www.python.org/downloads/release/python-2718/ Python 2.7]&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;/ul&amp;gt;&lt;br /&gt;
  &amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;If extracting a Game Gear game: The latest release of {{GitHub|farmerbb/RED-Project/releases/latest|MArchiveBatchTool}}&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Section I - Prep Work ===&lt;br /&gt;
&lt;br /&gt;
In this section, you will set up the necessary files to extract a VC game.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;Power off your console&lt;br /&gt;
  &amp;lt;li&amp;gt;Insert your SD card into your computer&lt;br /&gt;
  &amp;lt;li&amp;gt;Copy &amp;lt;code&amp;gt;GodMode9.firm&amp;lt;/code&amp;gt; from the GodMode9 &amp;lt;code&amp;gt;.zip&amp;lt;/code&amp;gt; to the &amp;lt;code&amp;gt;luma/payloads&amp;lt;/code&amp;gt; folder on your SD card&lt;br /&gt;
  &amp;lt;li&amp;gt;Copy the &amp;lt;code&amp;gt;gm9&amp;lt;/code&amp;gt; folder from the GodMode9 &amp;lt;code&amp;gt;.zip&amp;lt;/code&amp;gt; to the root of your SD card&lt;br /&gt;
  &amp;lt;li&amp;gt;If you are extracting an NES game, copy &amp;lt;code&amp;gt;tnes2ines.gm9&amp;lt;/code&amp;gt; into the &amp;lt;code&amp;gt;gm9/scripts&amp;lt;/code&amp;gt; folder on your SD card&lt;br /&gt;
  &amp;lt;li&amp;gt;If you are extracting an SNES game, extract the vcromclaim &amp;lt;code&amp;gt;.zip&amp;lt;/code&amp;gt; into a folder and place &amp;lt;code&amp;gt;snesvcsplit.py&amp;lt;/code&amp;gt; into this folder&lt;br /&gt;
  &amp;lt;li&amp;gt;If you are extracting a Game Gear game, extract the MArchiveBatchTool &amp;lt;code&amp;gt;.zip&amp;lt;/code&amp;gt; into a folder&lt;br /&gt;
  &amp;lt;li&amp;gt;Reinsert your SD card into your console&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Section II - Accessing the Game Files ===&lt;br /&gt;
&lt;br /&gt;
In this section, you will mount the VC game&#039;s internal files.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;Hold the {{B|START}} button and power on to open GodMode9&lt;br /&gt;
  &amp;lt;li&amp;gt;Press the {{B|HOME}} button, then press {{B|A}} on the &#039;&#039;&#039;Title manager&#039;&#039;&#039; option&lt;br /&gt;
  &amp;lt;li&amp;gt;Press {{B|A}} on &amp;lt;code&amp;gt;[A:] SD CARD&amp;lt;/code&amp;gt; and wait for the search to complete&lt;br /&gt;
  &amp;lt;li&amp;gt;Once it completes, all titles that you have installed will appear&lt;br /&gt;
  &amp;lt;li&amp;gt;Find the VC that you wish to extract a ROM from and press {{B|A}} on that title, then choose to &#039;&#039;&#039;Open title folder&#039;&#039;&#039;&lt;br /&gt;
  &amp;lt;li&amp;gt;Press {{B|A}} on the main game file - usually named &amp;lt;code&amp;gt;00000000.app&amp;lt;/code&amp;gt; - then choose &#039;&#039;&#039;NCCH image options...&#039;&#039;&#039;, then &#039;&#039;&#039;Mount image to drive&#039;&#039;&#039; and press {{B|A}} again to confirm&lt;br /&gt;
  &amp;lt;li&amp;gt;The internal files of the chosen game will appear&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Section III - Dumping the ROM ===&lt;br /&gt;
&lt;br /&gt;
In this section, you will copy the ROM out of the VC, and fix its structure if it is an NES/SNES game.&lt;br /&gt;
&lt;br /&gt;
What console does the chosen game originally come from?&lt;br /&gt;
&amp;lt;tabber&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-|NES=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;Go into the folder &amp;lt;code&amp;gt;romfs/rom&amp;lt;/code&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;Press {{B|A}} to select the file that appears, then choose &amp;lt;code&amp;gt;Copy to 0:/gm9/out&amp;lt;/code&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;Press {{B|HOME}}, then go into &amp;lt;code&amp;gt;Scripts...&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;tnes2ines&amp;lt;/code&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;Select the copied file and choose a mirroring if it asks, then let the script run&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;Rename the ROM so its file extension is &amp;lt;code&amp;gt;.nes&amp;lt;/code&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
{{success|text=Your ROM is now extracted and can be used in an emulator.}}&lt;br /&gt;
&lt;br /&gt;
|-|SNES=&lt;br /&gt;
&lt;br /&gt;
{{info|If you are on Linux, replace &amp;lt;code&amp;gt;py -2&amp;lt;/code&amp;gt; with &amp;lt;code&amp;gt;python2&amp;lt;/code&amp;gt; in the commands.}}&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;Go into the folder &amp;lt;code&amp;gt;romfs&amp;lt;/code&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;Press {{B|A}} to select the file &amp;lt;code&amp;gt;data.bin&amp;lt;/code&amp;gt;, then choose &amp;lt;code&amp;gt;Copy to 0:/gm9/out&amp;lt;/code&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;Press {{B|R}}+{{B|START}} to power off the console&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;Take the SD card out of your 3DS and put it into your PC&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;Copy &amp;lt;code&amp;gt;data.bin&amp;lt;/code&amp;gt; into the vcromclaim folder&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;Right-click anywhere in the empty space inside this folder and click on the option that opens Command Prompt, PowerShell, or the terminal&lt;br /&gt;
    &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;If no such option appears, open this window manually and use &amp;lt;code&amp;gt;cd&amp;lt;/code&amp;gt; or similar commands to target it into the vcromclaim folder&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;/ul&amp;gt;&lt;br /&gt;
  &amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;Run the following two commands one at a time:&lt;br /&gt;
    &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;code&amp;gt;py -2 snesvcsplit.py data.bin&amp;lt;/code&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;code&amp;gt;py -2 snesrestore.py game.rom game.pcm output.smc&amp;lt;/code&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;/ul&amp;gt;&lt;br /&gt;
  &amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;If desired, change &amp;lt;code&amp;gt;output.smc&amp;lt;/code&amp;gt;&#039;s filename to a name of your choice&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
{{success|Your ROM is now extracted and can be used in an emulator.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-|GB/GBC=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;Go into the folder &amp;lt;code&amp;gt;romfs/rom&amp;lt;/code&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;Press {{B|A}} to select the file that appears, then choose &amp;lt;code&amp;gt;Copy to 0:/gm9/out&amp;lt;/code&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;Press {{B|B}} until you return to the drive list, then go into &amp;lt;code&amp;gt;0:/gm9/out&amp;lt;/code&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;Place the cursor on the copied ROM, press {{B|R}}+{{B|X}}, and change the file extension to match the console it came from: &amp;lt;code&amp;gt;.gb&amp;lt;/code&amp;gt; for Gameboy, or &amp;lt;code&amp;gt;.gbc&amp;lt;/code&amp;gt; for Gameboy Color&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;If desired, also change the ROM&#039;s filename to a name of your choice&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{success|Your ROM is now extracted and can be used in an emulator.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-|GBA=&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;Go into the folder &amp;lt;code&amp;gt;exefs&amp;lt;/code&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;Press {{B|A}} to select the &amp;lt;code&amp;gt;.code&amp;lt;/code&amp;gt; file, then choose &amp;lt;code&amp;gt;Copy to 0:/gm9/out&amp;lt;/code&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;Press {{B|B}} until you return to the drive list, then go into &amp;lt;code&amp;gt;0:/gm9/out&amp;lt;/code&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;Press {{B|A}} on the &amp;lt;code&amp;gt;.code&amp;lt;/code&amp;gt; file, choose &#039;&#039;&#039;GBA image options...&#039;&#039;&#039;, then choose &#039;&#039;&#039;Rename file&#039;&#039;&#039; and press {{B|A}} to confirm&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{success|Your ROM is now extracted and can be used in an emulator.}}&lt;br /&gt;
&lt;br /&gt;
|-|Game Gear=&lt;br /&gt;
&lt;br /&gt;
{{warning|These ROMs can only be fully extracted on Windows or Linux. If you do not have access to a PC that runs either of these operating systems, stop after copying the ROM into &amp;lt;code&amp;gt;gm9/out&amp;lt;/code&amp;gt; and wait until you have access.}}&lt;br /&gt;
{{Section WIP|notes=Need to figure out how to determine the seed and codec for every game. This section can&#039;t be finished without them.&amp;lt;br&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;Go into the folder &amp;lt;code&amp;gt;romfs/system/roms&amp;lt;/code&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;Press {{B|A}} to select the file that appears, then choose &amp;lt;code&amp;gt;Copy to 0:/gm9/out&amp;lt;/code&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;Press {{B|R}}+{{B|START}} to power off the console&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;Take the SD card out of your 3DS and put it into your PC&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;Copy the ROM from &amp;lt;code&amp;gt;sd:/gm9/out&amp;lt;/code&amp;gt; into the MArchiveBatchTool folder&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;Right-click anywhere in the empty space inside this folder and click on the option that opens Command Prompt, PowerShell, or the terminal&lt;br /&gt;
    &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;If no such option appears, open this window manually and use &amp;lt;code&amp;gt;cd&amp;lt;/code&amp;gt; or similar commands to move the terminal into this folder&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;/ul&amp;gt;&lt;br /&gt;
  &amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;WIP&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/tabber&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Nintendo 3DS guides]]&lt;/div&gt;</summary>
		<author><name>Fox8091</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=Pretendo_Network&amp;diff=5980</id>
		<title>Pretendo Network</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=Pretendo_Network&amp;diff=5980"/>
		<updated>2024-05-13T12:04:54Z</updated>

		<summary type="html">&lt;p&gt;Fox8091: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox homebrew&lt;br /&gt;
| title = Nimbus(Nintendo 3DS)&lt;br /&gt;
| image = Pretendo-banner.png&lt;br /&gt;
| for3ds = 1&lt;br /&gt;
| forwiiu = 0&lt;br /&gt;
| developers = jonbarrow, ashquarky, and others.&lt;br /&gt;
| website = https://pretendo.network/ Pretendo.Network&lt;br /&gt;
| github = PretendoNetwork/nimbus&lt;br /&gt;
| version = 1.6.0&lt;br /&gt;
| releasedate = 2024-04-08&lt;br /&gt;
| githubtag = v1.6.0&lt;br /&gt;
}}{{Infobox homebrew&lt;br /&gt;
| title = Inkay(Nintendo Wii U)&lt;br /&gt;
| image = Pretendo-banner.png&lt;br /&gt;
| for3ds = 0&lt;br /&gt;
| forwiiu = 1&lt;br /&gt;
| developers = jonbarrow, ashquarky, and others.&lt;br /&gt;
| website = https://pretendo.network/ Pretendo.Network&lt;br /&gt;
| github = PretendoNetwork/inkay&lt;br /&gt;
| version = 2.4.0&lt;br /&gt;
| releasedate = 2024-04-08&lt;br /&gt;
| githubtag = v2.4.0&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Pretendo is an open-source project that aims to recreate [[w:Nintendo Network|Nintendo Network]] for the 3DS and Wii U. This includes but is not limited to, game servers, [[w:Miiverse|Miiverse]], friends-lists, and more.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
For 3DS, [[udb:3ds/nimbus|Nimbus]] is available on Universal Updater. For Wii U, [[hbappstore:wiiu/inkay|Inkay]] is available on the Homebrew App Store. Manual installation instructions for 3DS, Wii U, and Cemu can be found on the Pretendo website [https://pretendo.network/docs/install/ here].&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
&amp;lt;tabber&amp;gt;&lt;br /&gt;
|-|Nintendo 3DS=&lt;br /&gt;
&amp;lt;p&amp;gt;Nimbus allows for switching between Pretendo and Nintendo Networks. To use Nimbus, launch it from the HOME Menu or the Homebrew Launcher, and select either &#039;&#039;&#039;Pretendo&#039;&#039;&#039; or &#039;&#039;&#039;Nintendo&#039;&#039;&#039; to switch between the two networks. While on the Pretendo Network, launch a [https://pretendo.network/progress supported game] to play online with other Pretendo users.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Some features, notably Pretendo&#039;s Miiverse replacement Juxtaposition, will require a PNID to function. A PNID is a unique identifier, functioning the same as Nintendo&#039;s NNIDs. To create a PNID open &#039;&#039;&#039;System Settings&#039;&#039;&#039; -&amp;gt; &#039;&#039;&#039;Nintendo Network ID Settings&#039;&#039;&#039;. Alternatively, [https://pretendo.network/account/register register for an account] using the Pretendo website, and then link an existing PNID instead.&amp;lt;/p&amp;gt;&lt;br /&gt;
|-|Nintendo Wii U=&lt;br /&gt;
Inkay allows for switching between Pretendo and Nintendo Networks. To use Inkay press {{B|L + DOWN + SELECT}} on the Wii U Gamepad to open the Plugin Menu, then press {{B|A}} on &#039;&#039;&#039;Inkay&#039;&#039;&#039;&lt;br /&gt;
* To connect to Nintendo Network, set &#039;&#039;&#039;Connect to the Pretendo Network&#039;&#039;&#039; to &amp;lt;code&amp;gt;false&amp;lt;/code&amp;gt;&lt;br /&gt;
* To connect to Pretendo Network, set &#039;&#039;&#039;Connect to the Pretendo Network&#039;&#039;&#039; to &amp;lt;code&amp;gt;true&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
While on the Pretendo Network, launch a [https://pretendo.network/progress supported game] to play online with other Pretendo users.&lt;br /&gt;
Some features, notably Pretendo&#039;s Miiverse replacement Juxtaposition, will require a PNID to function. A PNID is a unique identifier, functioning the same as Nintendo&#039;s NNIDs. To create a PNID, tap on your profile icon in the Wii U Menu -&amp;gt; &#039;&#039;&#039;Create/Link Nintendo Network ID&#039;&#039;&#039;. Alternatively, [https://pretendo.network/account/register register for an account] using the Pretendo website, and then link an existing PNID instead.&lt;br /&gt;
&amp;lt;/tabber&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== SD file layout ===&lt;br /&gt;
&amp;lt;tabber&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-|Nintendo 3DS=&lt;br /&gt;
&amp;lt;span&amp;gt;&lt;br /&gt;
{{Tree list}}&lt;br /&gt;
* {{Tree icon|sd}} (root)&lt;br /&gt;
** {{Tree icon|d}} 3ds&lt;br /&gt;
*** {{Tree icon|f}} nimbus.3dsx&lt;br /&gt;
*** {{Tree icon|f}} juxt-prod.pem&lt;br /&gt;
** {{Tree icon|d}} luma&lt;br /&gt;
*** {{Tree icon|d}} sysmodules&lt;br /&gt;
**** {{Tree icon|f}}sd:/luma/sysmodules/0004013000002902.ips&lt;br /&gt;
**** {{Tree icon|f}}sd:/luma/sysmodules/0004013000002E02.ips&lt;br /&gt;
**** {{Tree icon|f}}sd:/luma/sysmodules/0004013000002F02.ips&lt;br /&gt;
**** {{Tree icon|f}}sd:/luma/sysmodules/0004013000003202.ips&lt;br /&gt;
**** {{Tree icon|f}}sd:/luma/sysmodules/0004013000003802.ips&lt;br /&gt;
*** {{Tree icon|d}} titles&lt;br /&gt;
**** {{Tree icon|f}}sd:/luma/titles/000400300000BC02&lt;br /&gt;
**** {{Tree icon|f}}sd:/luma/titles/000400300000BD02&lt;br /&gt;
**** {{Tree icon|f}}sd:/luma/titles/000400300000BE02&lt;br /&gt;
{{Tree list/end}}&lt;br /&gt;
&amp;lt;span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-|Nintendo Wii U=&lt;br /&gt;
&amp;lt;span&amp;gt;&lt;br /&gt;
{{Tree list}}&lt;br /&gt;
* {{Tree icon|sd}} (root)&lt;br /&gt;
** {{Tree icon|d}} wiiu&lt;br /&gt;
*** {{Tree icon|d}} environments&lt;br /&gt;
**** {{Tree icon|d}} aroma&lt;br /&gt;
***** {{Tree icon|d}} modules&lt;br /&gt;
****** {{Tree icon|d}} setup&lt;br /&gt;
******* {{Tree icon|f}} 30_nimble.rpx&lt;br /&gt;
***** {{Tree icon|d}} plugins&lt;br /&gt;
****** {{Tree icon|f}} Inkay-pretendo.wps&lt;br /&gt;
{{Tree list/end}}&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/tabber&amp;gt;&lt;/div&gt;</summary>
		<author><name>Fox8091</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=3DS:Animal_Crossing:_New_Leaf&amp;diff=5449</id>
		<title>3DS:Animal Crossing: New Leaf</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=3DS:Animal_Crossing:_New_Leaf&amp;diff=5449"/>
		<updated>2024-03-11T19:07:15Z</updated>

		<summary type="html">&lt;p&gt;Fox8091: No longer applicable, Luma3DS merged changes from the 3GX fork in v13.0&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Shortcut|3DS:ACNL|ACNL}}&lt;br /&gt;
&#039;&#039;&#039;Animal Crossing: New Leaf&#039;&#039;&#039; is a simulation video game for the Nintendo 3DS.  It is the fourth mainline game in the Animal Crossing video game series.&lt;br /&gt;
&lt;br /&gt;
== Game-specific quirks ==&lt;br /&gt;
&lt;br /&gt;
=== Sudden missing save in un-updated game ===&lt;br /&gt;
&lt;br /&gt;
If a game with a save file for &amp;quot;Welcome Amiibo&amp;quot; is launched without the update, it may appear as if the save is missing. This can be resolved by installing the update.&lt;br /&gt;
&lt;br /&gt;
When a save file is upgraded for the &amp;quot;Welcome Amiibo&amp;quot; update, the format of the data is also upgraded. The base game uses the &amp;lt;code&amp;gt;garden.dat&amp;lt;/code&amp;gt; file, while &amp;quot;Welcome Amiibo&amp;quot; uses &amp;lt;code&amp;gt;garden_plus.dat&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
On an unmodified console, the HOME Menu blocks launching New Leaf if it detects that the save was updated and that the game update is not installed. However Luma3DS removes this check, so it is possible to launch an un-updated game with an upgraded save, leading to it thinking the save is missing because it can&#039;t find &amp;lt;code&amp;gt;garden.dat&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
=== 2016 re-release ===&lt;br /&gt;
&lt;br /&gt;
This game has a re-release in 2016 with the Welcome Amiibo content integrated into the base game. Gameplay-wise both are identical once the updates are installed, but this means that both have a different Title ID.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Title IDs of the old and new releases&lt;br /&gt;
|-&lt;br /&gt;
! Game region&lt;br /&gt;
! Original release&amp;lt;br&amp;gt;(green icon with white leaf)&lt;br /&gt;
! Welcome Amiibo&amp;lt;br&amp;gt;(white icon with green leaf)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | [[File:Animal Crossing New Leaf icon.png|alt=Icon for Animal Crossing: New leaf, showing a white leaf on a green background.]]&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | [[File:ACNL Welcome Amiibo icon.png|alt=Icon for Animal Crossing: New Leaf: Welcome Amiibo, showing a green leaf on a white background.]]&lt;br /&gt;
|-&lt;br /&gt;
| USA&lt;br /&gt;
| &amp;lt;code&amp;gt;0004000000086300&amp;lt;/code&amp;gt;&lt;br /&gt;
| &amp;lt;code&amp;gt;0004000000198E00&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| EUR&lt;br /&gt;
| &amp;lt;code&amp;gt;0004000000086400&amp;lt;/code&amp;gt;&lt;br /&gt;
| &amp;lt;code&amp;gt;0004000000198F00&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| JPN&lt;br /&gt;
| &amp;lt;code&amp;gt;0004000000086200&amp;lt;/code&amp;gt;&lt;br /&gt;
| &amp;lt;code&amp;gt;0004000000198D00&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Mods ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Hack name&lt;br /&gt;
! Features&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| [https://gamebanana.com/mods/314876 Welcome Luxury]&lt;br /&gt;
| QoL hack, with various texture edits.&lt;br /&gt;
| Nearly all the features require the Welcome Amiibo standalone release (white icon with green leaf) and don&#039;t work with the original release with the update (green icon with white leaf).&lt;br /&gt;
|-&lt;br /&gt;
| [https://github.com/RedShyGuy/Vapecord-ACNL-Plugin/wiki Vapecord]&lt;br /&gt;
| 3GX plugin with various cheats and features.&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Tools ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Tool&lt;br /&gt;
! Features&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.marcrobledo.com/acnl-editor/ Marc Rebledo&#039;s ACNL Save Editor]&lt;br /&gt;
| Web-based save editor. Can edit various things like the native fruit, player characters, villagers, locations of buildings, the shape of the island, and more. &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [https://universal-team.net/projects/leafedit LeafEdit]&lt;br /&gt;
| 3DS-based save editor.&lt;br /&gt;
| Discontinued and not receiving updates.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Guides ==&lt;br /&gt;
&lt;br /&gt;
* [[/Save editing]]&lt;br /&gt;
&lt;br /&gt;
== Other resources ==&lt;br /&gt;
&lt;br /&gt;
*[[wikipedia:Animal Crossing: New_Leaf|Wikipedia article]]&lt;br /&gt;
*[[tcrf:Animal Crossing: New Leaf|TCRF page]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Animal Crossing]]&lt;br /&gt;
[[Category:Nintendo 3DS games]]&lt;/div&gt;</summary>
		<author><name>Fox8091</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=User:Fox8091/sandbox&amp;diff=4709</id>
		<title>User:Fox8091/sandbox</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=User:Fox8091/sandbox&amp;diff=4709"/>
		<updated>2023-11-20T01:49:04Z</updated>

		<summary type="html">&lt;p&gt;Fox8091: ` Test ping &amp;lt;@506968782917599253&amp;gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Test edit, please ignore&lt;/div&gt;</summary>
		<author><name>Fox8091</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=Wii&amp;diff=4708</id>
		<title>Wii</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=Wii&amp;diff=4708"/>
		<updated>2023-11-20T01:45:10Z</updated>

		<summary type="html">&lt;p&gt;Fox8091: its is correct, it&amp;#039;s means &amp;quot;it is&amp;quot;.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Page WIP}}{{Infobox console|image=Wii-Console.png|caption=An RVL-001 revision Wii system and Wii Remote|aka={{plainlist|&lt;br /&gt;
* Revolution/RVL &amp;lt;small&amp;gt;(codename)&amp;lt;/small&amp;gt;&lt;br /&gt;
}}|systems={{plainlist|&lt;br /&gt;
* Wii&lt;br /&gt;
* Wii Family Edition&lt;br /&gt;
* Wii mini&lt;br /&gt;
}}|version={{SystemVersion|rvl}}|guide=[[wiiguide:index|wii.hacks.guide]]|namespace=Wii:|title=Wii|imagesize=300px|recommended=Varies by console}}&lt;br /&gt;
&lt;br /&gt;
The {{Iw|wikipedia|Wii}} is a home video game console released by Nintendo in 2006. In its release lifecycle, three different console revisions were produced; the original RVL-001 model with GameCube ports, the Family Edition RVL-101 model without GameCube ports, and the mini RVL-201 model with a complete internal revision. All Wii revisions run the same system software, however internal differences and region differences could lead to accidental bricks if not paying attention to correct homebrew methods. The console was succeeded by the [[Wii U]] in 2012 and was discontinued in October 2013.&lt;br /&gt;
{| style=&amp;quot;table-layout: fixed;&amp;quot;&lt;br /&gt;
| style=&amp;quot;vertical-align: top; width: 50%;&amp;quot; class=&amp;quot;collapse-on-mobile&amp;quot; |&lt;br /&gt;
== Getting started ==&lt;br /&gt;
{{Warning|text=Never use video guides as those can get outdated quickly and can contain mistakes or modified files.}}&lt;br /&gt;
The recommended setup route varies by console based on differences by revision.&lt;br /&gt;
&lt;br /&gt;
Instructions on setting up homebrew and custom firmware on your console can be found on [https://wii.hacks.guide wii.hacks.guide].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;center&amp;quot;&amp;gt;{{Clickable button 2|wiiguide:index|Go to Wii Hacks Guide|class=mw-ui-progressive}}&lt;br /&gt;
| style=&amp;quot;vertical-align: top; width: 50%;&amp;quot; class=&amp;quot;collapse-on-mobile&amp;quot; |&lt;br /&gt;
== Use homebrew ==&lt;br /&gt;
Looking for things to do with your newly homebrewed console? Here are some ideas:&lt;br /&gt;
&lt;br /&gt;
* Turn your Wii into a media center&lt;br /&gt;
* Install a USB loader to launch backups from an external storage device&lt;br /&gt;
* Restore online functionality&lt;br /&gt;
* Patch disc contents to load game mods&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;center&amp;quot;&amp;gt;{{Clickable button 2|Wii:Things to do|See the full list of things to do|class=mw-ui-progressive}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Get help==&lt;br /&gt;
Having an issue setting up homebrew, or using it? Maybe your console is doing something weird?&lt;br /&gt;
&lt;br /&gt;
First, try searching for your issue. If you cannot find the right information or don&#039;t understand it, you can [[Get support|&#039;&#039;&#039;ask someone for help&#039;&#039;&#039;]].&amp;lt;inputbox&amp;gt;&lt;br /&gt;
type=search&lt;br /&gt;
placeholder=Enter a description of your issue...&lt;br /&gt;
namespaces=Main**,Wii**&lt;br /&gt;
width=70&lt;br /&gt;
&amp;lt;/inputbox&amp;gt;&lt;/div&gt;</summary>
		<author><name>Fox8091</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=Wii_U_talk:Common_Issues_and_Fixes&amp;diff=4605</id>
		<title>Wii U talk:Common Issues and Fixes</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=Wii_U_talk:Common_Issues_and_Fixes&amp;diff=4605"/>
		<updated>2023-11-13T07:47:45Z</updated>

		<summary type="html">&lt;p&gt;Fox8091: Vandalism&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Fox8091</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=Wii_U_talk:Common_Issues_and_Fixes&amp;diff=4602</id>
		<title>Wii U talk:Common Issues and Fixes</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=Wii_U_talk:Common_Issues_and_Fixes&amp;diff=4602"/>
		<updated>2023-11-13T07:37:31Z</updated>

		<summary type="html">&lt;p&gt;Fox8091: Vandalism&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Fox8091</name></author>
	</entry>
</feed>