More actions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{Infobox-3DS-Homebrews | {{Infobox-3DS-Homebrews | ||
| title = TIKdevil | | title = TIKdevil | ||
| image = https://dlhb.gamebrew.org/3dshomebrew/tikdevilbanner.png | |||
| type = System Tools | | type = System Tools | ||
| version=v0.2 | | version=v0.2 | ||
| lastupdated = 2016/05/01 | | lastupdated = 2016/05/01 | ||
| licence = | | licence = GPL | ||
| author = Kyraminol | | author = Kyraminol | ||
| website = https://github.com/Kyraminol/TIKdevil | | website = https://github.com/Kyraminol/TIKdevil | ||
Line 11: | Line 12: | ||
}} | }} | ||
<youtube>KsSL6KtSyC8</youtube> | <youtube>KsSL6KtSyC8</youtube> | ||
==TIKdevil== | |||
Fastest batch TIKs (eShop TIcKets) maker and installer on the planet, right on your 3DS! | Fastest batch TIKs (eShop TIcKets) maker and installer on the planet, right on your 3DS! | ||
== Features == | |||
==Features== | |||
* Doesn't anymore rely on encTitleKeys.bin nor any files, direct table parse from that title key site; | * Doesn't anymore rely on encTitleKeys.bin nor any files, direct table parse from that title key site; | ||
* | * Complete revamp, 1 click take-them-all in less than 5 minutes; | ||
* | * Reads already installed tickets and only generates missing ones; | ||
* | * Direct installs generated tickets! | ||
* Removes temp files, leaving only table for local storage. | * Removes temp files, leaving only table for local storage. | ||
==Soon== | |||
* Region filtering; | * Region filtering; | ||
* Separate menu items for single things; | * Separate menu items for single things; | ||
* QR to CIA for quick installing and updating TIKdevil; | * QR to CIA for quick installing and updating TIKdevil; | ||
* | * eShop redirection; | ||
* More speeding and stuff | * More speeding and stuff | ||
== Building == | |||
TIKdevil depends on | ==Building== | ||
== Credits == | |||
Thanks to cearp and Drakia for CIAngel! Many thanks for machinamentum and FirmwareDownloader! Thanks to make_cdn_cia! License is GPL to comply with the usage of make_cdn_cia code. | TIKdevil depends on libctru and a git submodule that will need to be fetched. | ||
When initially fetching the project, the easiest way to get the code and submodules for building is the following: | |||
<code>git clone --recursive https://github.com/Kyraminol/TIKdevil.git</code> | |||
If you have already checked out the code without the submodules, you can run the following command in the project directory to fetch the submodule data: | |||
<code>git submodule update --init --recursive</code> | |||
==Credits== | |||
* Thanks to cearp and Drakia for CIAngel! Many thanks for machinamentum and FirmwareDownloader! | |||
* Thanks to make_cdn_cia! License is GPL to comply with the usage of make_cdn_cia code. |
Revision as of 13:27, 17 September 2021
Template:Infobox-3DS-Homebrews
TIKdevil
Fastest batch TIKs (eShop TIcKets) maker and installer on the planet, right on your 3DS!
Features
- Doesn't anymore rely on encTitleKeys.bin nor any files, direct table parse from that title key site;
- Complete revamp, 1 click take-them-all in less than 5 minutes;
- Reads already installed tickets and only generates missing ones;
- Direct installs generated tickets!
- Removes temp files, leaving only table for local storage.
Soon
- Region filtering;
- Separate menu items for single things;
- QR to CIA for quick installing and updating TIKdevil;
- eShop redirection;
- More speeding and stuff
Building
TIKdevil depends on libctru and a git submodule that will need to be fetched.
When initially fetching the project, the easiest way to get the code and submodules for building is the following:
git clone --recursive https://github.com/Kyraminol/TIKdevil.git
If you have already checked out the code without the submodules, you can run the following command in the project directory to fetch the submodule data:
git submodule update --init --recursive
Credits
- Thanks to cearp and Drakia for CIAngel! Many thanks for machinamentum and FirmwareDownloader!
- Thanks to make_cdn_cia! License is GPL to comply with the usage of make_cdn_cia code.