Releases: zhaowenlan1779/threeSD
v0.5.4
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
v0.5.2
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
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
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.
- Please make sure you are using the latest version of GodMode9, as this feature depends on new scripting commands introduced recently.
- [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
Changes:
- Fixed fastboot3ds support
- 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
- Fixed UI bugs (thanks to Qt weirdty)
- Added an import destination indicator in the main dialog
threeSD v0.3.0
Happy Chinese new year everyone! (though a few days in advance)
This release mainly features UI improvements.
- 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.
- 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.
- 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 forSave Data
andExtra Data
groups.
The dumper script is not changed.
threeSD v0.2.2
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
Bugs fixed:
- Config savegame and system archives pathes can now be configured
- DLCs not imported correctly
- 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
Changes:
- Progress bar can now properly report progress for each content.
- Game names (titles) are now displayed.
- Brand new
Title View
(selected by default) which organizes contents by application. - Added system archives support
- Added config savegame support
A MinGW static build is attached.