Skip to content

Releases: ihaveamac/3dsconv

3dsconv 2.14

12 May 20:18
Compare
Choose a tag to compare

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

28 Apr 07:06
Compare
Choose a tag to compare
  • 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

22 Apr 02:11
Compare
Choose a tag to compare
  • 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

20 Apr 01:22
Compare
Choose a tag to compare
  • Fix ncchinfo.bin generation (generating a bad "Counter")

3dsconv 2.1

19 Apr 05:43
Compare
Choose a tag to compare
  • 3dstool is no longer used, only make_cia is required now
  • New: --overwrite - overwrite any existing converted CIA, if it exists
  • New: --gen-ncchinfo - generate ncchinfo.bin for roms that don't have a valid xorpad
    • ncchinfo_gen_exheader.py is no longer included
  • New: --gen-ncch-all - use with --gen-ncchinfo to generate an ncchinfo.bin for all roms
  • New: --noconvert - don't convert roms, useful if you just want to generate ncchinfo.bin
  • Fix converting decrypted roms with both Manual and Download Play child container
  • Various other changes

3dsconv 2.0

15 Apr 20:31
Compare
Choose a tag to compare

Initial release. See the README and script output for details.

See this Gist for pre-2.0 versions.

3dsconv 2.01

15 Apr 21:24
Compare
Choose a tag to compare
  • Fixes potential hanging trying to check if a command exists
  • Fixes converting a .3ds to a .cia if the .cia already exists on Windows