Difference between revisions of "TwlNmenu"

From Rare Gaming Dump
(Created page with "<b>TwlNmenu</b> is the name for an application that comes bundled with Nintendo DSi SDK's, also known as <b>Panda DSi's</b> by the community. This application would install *....")
 
m
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<b>TwlNmenu</b> is the name for an application that comes bundled with Nintendo DSi SDK's, also known as <b>Panda DSi's</b> by the community. This application would install *.TAD files, an installable archive developed by Nintendo, similar to RocketRobz's cancelled *.TIA file format.
+
{{stub}}
  
[[File:TwlNmenu.png|200px|thumb|left]]
+
<b>TwlNmenu</b> is the name for an application that comes bundled with TWLSDK's and the [[SystemUpdater]]. This application would install .TAD files, an installable archive developed by Nintendo, similar to the Nintendo Wii's .WAD archive.
 +
[[File:TWLICON.png|thumb|TwlNmenu's icon.|left]]
  
 +
== .TAD File Format ==
 +
The installable format, .TAD share many similarities to the .WAD format, including the same offsets for Title ID's and using the same devsign as WADS. A .TAD can be resigned using Wii resigning tools and a RVL devkey.
  
 +
The .TAD format can be created using a tool included with the TWLSDK, named '''Maketad'''. Only applications that can be installed in the folder 00030004 can be created with this tool.
  
  
 +
== Screenshots ==
 +
<gallery>
 +
File:Maketad-cmd.png|center|thumb|Error messages may come up from time to time.
 +
File:Twl1.png|center|thumb|Icon of TwlNmenu showing the contents of a SD Card.
 +
File:Twl2.png|center|thumb|When a *.TAD file has been selected, it will ask if you want to install it.
 +
File:Twl3.png|center|thumb|Highlighting the NAND. It shows all the applications installed in folder 00030004.
 +
</gallery>
  
  
 +
[[Category:DSi]]
  
 +
[[Category:Developer Apps]]
  
 
+
[[Category:Development]]
 
 
 
 
<font size="2">Icon of TwlNmenu.</font>
 

Revision as of 12:18, 21 August 2019

Template:stub

TwlNmenu is the name for an application that comes bundled with TWLSDK's and the SystemUpdater. This application would install .TAD files, an installable archive developed by Nintendo, similar to the Nintendo Wii's .WAD archive.

TwlNmenu's icon.

.TAD File Format

The installable format, .TAD share many similarities to the .WAD format, including the same offsets for Title ID's and using the same devsign as WADS. A .TAD can be resigned using Wii resigning tools and a RVL devkey.

The .TAD format can be created using a tool included with the TWLSDK, named Maketad. Only applications that can be installed in the folder 00030004 can be created with this tool.


Screenshots