Twilight Boxart
A boxart downloader written in C#. Uses various sources and scan methods to determine the correct boxart.
Written for TwilightMenu++ but can be used for other loader UI's with some config changes.
Supported boxart types
System | Matching (in order) |
---|---|
Nintendo - Game Boy | (sha1 / filename) |
Nintendo - Game Boy Color | (sha1 / filename) |
Nintendo - Game Boy Advance | (sha1 / filename) |
Nintendo - Nintendo DS | (titleid / sha1 / filename) |
Nintendo - Nintendo DSi | (titleid / sha1 / filename) |
Nintendo - Nintendo DSi (DSiWare) | (titleid / sha1 / filename) |
Nintendo - Nintendo Entertainment System | (sha1 / filename) |
Nintendo - Super Nintendo Entertainment System | (sha1 / filename) |
Nintendo - Family Computer Disk System | (sha1 / filename) |
Sega - Mega Drive - Genesis | (sha1 / filename) |
Sega - Master System - Mark III | (sha1 / filename) |
Sega - Game Gear | (sha1 / filename) |
Boxart sources
- GameTDB using titleid matching.
- LibRetro using NoIntro sha1 matching or simply filename matching. LibRetro DAT is currently added as extra NES sha1 source.
Download
Here.
Is there a 3DS version?
I have created a modified version of TwilightMenu-Updater which supports all boxart types. It has the same features as TwilightBoxart. Download here
To-do
- Add support for more consoles. (redump.org as disc source)
- Prefilled config support for different loaders. (RetroArch, Wii etc.)