More actions
No edit summary |
No edit summary |
||
Line 13: | Line 13: | ||
<youtube>VKa9pzisWAU</youtube> | <youtube>VKa9pzisWAU</youtube> | ||
==Description:== | |||
* Convert and update your 3ds/cci/cia/cxi files to | |||
* stripped, region-free, unencrypted cxi files | |||
* for usage in Citra emulator. | |||
* Doesn't work with DLCs. | |||
==Features:== | |||
* accepts 3ds, cci, cia and cxi files as input | |||
* accepts folder as input for batch operation | |||
* works with special characters in both path and file/folder names | |||
* if second input file is specified its exefs/romfs contents and exh are going to be merged into main file | |||
* accepts drag-and-drop input onto script (drag by main file when main+update selected to merge them!) | |||
* outputs cxi for use in Citra emulator | |||
* output can be plain-stripped and logo-stripped (optional via config.ini) | |||
* output can be region-free patched (optional via config.ini) | |||
* output is unencrypted | |||
==Usage:== | |||
* citra-cxi-maker <main-file> [<update-file>] | |||
* citra-cxi-maker <main-folder> | |||
* ...or drag-and-drop. | |||
==Bugs:== | |||
* caret character (^) in path/file names will break the script | |||
==Changelog:== | |||
v1.3 (2021-02-15) | |||
* added batch support | |||
* added configuration file | |||
* made region lock and logo/plain removal optional and disabled by default | |||
v1.2 (2020-06-23) | |||
- | * added support for non-root-directory input locations | ||
* added support for uppercase input file extensions | |||
* added support for special characters in path/file names | |||
v1.1 (2020-06-16) | v1.1 (2020-06-16) | ||
* added updating support | |||
v1.0 (2020-06-12) | v1.0 (2020-06-12) | ||
* initial version | |||
==Credits:== | |||
* 3dstool - dnasdw | |||
* ctrtool - neimod, 3DSGuy | |||
* xxd - Juergen Weigert |
Revision as of 05:14, 20 September 2021
Template:Infobox-3DS-Homebrews
Description:
- Convert and update your 3ds/cci/cia/cxi files to
- stripped, region-free, unencrypted cxi files
- for usage in Citra emulator.
- Doesn't work with DLCs.
Features:
- accepts 3ds, cci, cia and cxi files as input
- accepts folder as input for batch operation
- works with special characters in both path and file/folder names
- if second input file is specified its exefs/romfs contents and exh are going to be merged into main file
- accepts drag-and-drop input onto script (drag by main file when main+update selected to merge them!)
- outputs cxi for use in Citra emulator
- output can be plain-stripped and logo-stripped (optional via config.ini)
- output can be region-free patched (optional via config.ini)
- output is unencrypted
Usage:
- citra-cxi-maker <main-file> [<update-file>]
- citra-cxi-maker <main-folder>
- ...or drag-and-drop.
Bugs:
- caret character (^) in path/file names will break the script
Changelog:
v1.3 (2021-02-15)
- added batch support
- added configuration file
- made region lock and logo/plain removal optional and disabled by default
v1.2 (2020-06-23)
- added support for non-root-directory input locations
- added support for uppercase input file extensions
- added support for special characters in path/file names
v1.1 (2020-06-16)
- added updating support
v1.0 (2020-06-12)
- initial version
Credits:
- 3dstool - dnasdw
- ctrtool - neimod, 3DSGuy
- xxd - Juergen Weigert