rmc_website/dsidev/twlnmenu.html
2023-12-22 18:46:30 -05:00

81 lines
3.6 KiB
HTML
Executable File

---
layout: devinfo
app: TwlNmenu
---
TwlNmenu is a tool used to manage NAND apps on the DSi. It has 3 modes: NAND, SD, and CARD.
<h2>NAND</h2>
In NAND mode you can boot, delete, and get info for programs installed to NAND. Only user programs are visible (anything in <code>nand:/title/00030004/</code>). The controls are as follows:
<table class="menu">
<tr>
<th class="menuheader">Button</th>
<th class="menuheader">Purpose</th>
</tr>
<tr>
<td class="menuitem">START</td>
<td class="menuitem">Boot the selected program.</td>
</tr>
<tr>
<td class="menuitem">X</td>
<td class="menuitem">Delete the selected program. Deleting once will remove the app + tmd but keep the ticket as "proof" it was installed. Press <b>X</b> again to fully remove the program.</td>
</tr>
<tr>
<td class="menuitem">R + X</td>
<td class="menuitem">Delete all programs of the same type. For example, pressing <b>R + X</b> on a broken program will delete all broken programs, and pressing <b>R + X</b> on an installed program will remove all installed programs.</td>
</tr>
<tr>
<td class="menuitem">Y</td>
<td class="menuitem">Delete the private save data of the selected program.</td>
</tr>
</table>
The top screen will display information such as the company code, game code, and sizes of the app and save data. NAND mode also displays the status of installed programs. This is shown by highlighting the program name in a specific color.
<table class="menu">
<tr>
<th class="menuheader">Color</th>
<th class="menuheader">Status</th>
</tr>
<tr>
<td class="menuitem"><span style="color:black;">Black</span></td>
<td class="menuitem">The title is installed without errors.</td>
</tr>
<tr>
<td class="menuitem"><span style="color:blue;">Blue</span></td>
<td class="menuitem">The title was deleted from NAND (has a leftover ticket, but no app + tmd).</td>
</tr>
<tr>
<td class="menuitem"><span style="color:red;">Red</span></td>
<td class="menuitem">The title is broken (bad app), or it was installed improperly (has an app + tmd, but missing/bad ticket).</td>
</tr>
</table>
<h2>SD</h2>
SD mode allows you to install
<table class="menu">
<tr>
<th class="menuheader">Button</th>
<th class="menuheader">Purpose</th>
</tr>
<tr>
<td class="menuitem">A</td>
<td class="menuitem">Install the selected TAD.</td>
</tr>
<tr>
<td class="menuitem">R + A</td>
<td class="menuitem">Install all TADs in the current directory.</td>
</tr>
</table>
<h2>CARD</h2>
<h1 style="text-align: center;">Screenshots:</h1>
<div class="screenshot">
<img src="https://cdn.randommeaninglesscharacters.com/assets-dsi/screenshots/TwlNmenu/twlnmenu_nand.png">
<img src="https://cdn.randommeaninglesscharacters.com/assets-dsi/screenshots/TwlNmenu/twlnmenu_sd.png">
<img src="https://cdn.randommeaninglesscharacters.com/assets-dsi/screenshots/TwlNmenu/twlnmenu_install.png">
<img src="https://cdn.randommeaninglesscharacters.com/assets-dsi/screenshots/TwlNmenu/twlnmenu_2011.png">
</div>