More actions
m (Text replacement - "Infobox 3DS homebrew" to "Infobox-3DS-Homebrews") |
No edit summary |
||
(13 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox | {{Infobox 3DS Homebrews | ||
| title = Badge Arcade Tool | |title=Badge Arcade Tool | ||
| image = | |image=Badgearcadetool2.png | ||
| type = | |description=Download and decrypt and extract the PNGs for every badge in Nintendo Badge Arcade. | ||
| version = | |author=SciresM | ||
| | |lastupdated=2017/01/14 | ||
| | |type=File Operation | ||
| website = https://gbatemp.net/threads/release-badge-arcade-tool.456468 | |version=2017 | ||
|license=Mixed | |||
| source = https://github.com/SciresM/BadgeArcadeTool | |download=https://dlhb.gamebrew.org/3dshomebrews/badgearcadetool.zip Source Only | ||
|website=https://gbatemp.net/threads/release-badge-arcade-tool.456468 | |||
|source=https://github.com/SciresM/BadgeArcadeTool | |||
}} | }} | ||
This is a tool that, when run, will download and decrypt and extract the PNGs for every badge in Nintendo's Badge Arcade. | |||
This | '''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. | ||
==User guide== | |||
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 20: | Line 23: | ||
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. | 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. | ||
===Releted links=== | |||
* [https://gbatemp.net/threads/release-badge-arcade-tool.456468/post-7566256 Badge Arcade Tool fork] - Extract contents with boot9.bin to use. Does not require crypto server. | |||
* [https://gbatemp.net/threads/release-badge-arcade-tool.456468/ Arcade badges collection] - Discussion thread. | |||
==Screenshots== | |||
https://dlhb.gamebrew.org/3dshomebrews/badgearcadetool3.png | |||
==External links== | |||
* GitHub - https://github.com/SciresM/BadgeArcadeTool | |||
* GBAtemp - https://gbatemp.net/threads/release-badge-arcade-tool.456468 |
Latest revision as of 13:50, 6 July 2024
Badge Arcade Tool | |
---|---|
General | |
Author | SciresM |
Type | File Operation |
Version | 2017 |
License | Mixed |
Last Updated | 2017/01/14 |
Links | |
Source Only Download | |
Website | |
Source | |
This is a tool that, when run, will download and decrypt and extract the PNGs for every badge in Nintendo's Badge Arcade.
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.
User guide
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.
Releted links
- Badge Arcade Tool fork - Extract contents with boot9.bin to use. Does not require crypto server.
- Arcade badges collection - Discussion thread.
Screenshots