mirror of
https://github.com/R-YaTian/TWLMagician.git
synced 2025-06-18 11:05:36 -04:00
TWLMagician is a multipurpose tool for TWL Console (aka Nintendo DSi)
.github/workflows | ||
Darwin | ||
i18n | ||
launchers | ||
Linux | ||
py_langs@2ad3e82e63 | ||
Res | ||
rmdot_files@2418011834 | ||
Windows | ||
.gitignore | ||
.gitmodules | ||
appgen.py | ||
icon.ico | ||
LICENSE | ||
pyutils.py | ||
README.md | ||
requirements.txt | ||
setup.py | ||
TWLMagician.py |
TWLMagician
What it does:
- Allows you to browse for your NAND backup, no need to place it at the same folder.
- Shows the option to choose the output destination, which should be a (preferably empty) FAT formatted SD card or any other folder.
- Downloads the latest hiyaCFW release and decompress it.
- Autodetects the console region from the NAND dump, downloads and decrypts its v512 launcher.
- Creates the patched Launcher and bootloader.nds for the custom firmware.
- Uses your platform's twltool (binaries for Linux and MacOS included) to decrypt the NAND.
- Extracts the decrypted NAND to the chosen output destination.
- Installs the hiyaCFW and the patched files on the chosen output destination.
- (Optional) installs the latest release of TWiLightMenu++ on the chosen output destination.
NAND mode:
Clicking on the integrated circuit button will give you a NAND mode, where you can remove the No$GBA footer or add it. You can also install or uninstall unlaunch for your NAND.
Advance mode:
Clicking on the Advanced
button will give you an Advance mode, where you can only installs the latest release of TWiLightMenu++ on the chosen output destination.
Transfer mode:
Clicking on the integrated circuit button from Advance mode will give you a Transfer mode, where you can do TWLTransfer for your SDNand. This means the complete region changing will be done.
Requirements:
Windows:
- None, everything needed is included in the release archive.
Linux:
- Python 3.5 or greater with the Tk library (Run
sudo apt-get install python3-tk -y
in Ubuntu,sudo dnf install python3-tkinter
in Fedora,sudo pacman -S tk
in Arch Linux). You might need to install the Python 3 distutils package also.
macOS:
- None, everything needed is included in the release archive.
What it includes:
- 7za binaries for Windows, Linux and macOS. It's used to decompress the hiyaCFW latest release as @RocketRobz uploaded it as a 7z archive. Compiled from the kornelski's GitHub repo.
- twltool binaries for Windows, Linux and macOS. Compiled from the WinterMute's GitHub repo.
- NDS bootloader creator binaries for Linux and macOS (based off devkitPro's ndstool v1.27). Compiled from mondul's GitHub repo. For Windows the ndstool included with hiyaCFW is used.
- fatcat binaries for Windows, Linux and mxacOS. Compiled from the Gregwar's GitHub repo.
How to use it:
- Please follow the instructions on the DS-Homebrew wiki.
Thanks to:
- jerbear64, LmN and mondul for the original version.
- @RocketRobz for his hiyaCFW fork, its releases and for having the helper script on his repo.
- WB3000 for his NUS Downloader source code.
Download it from the releases page.