More actions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{Infobox 3DS Homebrews | {{Infobox 3DS Homebrews | ||
|title= | |title=ctrtool | ||
|image=ProjectCTR.jpg | |image=ProjectCTR.jpg | ||
|description=ctrtool | |description=ctrtool and makerom. | ||
|author=3DSGuy | |author=3DSGuy | ||
|lastupdated= | |lastupdated=2022/03/15 | ||
|type=PC Utilities | |type=PC Utilities | ||
|version=0. | |version=ctrtool 1.0.1 & makerom 0.18 | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/ | |download=https://dlhb.gamebrew.org/3dshomebrews/projectctr.7z | ||
|website=https://github.com/3DSGuy/Project_CTR | |website=https://github.com/3DSGuy/Project_CTR | ||
|source=https://github.com/3DSGuy/Project_CTR | |source=https://github.com/3DSGuy/Project_CTR | ||
}} | }} | ||
*ctrtool - | Project CTR contains two homebrews that allows you to extract and rebuild 3DS files: | ||
*makerom - creates CTR cxi/cfa/cci/cia files. | * ctrtool - A general purpose reading/extraction tool for Nintendo 3DS file formats. Updated version of neimod's ctrtool. | ||
* makerom - creates CTR cxi/cfa/cci/cia files. You can learn more about it [https://3dbrew.org/wiki/Makerom here]. | |||
== | ==User guide== | ||
CTRTools Supported File Formats: | |||
* ExeFs (.exefs). | |||
* RomFs (.romfs) (and RomFS wrapped in IVFC). | |||
* NCCH Format Variants: | |||
** CTR Executable Image (.cxi). | |||
** CTR File Archive (.cfa). | |||
** CIP (.cip) (These are the processes bundled with the kernel image). | |||
* NCCH ExtendedHeader (.exhdr). | |||
* CTR Importable Archive (.cia). | |||
* NCSD Format Variants: | |||
** CTR Card Image (.cci/.3ds/.3dz). | |||
** CTR System Update (.csu). | |||
* ES TitleMetaData (.tmd). | |||
* ES eTicket (.tik). | |||
* Firmware Images (.firm). | |||
* CRR (.crr). | |||
==Screenshots== | |||
https://dlhb.gamebrew.org/3dshomebrews/projectctr3.png | |||
https://dlhb.gamebrew.org/3dshomebrews/projectctr4.png | |||
==Changelog== | |||
'''CTRTool v1.0.1''' | |||
* [BugFix] Fixed bug where common-key 04 & 05 weren't initialised correctly. | |||
'''MakeROM v0.18''' | |||
* Add support for custom decrypted TitleKey by @xprism1 in [https://github.com/3DSGuy/Project_CTR/pull/100 #100]. | |||
* build_master: Improvements by @Margen67 in [https://github.com/3DSGuy/Project_CTR/pull/101 #101]. | |||
[https://github.com/3DSGuy/Project_CTR/releases Release notes.] | |||
==External links== | |||
* GitHub - https://github.com/3DSGuy/Project_CTR | |||
[[Category:3DS homebrew applications]] | |||
[[Category:PC utilities for 3DS homebrew]] |
Revision as of 05:03, 18 March 2022
ctrtool | |
---|---|
File:ProjectCTR.jpg | |
General | |
Author | 3DSGuy |
Type | PC Utilities |
Version | ctrtool 1.0.1 & makerom 0.18 |
License | Mixed |
Last Updated | 2022/03/15 |
Links | |
Download | |
Website | |
Source | |
Project CTR contains two homebrews that allows you to extract and rebuild 3DS files:
- ctrtool - A general purpose reading/extraction tool for Nintendo 3DS file formats. Updated version of neimod's ctrtool.
- makerom - creates CTR cxi/cfa/cci/cia files. You can learn more about it here.
User guide
CTRTools Supported File Formats:
- ExeFs (.exefs).
- RomFs (.romfs) (and RomFS wrapped in IVFC).
- NCCH Format Variants:
- CTR Executable Image (.cxi).
- CTR File Archive (.cfa).
- CIP (.cip) (These are the processes bundled with the kernel image).
- NCCH ExtendedHeader (.exhdr).
- CTR Importable Archive (.cia).
- NCSD Format Variants:
- CTR Card Image (.cci/.3ds/.3dz).
- CTR System Update (.csu).
- ES TitleMetaData (.tmd).
- ES eTicket (.tik).
- Firmware Images (.firm).
- CRR (.crr).
Screenshots
Changelog
CTRTool v1.0.1
- [BugFix] Fixed bug where common-key 04 & 05 weren't initialised correctly.
MakeROM v0.18