Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

Releases: zhaowenlan1779/threeSD

v0.5.4

29 Nov 14:50
e6d67f3
Compare
Choose a tag to compare

Changes:

  • Support for NAND save data and extdata. This means that Mii Maker will no longer report that its data is corrupted.
  • Applets are moved into a new category, 'System Applets'. They are not selected by default, as some of them are known to cause issues with certain games.
  • Bug fixes and UI improvements.

This update includes changes to the threeSDumper.

v0.5.3

28 Aug 15:17
e238015
Compare
Choose a tag to compare

Hotfix for a mysterious crash (#11)

v0.5.2

07 Aug 06:36
7c0dc35
Compare
Choose a tag to compare

Changes:

  • Improved CXI dumping. It now dumps CXIs that are perfectly identical to GodMode9.
  • Implemented CIA building. The built CIAs pass verification and are almost identical to ones built by GodMode9.

The dumper script is updated.

threeSD v0.5.1

24 Jun 09:50
e861d84
Compare
Choose a tag to compare

New: Linux and macOS builds!

These are built in the same way as Citra's builds, so they should work if you can run Citra. For linux builds you need to install Qt libraries. On Ubuntu, do sudo apt install libqt5gui5 in terminal. For macOS builds, Qt frameworks should be packed in.

Limitations: On Linux and macOS, the main dialog may be unable to detect device changes and you may need to click Refresh manually

threeSD v0.5.0 Pre-release

16 May 13:08
87603d5
Compare
Choose a tag to compare
Pre-release

This release is in preparation for an unannounced new feature in Citra!

Update: Fixed #7

Changes:

  • [new] Support for slot0x18KeyX and slot0x1BKeyX
    • These keys are necessary to run Secure3 and Secure4 encrypted games. There are very few such games and all are N3DS exclusive.
    • Currently, these keys were hacked in. In the future, we might be able to move to deriving the keys from native firm.
  • [new] Support for Dump CXI file
    • Right click on an Application in the contents list to use it. (You can't dump Updates or DLCs in this way.)
    • CIA building is expected to come soon.
  • [new] Support for additional System Titles
    • threeSDumper is updated to dump almost all titles on your NAND. Ensure at least 200MB of free space before running the dumper.
  • [new] Dumper version check. threeSD will now complain if your files were dumped with an older version of threeSDumper.
  • [improved] There are now ETAs while importing. The progress dialog is also reworked and now looks cleaner.
  • [improved] The main dialog will now display SD cards where the dumper script hasn't been run. The user will be instructed to refer to the wiki.
  • [improved] Less confusing Import Destination indicator on the main dialog.
  • [improved] The importer will now continue even if a content failed to import. Instead, a list of failed contents is shown at the end.
  • [improved] You can now extract decrypted SD Savegames with threeSD Utilities.
  • [fixed] Crashes when trying to import an invalid Save Data or Extra Data.
  • [fixed] Properly strip out debug info (the executable size is now smaller)

You need to re-run threeSDumper for this update.

Note that, this release is currently relatively untested. Please, feel free to report any bugs you encounter.

threeSD v0.4.0

18 Apr 16:31
fa7aeca
Compare
Choose a tag to compare

Changes:

  1. Fixed fastboot3ds support
  2. Added proper support for SeedDB dumping. Now it will read the two DBs and merge them, instead of simply replacing the old one. This should allow importing data from multiple 3DSes to the same Citra install
  3. Fixed UI bugs (thanks to Qt weirdty)
  4. Added an import destination indicator in the main dialog

threeSD v0.3.0

22 Jan 03:33
b2c63e8
Compare
Choose a tag to compare
threeSD v0.3.0 Pre-release
Pre-release

Happy Chinese new year everyone! (though a few days in advance)

This release mainly features UI improvements.

  1. The main dialog is simplified to a list of auto-detected configurations, plus manual browsing.
    • You can now simply browse and select a SD card root folder, and threeSD will handle everything for you.
    • The old way of customization (specifying every field) is now unsupported.
  2. Introducing threeSD Utilities, including tools for SD decryption, SD savegame and extdata extraction, and shared RomFS extraction (for system archives). You can access these tools by clicking Utilities... in the main dialog.
    • Some tools require a few system files to be provided for generating the keys.
  3. The contents selection dialog is updated:
    • Title icons are now displayed.
    • Encryption type is now displayed for titles (applications, updates and DLCs).
    • There are now icons for categories and unknown contents.
    • In Group View, title names and icons are now displayed for Save Data and Extra Data groups.

The dumper script is not changed.

threeSD v0.2.2

01 Jan 13:36
48c7c3d
Compare
Choose a tag to compare
threeSD v0.2.2 Pre-release
Pre-release

Happy new year!

This is a quick fix release for users seeing 'build failed' when executing the script. I suppose that this may be caused by users not having a seed in their system, but the exact reason is still unknown.

Only the dumper script is changed in this release. More features are expected to come in 2020, hopefully...

threeSD v0.2.1

13 Nov 12:40
cd5eccd
Compare
Choose a tag to compare
threeSD v0.2.1 Pre-release
Pre-release

Bugs fixed:

  1. Config savegame and system archives pathes can now be configured
  2. DLCs not imported correctly
  3. Progress not reported correctly in certain cases

This was actually finished long ago, sorry I forgot to release this version before adding this to the Citra wikis... As always, a mingw static windows build is attached.

There's no need to re-run the threeSDumper script for this update.

threeSD v0.2.0

02 Oct 15:21
5cbe693
Compare
Choose a tag to compare
threeSD v0.2.0 Pre-release
Pre-release

Changes:

  1. Progress bar can now properly report progress for each content.
  2. Game names (titles) are now displayed.
  3. Brand new Title View (selected by default) which organizes contents by application.
  4. Added system archives support
  5. Added config savegame support

A MinGW static build is attached.