Inspired by and forked from garlic-onion-skraper-mix by EBZero!
It has come to my attention that Anbernic's OS contains components that have been used without permission from, or attribution to, the creators and developers. That being said I very strongly urge you to consider alternatives such as this great project which is built from FunKey OS and made for the Nano. By switching, you will gain many benefits such as:
- better user experience (no more forced boot into the clock)
- 60 FPS performance
- removal of sceen tearing issues
- better battery usage and overall performance
- rich ecosystem of apps and games
- welcoming community providing their expertise and time
- Plus much more
If you've ever tried to generate media for your game collection on the RG Nano, you may have been shocked when you saw the results. This pretty much summs up the experience:
Use this mix to generate media (example below) for your RG Nano. The game logos are scaled so they are easier to read and overlayed on a screen-shot. Generally works well for most of the themes included with the device.
Here is some sample output created by the RG Nano Skraper Mix:
Generally, you want to follow the excellent instructions created by EB Zero and simply select the RG Nano XML template rather than the one made for Garlic/Onion devices.
Here is what's different from the original instructions. This all on the Media tab:
- Output folder should be set to
%ROMROOTFOLDER%
. - Gamelist Link should be set to No Link. Store one media per game/rom.
A sample of the above settings is as shown:
Note: This stage is completely optional. It will reduce the file size and should be (in theory) slightly more efficient on the limited hardware provided. Once again, this is optional and comes down to personal preference.
The **PowerShell script creates JPG images from Skraper's PNG images. There is functinoality built-in to optionally purge the PNG files as after each successful JPG creation.
- Open a Terminal at the location of the provided PowerShell script.
- Call the script as shown below in Example 1 substituting "
E:\
" with the correct drive as according to your system.- Alternatively, provide the directory containing the scraped systems.
- If you do not know the correct drive, open File Explorer and check This PC for the correct drive.
Creates JPGs from the PNG files. No cleanup is performed:
.\New-JpgsFromSkraper.ps1 "E:\"
Note: The "E:" could be different depending on your system configuration. Please double check to avoid issues.
Creates JPGs from the PNG files. Cleans up by deleting PNGs successfully converted to JPG through the optional $true
argument :
.\New-JpgsFromSkraper.ps1 "E:\" $true
Note: The "E:" could be different depending on your system configuration. Please double check to avoid issues.
After running the script, your RG Nano / micro SD card can be safely ejected and removed and placed back into device.
Below are screenshots taken from each of the 11 themes provided by Anbernic:
Classic | Fusion | Flat | TFT |
Marblewave | Nebula | Neon | Pixxel |
RetroRoomCovers | Sweetch | Anbernic | Bonus Kitty |
Here is what it should like when it's all said and done:
HUGE thanks to ebzero for the original garlic-onion-skraper-mix. It was viewing his work that inspired the transformation for the RG Nano! Consider giving a high-five, buying a coffee, or simply giving a shout out for making the code available for all to the benefit all. Also a huge shout out goes to DynaMight for meticulously optimizing and enhancing the image dimensions and coposition of the elements. Thanks to DrUm78 for his awesome distrobution made for RG Nanos. Thank you to the FunKey OS Project who have been nothing but helpful and welcoming. Thanks to the theme developers for providing the user experience. Finally thanks to the whole community for being inclusive, collaberative, and just awesome in general.