• Hey, guest user. Hope you're enjoying GameParadise! Have you considered registering for an account? Come join us and add your take to the daily discourse.

Homebrew cxitool -- convert 3dsx to cia directly

 
 

admin

Chad
Staff member
85%
What is this:
cxitool is a useful PC app that converts *.3dsx homebrew executables directly to cxi's, which are the building blocks of the CIAs that all you pirates know and love. This app was released a few months ago, but is was buried in a devkitpro repo so it has largely gone unnoticed. The author, fincs, has chosen not to publicize it for whatever reason, even though the source is public. I assume it will be a part of a devkipro update sometime in the future, but that seems like forever given there has not been an official update since January.

This can be very useful for instances where the 3dsx author has chosen not to provide a cia, and has the source code closed (or too difficult to compile). A lot of older 3dsx homebrew has suffered this fate and this app could be of great benefit to making them more accessible to a new audience.

Instructions:
Usage: cxitool [options] input.3dsx output.cxi
Options:
-n, --name=<value> Specifies the process name of the application
-c, --code=<value> Specifies the product code of the application
-t, --tid=<value> Specifies the title ID of the application
-s, --settings=<file> Specifies the settings file
-b, --banner=<file> Specifies the banner file to embed in the CXI
-v, --version Displays version information
-?, --help Displays this text

Example usage:
cxitool game.3dsx game.cia
makerom -f cia -o game.cia -target t -i game.cxi:0:0

Source:
https://github.com/devkitPro/3dstools/tree/cxi-stuff

Download notes:
I have attached a windows build for your convenience. It has been verified:

Filename | sha256

cxitool.exe | 08e2d0e8a853171d344b0c4feb0854c841fe197fb4f6dfcdde679917c15ae607
https://www.virustotal.com/en/file/...b4f6dfcdde679917c15ae607/analysis/1473556082/

cxitool.exe (2017-7-7) | aa6502c3adfc3e59605a791feb1921f8ecfecaa39b6275d968c899bea4425696
https://www.virustotal.com/en/file/...9b6275d968c899bea4425696/analysis/1499478503/

cxitool.exe (2022-6-24) | sha256 in link
https://www.virustotal.com/gui/file...78c8b99f488c04a89933061222861865f81329e95cbe/
 

Attachments

  • cxitool_2022-6-24.zip
    cxitool_2022-6-24.zip
    2.5 MB · Views: 20
  • cxitool_2017-7-7.zip
    cxitool_2017-7-7.zip
    482.3 KB · Views: 13
  • cxitool.zip
    cxitool.zip
    370.4 KB · Views: 19
 

Recent Content

Newest Downloads

Tutorials

Back
Top