

- #3ds to cia converter for mac install
- #3ds to cia converter for mac archive
- #3ds to cia converter for mac code
Makerom -o rebuild.cxi -rsf rebuild.rsf -target t -code rebuild/code.bin -exheader rebuild/exheader.bin -icon rebuild/icon.bin -banner rebuild/banner.bin -romfs rebuild/romfs.bin Makerom supports building a NCCH file and including it automatically (as index 0) into a NCCH container:Ĭreate CCI and CXI at the same time and include a CFA makerom -f cci -o i -rsf sample.rsf -target t -elf sample.elf -icon sample.icn -banner sample.bnr -desc app:4 -i sample.cfa:1Ĭreate CIA and CXI at the same time and include a CFA makerom -f cia -o sample.cia -rsf sample.rsf -target t -elf sample.elf -icon sample.icn -banner sample.bnr -desc app:4 -i sample.cfa:1:1

Use a random title key to encrypt CIA content.Ĭreate CXI makerom -o sample.cxi -rsf sample.rsf -target t -elf sample.elf -icon sample.icn -banner sample.bnr -desc app:4Ĭreate CFA makerom -o sample.cfa -rsf sample.rsf -target tĬreate CCI makerom -f cci -o i -target t -i sample.cxi:0 -i sample.cfa:1Ĭreate CIA makerom -f cia -o sample.cia -target t -i sample.cxi:0:0 -i sample.cfa:1:1 Specify this flag when building a DLC CIA. This cannot be used with "-major" or "-minor". Specify the data-title version for the title. If isn't specified, it will be generated randomly. Include a built NCCH file in the CIA container. =Any value between 0x0-0xFFFFFFFF (inclusive) =Any value between 0x0-0xFFFF (inclusive). "-i" can be used instead of "-content".ĭon't modify the TitleIds of NCCH files included to match NCCH0Īlign the offset for the Card2 writable region to the end of the last NCCH in the CCI. Include a built NCCH file in the CCI container.
#3ds to cia converter for mac code
Specify decompressed/plaintext exefs code binary.

A template shouldn't be used if the title needs "special" permissions, the RSF must be configured fully. A value from 1-7 can be used in place of 'kernel version minor'. These are hard-coded, so not all firmwares have a template. Overrides the default common key used to encrypt CIA title keys. p=retail(unusable), suitable for signing retail software? d=devkit(incomplete), suitable for devkits.

This affects encryption, signing and '-desc' template availability. This is used to substitute where "$()" exists in the RSF files with "". Specify the path to Rom Specification File(RSF). Makerom will decided a name if this is not specified. 'ncch'/'cxi'/'cfa' has no affect, probably parsed without error for legacy support. The number of DLC data archives in DLC varies for each DLC. Installing custom CIA files on a 3DS which also uses eShop/SysUpdates is unwise as conflicts will likely occur.Īpplications (Application/DlpChild/Demo/Patch/SystemApplication): CIA files also contain signed data used by the 3DS for general title management and DRM. CIA files are limited to containing 65535 NCCH files and can be used to contain NCCH files for any title type.
#3ds to cia converter for mac install
The native format for packaging NCCH files for install is CIA, which is also a NCCH container format. CCI files are limited to containing 8 NCCH files, and can contain NCCH files for applications titles only. The native format for gamecard images is CCI and is a NCCH container format.
#3ds to cia converter for mac archive
