More actions
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
|title=Badge Arcade Tool | |title=Badge Arcade Tool | ||
|image=BadgeArcadeTool.jpg | |image=BadgeArcadeTool.jpg | ||
|description= | |description=Download and decrypt and extract the PNGs for every badge in Nintendo's Badge Arcade. | ||
|author=SciresM | |author=SciresM | ||
|lastupdated=2017/01/14 | |lastupdated=2017/01/14 | ||
|type= | |type=PC Utilities | ||
|version=2017 | |version=2017 | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/ | |download=https://dlhb.gamebrew.org/3dshomebrews/badgearcadetool.7z Source Only | ||
|website=https://gbatemp.net/threads/release-badge-arcade-tool.456468 | |website=https://gbatemp.net/threads/release-badge-arcade-tool.456468 | ||
|source=https://github.com/SciresM/BadgeArcadeTool | |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 22: | 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 | |||
[[Category:3DS homebrew applications]] | |||
[[Category:PC utilities for 3DS homebrew]] |
Revision as of 01:52, 30 March 2022
Badge Arcade Tool | |
---|---|
File:BadgeArcadeTool.jpg | |
General | |
Author | SciresM |
Type | PC Utilities |
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