mirror of
https://github.com/drizzt/3ds-to-cia.git
synced 2026-03-21 18:04:49 -05:00
1.2 KiB
1.2 KiB
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
mid-kidfor the informations about the procedure3DSGuyfor make_ciancchinfo.bingeneration based onArchShiftandd0k3Decrypt9WIP's ncchinfo_gen_exh.py