More actions
No edit summary |
|||
Line 18: | Line 18: | ||
==User guide== | ==User guide== | ||
Currently can install: | '''Currently can install:''' | ||
*.nca | *.nca | ||
*.nsp | *.nsp | ||
Line 25: | Line 25: | ||
*.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 31: | ||
*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>. | *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. | *Then open yati on the Switch and select usb install, wait until a connection is made. |
Revision as of 06:57, 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
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.