More actions
No edit summary |
No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox 3DS Homebrews | {{Infobox 3DS Homebrews | ||
|title=CartInstall | |title=CartInstall | ||
|image= | |image=Cartinstall2.png | ||
|description=Convert and install 3DS cart dumped games directly to the 3DS. | |description=Convert and install 3DS cart dumped games directly to the 3DS. | ||
|author=aspargas2 | |author=aspargas2 | ||
Line 8: | Line 8: | ||
|version=1.3.0 | |version=1.3.0 | ||
|license=Mixed | |license=Mixed | ||
|download=[https://dlhb.gamebrew.org/3dshomebrews/ | |download=[https://dlhb.gamebrew.org/3dshomebrews/cartinstall_1.3.0.zip Source Only] | ||
|website=https://github.com/aspargas2/CartInstall | |website=https://github.com/aspargas2/CartInstall | ||
|source=https://github.com/aspargas2/CartInstall | |source=https://github.com/aspargas2/CartInstall | ||
Line 16: | Line 16: | ||
CartInstall is a fork of [[GodMode9 3DS|GodMode9]] for installing 3DS cartridge games to the SD. | CartInstall is a fork of [[GodMode9 3DS|GodMode9]] for installing 3DS cartridge games to the SD. | ||
'''Update 2021 | '''Update 2021:''' CartInstall is now deprecated. Please use GodMode9's builtin feature to install your cartridges. | ||
==Changelog== | ==Changelog== | ||
Line 34: | Line 34: | ||
==External links== | ==External links== | ||
* GitHub - https://github.com/aspargas2/CartInstall | * GitHub - https://github.com/aspargas2/CartInstall | ||
Latest revision as of 10:53, 22 Haziran 2024
CartInstall | |
---|---|
General | |
Author | aspargas2 |
Type | Utilities |
Version | 1.3.0 |
License | Mixed |
Last Updated | 2019/11/28 |
Links | |
[Source Only Download] | |
Website | |
Source | |
This application has been obsoleted by one or more applications that serve the same purpose, but are more stable or maintained. |
CartInstall is a fork of GodMode9 for installing 3DS cartridge games to the SD.
Update 2021: CartInstall is now deprecated. Please use GodMode9's builtin feature to install your cartridges.
Changelog
v1.3.0
- Added EmuNAND support. Really had meant to do this a while ago, and forgot.
- Fixed an alignment-related edge-case bug that would cause a crash on boot after installing in rare circumstances.
- Switched to virtual mounting of DIFF partitions - this really has no use to the end user, but it's cool behind the scenes, promise.
- Decided system update jokes were getting old.
Credits
- Everyone who contributed in any way to d0k3's GodMode9, as this is just a fork of it
- 3DBrew and all its editors, for being an essential resource in making this tool
- @BpyH64 for figuring out the CMACs on the '.cmd' files, without which this tool would not be possible
- @wwylele for reverse engineering and documenting the internal format of the 3DS's '.db' files, and for creating a tool that is able to modify those files, which was the inspiration for this tool's ability to modify those files from the arm9
- Everyone in crc on the Nintendo Homebrew Discord server who helped test this.