More actions
(Created page with "{{Infobox Switch Homebrews |title=auto_4nxci |image=Switch-logo.png |description=Batch XCI to NSP coversion and title renamer. |author=gamefreak955 |lastupdated=2018/10/17 |type=PC Utilities |version=0.03 |license=Mixed |download=https://dlhb.gamebrew.org/switchhomebrews/auto4nxciswitch.7z |website=https://gbatemp.net/threads/auto_4nxci-batch-xci-to-nsp-coversion-and-title-renamer.521017/ |source= |donation= }} {{#seo: |title=Switch Homebrew PC Tools (PC Utilities) - Gam...") |
No edit summary |
||
Line 7: | Line 7: | ||
|type=PC Utilities | |type=PC Utilities | ||
|version=0.03 | |version=0.03 | ||
|license= | |license=FreeBSD | ||
|download=https://dlhb.gamebrew.org/switchhomebrews/ | |download=https://dlhb.gamebrew.org/switchhomebrews/auto4nxci.7z | ||
|website=https://gbatemp.net/threads/auto_4nxci-batch-xci-to-nsp-coversion-and-title-renamer.521017/ | |website=https://gbatemp.net/threads/auto_4nxci-batch-xci-to-nsp-coversion-and-title-renamer.521017/ | ||
|source= | |source=https://gbatemp.net/threads/auto_4nxci-batch-xci-to-nsp-coversion-and-title-renamer.521017/ | ||
|donation= | |donation= | ||
}} | }} | ||
Batch XCI to NSP coversion and title renamer. | Batch XCI to NSP coversion and title renamer. | ||
== | This app automates large scale xci to nsp conversion using 4nxci. | ||
'''Note:''' The author is not responsible if you get banned somehow. | |||
==Features== | |||
*It uses 4nxci. | |||
*It batch processes xci files. | |||
*It renames titles to proper names. | |||
*It moves files to your folder of choice when done. | |||
==User guide== | |||
Requirements: | |||
*Microsoft Visual C++ Redistributable for Visual Studio 2017 x64 if you don't already have it: [https://support.microsoft.com/en-ca/help/2977003/the-latest-supported-visual-c-downloads Link] | |||
*Download [https://github.com/The-4n/4NXCI/releases 4nxci]. | |||
*Place your keys.dat in the 4nxci folder. | |||
How to use: | |||
*Extract the release to 4nxci dir. | |||
*Open command prompt, cd to extracted dir, (assuming 4nxci dir). | |||
*<code>cd "C:\Switch\4nxci"</code> | |||
*<code>auto_4nxci.exe "C:\Switch\Dumps\XCI" "C:\Switch\titles\NSP" "C:\Switch\4nxci.exe"</code> | |||
*(app "Where your XCI are" "Where to put NSPs" "4nxci.exe location") | |||
Title IDs come from titles.dat. If you want more titles: | |||
*Copy source table from https://switchbrew.org/wiki/Title_list/Games. | |||
*Over titles.dat and save it as UNICODE encoding in notepad. | |||
https:// | *If titles are wrong, missing or have "demo" for no reason, fix the wiki. | ||
Naming scheme: | |||
*title -> [Name] [Regions] [Switch OS].nsp | |||
* | *01007EF00011E000 -> The Legend of Zelda™: Breath of the Wild (CHN EUR JPN KOR USA) NX_1.0.0.nsp | ||
*0100000000010000 -> Super Mario Odyssey™ (CHN EUR JPN KOR USA) NX_3.0.1.nsp | |||
*Also it supports Japaneses file names | |||
== External links == | == External links == | ||
* | * GBAtemp - https://gbatemp.net/threads/auto_4nxci-batch-xci-to-nsp-coversion-and-title-renamer.521017/ | ||
Revision as of 03:19, 7 Haziran 2023
auto_4nxci | |
---|---|
General | |
Author | gamefreak955 |
Type | PC Utilities |
Version | 0.03 |
License | FreeBSD |
Last Updated | 2018/10/17 |
Links | |
Download | |
Website | |
Source | |
Batch XCI to NSP coversion and title renamer.
This app automates large scale xci to nsp conversion using 4nxci.
Note: The author is not responsible if you get banned somehow.
Features
- It uses 4nxci.
- It batch processes xci files.
- It renames titles to proper names.
- It moves files to your folder of choice when done.
User guide
Requirements:
- Microsoft Visual C++ Redistributable for Visual Studio 2017 x64 if you don't already have it: Link
- Download 4nxci.
- Place your keys.dat in the 4nxci folder.
How to use:
- Extract the release to 4nxci dir.
- Open command prompt, cd to extracted dir, (assuming 4nxci dir).
cd "C:\Switch\4nxci"
auto_4nxci.exe "C:\Switch\Dumps\XCI" "C:\Switch\titles\NSP" "C:\Switch\4nxci.exe"
- (app "Where your XCI are" "Where to put NSPs" "4nxci.exe location")
Title IDs come from titles.dat. If you want more titles:
- Copy source table from https://switchbrew.org/wiki/Title_list/Games.
- Over titles.dat and save it as UNICODE encoding in notepad.
- If titles are wrong, missing or have "demo" for no reason, fix the wiki.
Naming scheme:
- title -> [Name] [Regions] [Switch OS].nsp
- 01007EF00011E000 -> The Legend of Zelda™: Breath of the Wild (CHN EUR JPN KOR USA) NX_1.0.0.nsp
- 0100000000010000 -> Super Mario Odyssey™ (CHN EUR JPN KOR USA) NX_3.0.1.nsp
- Also it supports Japaneses file names