Releases: ihaveamac/3dsconv
Releases · ihaveamac/3dsconv
3dsconv 2.14
This should have been out a few days ago but I forgot....
- Fix
ncchinfo.bin
generation (wrong variable used)
make_cia 64-bit builds can be found here: https://github.com/ihaveamac/ctr_toolkit/releases
3dsconv 2.13
- Fix: close Manual/Download Play child container before deleting (only seemed to be an issue on Windows)
- Fix: output folder not being created (?)
- Temporary work directory can be changed (variable
workdir
) - make_cia more verbose if
--verbose
is used - Cleanup (tabs to spaces, re-organize code order, etc.)
make_cia 64-bit builds can be found here: https://github.com/ihaveamac/ctr_toolkit/releases
3dsconv 2.12
- Wildcard support for Windows (because the command prompt doesn't support it for some reason)
- Properly close rom in case ExHeader hash check fails
3dsconv 2.11
- Fix
ncchinfo.bin
generation (generating a bad "Counter")
3dsconv 2.1
- 3dstool is no longer used, only make_cia is required now
- New:
--overwrite
- overwrite any existing converted CIA, if it exists - New:
--gen-ncchinfo
- generatencchinfo.bin
for roms that don't have a valid xorpadncchinfo_gen_exheader.py
is no longer included
- New:
--gen-ncch-all
- use with--gen-ncchinfo
to generate anncchinfo.bin
for all roms - New:
--noconvert
- don't convert roms, useful if you just want to generatencchinfo.bin
- Fix converting decrypted roms with both Manual and Download Play child container
- Various other changes
3dsconv 2.0
Initial release. See the README and script output for details.
See this Gist for pre-2.0 versions.
3dsconv 2.01
- Fixes potential hanging trying to check if a command exists
- Fixes converting a .3ds to a .cia if the .cia already exists on Windows