Update tad_ds-homebrew.html

This commit is contained in:
Ian Skinner 2022-12-22 11:34:17 -05:00 committed by GitHub
parent e6a9410f63
commit 3542892586
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -309,7 +309,7 @@ body {
<div class="container">
<div class="imageOne image">
<img src="https://ianskinner1982.github.io/assets/dsi/widebarnoprompt_u.png" style="width:96vw;">
<img src="https://ianskinner1982.github.io/assets/dsi/widepromptnobar.png" style="width:96vw;height:50vw;">
<img src="https://ianskinner1982.github.io/assets/dsi/widepromptnobar.png" style="width:96vw;height:52vw;">
<img src="https://ianskinner1982.github.io/assets/dsi/widebarnoprompt_d.png" style="width:96vw;">
</div>
<div class="othertext" style="width:93.5vw;">
@ -324,7 +324,7 @@ The only way to install a TAD directly is to use a developer DSi, real or emulat
<h2>How can I safely run a TAD?</h2>
To run a TAD on retail hardware, you have to decrypt it and extract the SRL. You can use <a href="https://ianskinner1982.github.io/assets/dsi/decrypt_tad.py">this</a> python script to do so.<br>Usage is <code>python3 decrypt_tad.py [path to file].tad</code><br>
<br>Rename the SRL to NDS, and it should work in emulators or on real hardware.
<h2>How do I made a TAD?</h2>
<h2>How do I make a TAD?</h2>
TAD files can be created with the command line tool <code>maketad.exe</code>, from the TwlSDK ( <code>TwlSDK/tools/bin/maketad.exe</code>). Only apps that are installed to the <code>00030004</code> (DSiWare) folder are able to be converted to the TAD format.<br><!--Note: makesrl.exe cannot be used to convert TADs back to SRL. This instead packages the TAD into and SRL-->
</div>