More actions
No edit summary |
|||
Line 18: | Line 18: | ||
==User guide== | ==User guide== | ||
===Progress=== | |||
'''Currently can install:''' | '''Currently can install:''' | ||
*.nca | *.nca | ||
Line 37: | Line 38: | ||
*Installs latest sig patches for either hekate / fusee primary users. | *Installs latest sig patches for either hekate / fusee primary users. | ||
===How to use=== | |||
The zip contains usb python script, to use it, in your terminal type <code>python usb_total.py nameofthegame.xci</code>. | |||
Then open yati on the Switch and select usb install, wait until a connection is made. | |||
==Credits== | ==Credits== |
Revision as of 07:00, 30 April 2023
YATI | |
---|---|
General | |
Author | ITotalJustice |
Type | Utilities |
Version | 2020 |
License | GPL-3.0 |
Last Updated | 2020/04/09 |
Links | |
Download | |
Website | |
Source | |
YATI (Yet Another Title Installer) is a title installer for the Nintendo Switch.
Note: This project has been abandoned.
User guide
Progress
Currently can install:
- .nca
- .nsp
- .xci
- .nsz
- .xsz
Install Protocals:
- File browser for sd card installs.
- Direct gamecard installs.
- Very basic http/https support (not grive), loads the url from
/switch/yati/http_game.txt
. - Very basic usb support. drag and drop the file you want to install onto the
usb_total.py
.
Misc:
- Auto ignores FW version.
- Split installs for all of the above (nca, nsp, xci, nsz, xsz).
- Ticket browser + option to delete selected tickets.
- Installs latest sig patches for either hekate / fusee primary users.
How to use
The zip contains usb python script, to use it, in your terminal type python usb_total.py nameofthegame.xci
.
Then open yati on the Switch and select usb install, wait until a connection is made.
Credits
- Massive thank you for the fantastic documentation over on switchbrew.
- Everyone that has contributed to libnx.
- Devkitpro for the fantastic toolchain.
- Tinfoil for the functions nca_get_string_from_id and nca_get_id_from_string as well as being a great refrence for cnmt parsing.