Just another 3DS to CIA converter
Go to file
2016-04-22 08:54:20 +02:00
.gitignore Add 3ds-to-cia.spec 2016-04-21 21:51:08 +02:00
3ds-to-cia.py Launch make_cia with -v (useful in verbose mode) 2016-04-22 08:54:20 +02:00
3ds-to-cia.spec Add a 64-bit make_cia.exe and a Warning if you are using a 32-bit OS 2016-04-22 08:22:05 +02:00
LICENSE Initial commit 2016-04-13 19:29:14 +02:00
README.md Clarify better what a big rom is 2016-04-22 08:54:00 +02:00

3ds-to-cia

Just another 3DS to CIA converter for Linux and Windows.

Usage

Easy (precompiled version)

Just unzip the released version, put your roms in the roms directory, put the xorpads in the xorpads directory and launch 3ds-to-cia.
The script will tell you what you need to do.
The resulting CIAs will be found in cia directory.

Pro (from sources)

Install python2 with colorama, build make_cia and put it in your PATH, then just launch ./3ds-to-cia.py

Building release

You need to install python2 with pyinstaller and colorama, then:

pyinstaller 3ds-to-cia.spec

in distro directory you will find the resulting binary.

Put the binary in a folder with cia, roms and xorpads empty directories, zip it and redistribuite.

Known Bugs

Big roms (2GB+) cannot be converted (yet) on 32-bit operating systems or if you are using a 32-bit make_cia.

Credits