Advanced usage - gabrielfvale/scrappy GitHub Wiki
Importing your custom resources is supported by Scrappy, but you have to follow a specific process in order to get it working:
Note
This is a quick guide. For full reference, please refer to the Skyscraper documentation.
- Name your resource with the exact base name of the ROM you wish to connect it to. Example:
Goodboy Galaxy.gba
will import images with a filename ofGoodboy Galaxy.png
or other supported image formats. - Create a folder for your platform in
/mnt/mmc/MUOS/application/Scrappy/.scrappy/static/.skyscraper/import
. If you're importing GBA resources, this is the result path:/mnt/mmc/MUOS/application/Scrappy/.scrappy/static/.skyscraper/import/gba
. You can check the supported platforms here. - Place all of your images in the path you've just created, in their corresponding folders:
screenshots
,covers
andwheels
- Run the "Custom import" task in Advanced Tools.
- Restart Scrappy for changes to take effect.
Note
Scrappy only supports importing files that are organized in platform folders.
Important
Scrappy/Skyscraper will only import resources that match your ROM files. If you add resources that don't match any ROMs, they will be ignored. Your platforms also need to be properly configured in config.ini
.
TLDR
- Add resources to
/mnt/mmc/MUOS/application/Scrappy/.scrappy/static/.skyscraper/import/<platform>/
+screenshots
,covers
andwheels
- Name them to exactly match your ROMs
- Run "Custom import" and restart Scrappy.