From b32e38d32d38fdfab69bae377cd0cadcf7d768f1 Mon Sep 17 00:00:00 2001 From: Lillian Skinner <56081713+rvtr@users.noreply.github.com> Date: Mon, 26 Feb 2024 19:09:27 -0500 Subject: [PATCH] Create install-tads.html --- dsidev/guide/install-tads.html | 35 ++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 dsidev/guide/install-tads.html diff --git a/dsidev/guide/install-tads.html b/dsidev/guide/install-tads.html new file mode 100644 index 0000000..44e47b7 --- /dev/null +++ b/dsidev/guide/install-tads.html @@ -0,0 +1,35 @@ +--- +title: Running TADs on a retail DSi +layout: dsiware +--- +
+ +
+
+
Edit
+

How to run TADs on a retail DSi

+ +TADs are a format used to install DSiWare titles onto Nintendo DSi development units (see: TwlNmenu. The format is nearly identical to the WAD on Wii. Sadly nearly all TADs are made exclusively for developers and won't install on normal consoles... +

+Thankfully we have decryption tools! Just use these to turn your TADs into normal DSi ROMs (.nds, .srl, .dsi). +

+ +

split_tad_console.exe

+

An unofficial program but supports development, retail, and update encrypted TADs. This is made for Python v3 only!
USAGE: python decrypt_tad.py TADFILE
+

+

+ +

split_tad_console.exe

+

This is the official Nintendo tool for extracting TADs. This is make for Windows only!
USAGE: split_tad_console.exe TADFILE
+

+

+

Once your DSi ROMs have been extracted, run them in an emulator or on real hardware like nomal!

+
+
+ +
+