More actions
No edit summary |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox Switch Homebrews | {{Infobox Switch Homebrews | ||
|title=YATI | |title=YATI | ||
|image= | |image=yatinx.png | ||
|description=WIP title installer for the Nintendo Switch (abandoned). | |description=WIP title installer for the Nintendo Switch (abandoned). | ||
|author=ITotalJustice | |author=ITotalJustice | ||
Line 18: | Line 18: | ||
==User guide== | ==User guide== | ||
Currently can install: | ===Progress=== | ||
'''Currently can install:''' | |||
*.nca | *.nca | ||
*.nsp | *.nsp | ||
Line 25: | Line 26: | ||
*.xsz | *.xsz | ||
Install Protocals: | '''Install Protocals:''' | ||
*File browser for sd card installs. | *File browser for sd card installs. | ||
*Direct gamecard installs. | *Direct gamecard installs. | ||
Line 31: | Line 32: | ||
*Very basic usb support. drag and drop the file you want to install onto the <code>usb_total.py</code>. | *Very basic usb support. drag and drop the file you want to install onto the <code>usb_total.py</code>. | ||
Misc: | '''Misc:''' | ||
*Auto ignores FW version. | *Auto ignores FW version. | ||
*Split installs for all of the above (nca, nsp, xci, nsz, xsz). | *Split installs for all of the above (nca, nsp, xci, nsz, xsz). | ||
*Ticket browser + option to delete selected tickets | *Ticket browser + option to delete selected tickets. | ||
*Installs latest sig patches for either hekate / fusee primary users. | *Installs latest sig patches for either hekate / fusee primary users. | ||
How to use | ===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== |
Latest revision as of 11:43, 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.