GBZ 3.5" Theme
-
I'm slowly filling out all of the systems for the arcade cab folks who might have more powerful systems under the hood... Added Gamecube, Saturn, SuperGrafx, and Wonderswan Color.
-
A few more systems added to the mix, along with a few visual tweaks on some of the system logos.
Added Apple II, PS2, Wii, and Xbox.
-
@RxBrad Evening sir! Somewhat off topic, but I have been trying to find a way to contact you regarding your themes. First off, love em, thanks for all the work you put in on em. After utilizing your dark theme on my pi build I spent some time converting it to run on the Pegasus frontend for android. My newest endeavor was getting it to run on the rg350 handheld, which I did, by utilizing your files from the dark theme uploaded on github on 7/24/17. Works flawlessly, the system bar is white instead of black, not sure if that's how the theme was then though. I wanted to check to see if it was ok sharing this info and associated screenshots with proper credit and links to your gh with the rg350 guys. Thanks again, Matt
-
By all means, share away. :)
Regarding the carousel being white instead of black, I actually themed the carousel to be black on the July 21, 2017 release. So, it should be themed using files from 7/24/17 (3 days later).
Unfortunately, I suspect that means that whatever branch of ES that the RG350 version uses didn't implement the carousel theming that Retropie added around that timeframe.
Here's the relevant part of the code that themed it at that time (in gbz35.xml):
<feature supported="carousel"> <view name="system"> <carousel name="systemcarousel"> <color>000000aa</color> </carousel> <text name="systemInfo"> <backgroundColor>11111199</backgroundColor> <color>FFFFFF</color> <fontPath>./_inc/fonts/RobotoCondensed-Regular.ttf</fontPath> <fontSize>0.045</fontSize> </text> </view> </feature>
Which has since been tweaked to:
<feature supported="carousel"> <view name="system"> <carousel name="systemcarousel"> <color>000000cc</color> <logoSize>0.22 0.115</logoSize> <logoScale>1.7</logoScale> </carousel> <text name="systemInfo"> <backgroundColor>11111199</backgroundColor> <color>FFFFFF</color> <fontPath>./_inc/fonts/RobotoCondensed-Regular.ttf</fontPath> <fontSize>0.05</fontSize> </text> </view> </feature>
Also, I'm in the RG350 Discord (and rarely the RG350 Dingoonity forum) if you need to contact me in either of those places.
-
@RxBrad thanks for the quick response. I am not on any of the various social media platforms, i mainly stick to forum types. I am gonna throw this up on the dingoonity board. I experimented a little and came to a similar conclusion, the es used is not the most current, i think that is why alot of the themes either don't work or have issues. I preferred the darker overall tones on the gbz35 dark theme, the carousel being white was not a deal breaker, still looks awesome.
-
@RxBrad this looks fantastic on my Retroflag GPi case! Any chance of adding a Pokemon Mini theme to the mix?
-
@celly
Sure thing! I just added it now for both gbz35 and gbz35-dark.EDIT: Made a quick edit to the logo. It didn't look great at low-res.
-
@RxBrad thanks a lot!
-
I just purchased a RetroFlag GPi Case with a Pi Zero W installed. No lie I was about to throw it against a wall (or send it back I guess...) because the themes weren't legible. Then my brain finally stopped drooling or woke up or whatever... and said "Duh Google search retropie.org.uk gameboy theme..."
This is awesome! Thank you for putting the time into this theme and maintaining it. :)
-
If I were to use the GBA 3.5 Theme to build my own Game Boy Classic Edition, what type of splash screen would you recommend in this situation?
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.