More actions
(Created page with "{{Infobox 3DS homebrew | title = Badge Arcade Tool | image = https://dlhb.gamebrew.org/3dshomebrew/BadgeArcadeTool.jpg|250px | type = Hack Utilities | version = | licence = Mi...") |
No edit summary |
||
Line 7: | Line 7: | ||
| author = SciresM | | author = SciresM | ||
| website = https://gbatemp.net/threads/release-badge-arcade-tool.456468/ | | website = https://gbatemp.net/threads/release-badge-arcade-tool.456468/ | ||
| download = https://dlhb.gamebrew.org/3dshomebrew/BadgeArcadeTool. | | download = https://dlhb.gamebrew.org/3dshomebrew/BadgeArcadeTool.7z | ||
| source = https:// | | source = https://github.com/SciresM/BadgeArcadeTool | ||
}} | }} | ||
<youtube>pyXblwEq-WA</youtube> | <youtube>pyXblwEq-WA</youtube> | ||
This is a tool that, when run, will download and decrypt and extract the PNGs for every badge in Nintendo's Badge Arcade. | This is a tool that, when run, will download and decrypt and extract the PNGs for every badge in Nintendo's Badge Arcade. | ||
Note: Decryption requires you to be running a copy of [ | Note: Decryption requires you to be running a copy of [[3DS Crypto Server]] on a 3ds on your local network, and for you to edit the TryDecryptBOSS function in NetworkUtils.cs to point at that 3ds. Decryption cannot avoid networking through a 3DS without the BOSS key from bootrom, which has not been publically dumped. | ||
The first time this is run, it will generate a ~3 MB log file as it extracts every badge ever added to the arcade. | The first time this is run, it will generate a ~3 MB log file as it extracts every badge ever added to the arcade. | ||
Line 34: | Line 23: | ||
'''Note''': This tool has a lot of setup requirements, and as such <span style="text-decoration: underline">it's only really reasonable to expect devs to be able to make use of it</span>. | '''Note''': This tool has a lot of setup requirements, and as such <span style="text-decoration: underline">it's only really reasonable to expect devs to be able to make use of it</span>. | ||
Revision as of 12:09, 3 September 2021
This is a tool that, when run, will download and decrypt and extract the PNGs for every badge in Nintendo's Badge Arcade.
Note: Decryption requires you to be running a copy of 3DS Crypto Server on a 3ds on your local network, and for you to edit the TryDecryptBOSS function in NetworkUtils.cs to point at that 3ds. Decryption cannot avoid networking through a 3DS without the BOSS key from bootrom, which has not been publically dumped.
The first time this is run, it will generate a ~3 MB log file as it extracts every badge ever added to the arcade.
On future runs, it will only download/decrypt if there are new badges you haven't already downloaded, and will only log the new ones.
Source is available on my github.
Note: This tool has a lot of setup requirements, and as such it's only really reasonable to expect devs to be able to make use of it.