Difference between revisions of "TwlNmenu"

From Rare Gaming Dump
m
m (Link change from WAD to TAD)
 
(15 intermediate revisions by 8 users not shown)
Line 1: Line 1:
{{stub}}
+
{{Stub}}
  
<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.
+
<b>TwlNmenu</b> is the name of an application that comes bundled with TWLSDKs and the [[SystemUpdater]]. This application installs TAD files, an installable archive developed by Nintendo, similar to the Nintendo Wii's WAD archives. TwlNmenu is able to ''install'' all types of NAND programs, however the NAND tab will only display user apps (TIDs starting with '''00030004'''). This may have been done to prevent developers from erasing necessary system programs.
 
[[File:TWLICON.png|thumb|TwlNmenu's icon.|left]]
 
[[File:TWLICON.png|thumb|TwlNmenu's icon.|left]]
  
== .TAD File Format ==
+
==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 installable format, TAD, shares many similarities with the WAD format, including using the same offsets for title ID's and even using the same devsign as WADs. This can be explained by a commit to TwlIPL<ref>[https://github.com/rvtr/TwlIPL/commit/baca65d35d5d62d815c88e6374b895d5b0755277 TwlIPL r290 (GitHub)]</ref> where there's a mention of the WAD format being renamed to TAD.  Because TADs are derived from WADs, they can be resigned using Wii resigning tools and an RVL devkey; however, TwlNmenu has anti-tampering methods which will prevent you from installing resigned TAD files.
  
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.
+
The TAD format can be created using a tool included with the TWLSDK, named '''Maketad'''<ref>[https://randommeaninglesscharacters.com/dsidev/man/maketad.html maketad (rmc)]</ref>.
  
[[File:Maketad-cmd.png|thumb|left|Error messages may come up from time to time.]]
+
==Screenshots==
 +
<gallery>
 +
File:TWL-TwlNmenu-Home.png|TwlNmenu on the home menu.
 +
File:TWL-TwlNmenu-1.png|Start screen of TwlNmenu. It shows all applications installed in folder ''NAND:/title/00030004''.
 +
File:TWL-TwlNmenu-2.png|TwlNmenu asking if you want to install the chosen application.
 +
File:TWL-TwlNmenu-3.png|TwlNmenu installing an application.
 +
File:TWL-TwlNmenu-4.png|Back on the homescreen, you can see an application has been installed.
 +
File:TWL-TwlNmenu-5.png|This lets you delete ''private.sav'' in the application folder.
 +
File:TWL-TwlNmenu-6.png|TwlNmenu asking if you'd like to delete a 4SPA file
 +
File:TWL-TwlNmenu-7.png|Lets you delete all apps with the same "CompanyCode".
 +
File:TWL-TwlNmenu-8.png|TwlNmenu showing the size, title ID, the size of the save files, and so on.
 +
File:TWL-TwlNmenu-9.png|The SD Card menu can do the same.
 +
File:TWL-TwlNmenu-10.png|TwlNmenu asking if you want to import all TAD files in the folder you're in.
 +
File:TWL-TwlNmenu-11.png|TwlNmenu importing all TAD files.
 +
</gallery>
  
== Screenshots ==
+
==References==
{|style="margin: 0 auto;"
+
<references />{{Template:DSINavbox}}
| [[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.]]
 
|}
 
  
 
[[Category:DSi]]
 
[[Category:DSi]]

Latest revision as of 02:55, 26 January 2024

TwlNmenu is the name of an application that comes bundled with TWLSDKs and the SystemUpdater. This application installs TAD files, an installable archive developed by Nintendo, similar to the Nintendo Wii's WAD archives. TwlNmenu is able to install all types of NAND programs, however the NAND tab will only display user apps (TIDs starting with 00030004). This may have been done to prevent developers from erasing necessary system programs.

TwlNmenu's icon.

TAD File Format

The installable format, TAD, shares many similarities with the WAD format, including using the same offsets for title ID's and even using the same devsign as WADs. This can be explained by a commit to TwlIPL[1] where there's a mention of the WAD format being renamed to TAD.  Because TADs are derived from WADs, they can be resigned using Wii resigning tools and an RVL devkey; however, TwlNmenu has anti-tampering methods which will prevent you from installing resigned TAD files.

The TAD format can be created using a tool included with the TWLSDK, named Maketad[2].

Screenshots

References