More actions
No edit summary |
No edit summary |
||
Line 38: | Line 38: | ||
===Example usage=== | ===Example usage=== | ||
<pre> | <pre> | ||
cxitool game.3dsx game. | cxitool game.3dsx game.cxi | ||
makerom -f cia -o game.cia -target t -i game.cxi:0:0 | makerom -f cia -o game.cia -target t -i game.cxi:0:0 | ||
</pre> | </pre> |
Revision as of 07:06, 2 December 2024
CxiTool | |
---|---|
General | |
Author | fincs, zoogie |
Type | PC Utilities |
Version | 20220624 |
License | Mixed |
Last Updated | 2022/06/24 |
Links | |
Download | |
Website | |
Source | |
CxiTool is a PC application that converts homebrew executables in *.3dsx format to cxi's, which are the building blocks of CIAs. Although the author, fincs, has made the source public, the app has not been publicized and was buried in a devkitpro repository.
This app can be useful in situations where a 3dsx author has not provided a CIA and has closed the source code, making it difficult to compile. It can also help to make older 3dsx homebrew more accessible to a new audience.
User guide
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.cxi makerom -f cia -o game.cia -target t -i game.cxi:0:0