Chicuelo Theme
-
@mitu apologies for not replying earlier, I’ve just got in from work. Thank you for the explanation, very informative and helpful. Any suggestions as to what I should set the amount to in the config file? Or is that down to how it performs and then I tweak until I find a best fit for it all to run smoothly?
Once again thank you, there are so many solutions online and coming here to the forum has really helped me understand how these things work, no thanks to you and the other members.
-
@rajbhalsod I would try at first increasing the VRAM to 160 MB at first and restarting Emulationstation to see how it works, without modifying the system allocated VRAM. If that doesn't work, increase the system VRAM to 386 Mb (settting
gpu_mem_1024=386
in/boot/config.txt
) and then increasing the VRAM to 200-220 Mb - but don't do this unless you have a Pi with 1Gb RAM. -
@chicuelo is really a strong themes, will there be more consoles?
-
@brigada
The idea is to achieve the most part of the consoles as possible, but now im very busy to work on this, so in a near future I hope to complete the list -
@chicuelo Thanks, that's very good
-
Luscious theme, actually still one of the best for me, could be taxing due to hi-quality images used.
-
@DarishZone
Thanks! But there are a lot of images I use from other design partners, so I could never charge for others work. They are listed and credited on the readme. The quality for a designer must be a non-negociable -
@chicuelo said in Chicuelo Theme:
@DarishZone
Thanks! But there are a lot of images I use from other design partners, so I could never charge for others work. They are listed and credited on the readme. The quality for a designer must be a non-negociableCould not agree more!
-
Hey @chicuelo I was considering to rewrite the whole theme to make it more modular. There was a recent change which enabled variables in
<include>
tags, using that I could create a simple config file which allows to change certain parts. E.g. to use metadata/game description instead of the logo/system description.
Also with that change it is possible to get rid of all the system sub folders (although I still don't know how that would affect custom collections).Would you be interessed in that? Because I currently don't use my Pi anymore and would just do it for fun, but if you're not interessted I wouldn't even begin.
-
@EctoOne I think that sounds pretty fun.
-
@EctoOne
Yes, it seems to be interesting. I have no time to work on the project but if you are interested on making it better and respecting the visuals go ahead. All the art is available on the repo. -
@chicuelo I apologize but I think there was a misunderstanding in my words, I meant to say that theme could be challenging for the system because of the high quality images used (it really depends on each setting), I would never be allowed to say to sell it! However I am obviously agree what you said!
-
@chicuelo Yeah, I won't mess with the graphics/layout. I was just thinking to simply create a version that can use various extra xml files to overwrite settings. Basically a better version of the code I posted before to change certain elements.
That would be pretty easy to do, because I could keep the original theme.xml and just had to create the extra ones.
But last night I had some more ideas I want to try, so I will probably rip the whole code apart and see what I can do.
I will look into it on the weekend. -
@DarishZone Hahahah I understand. I run it on a pi 3b and a pi3 b+ and it runs smooth and flawless. I remove the sliding effect due a personal preference
-
Great theme @chicuelo!
I've been having a lot of fun modding it. I made a version in HTML/CSS so that I could tweak settings and layer images easily (I'm not great with photoshop or gimp.)
I tried to combine this theme with the CRT theme. I'm not sure what I'm going to do when a system is selected, but was thinking maybe I could just get rid of the character and show a video on the right instead of the screenshot.
Edit: Here's a link to my fork for anyone interested. https://github.com/waldnercharles/es-theme-Chicuelo (It may not look like the screenshot anymore... I like to change things.)
-
@waldnercharles Very nice! I like the approach on using a crt there!
-
Sorry if this is against the forum rules, but will this theme work on Recalbox? I unzipped the files to the appropriate folder, but I'm not seeing the large images next to the consoles. Everything else seems to work properly.
-
@bphoover I looked at Recalbox a while back, and I believe it uses a different form for variables. But then you shouldn't have any images since all of them are embedded using the same method (at least that was the case when I provided the initial code for the theme).
Since I was going to rewrite the code on the weekend, maybe I will find the time to install Recalbox again and do some testing myself. -
@bphoover It's not agains the forum rules, but the ES version used by Recalbox is a different fork than the one used by RetroPie, missing certain features (like variables in themes) used by RetroPie themes. Themes might not be compatible between the 2 systems.
-
I just made a version that offers simple theme settings (everything else I had in mind would have been overkill for this theme).
I added the following options to the main theme.xml:<!-- Theme Settings --> <!-- System Element --> <controller>default</controller> <!-- Values: default: Shows the System controller image hide: Hides the System controller image --> <!-- Gamelist Element: Left Side --> <left>default</left> <!-- Values: default: Shows the System logo marquee: Shows the Game logo (only on video view, defaults to System logo on detailed view) metadata: Shows Genre, Releasedate, Developer, Players and Rating --> <!-- Gamelist Element: Right Side --> <right>default</right> <!-- Values: default: Shows the System description game: Shows the Game description -->
The branch can be found here, I would appreciate if someone could test it before I submit a PR.
Notes:
- The latest dev build of EmulationStation is probably required because I use the improved
datetime
element to display only the year as release date when metadata is enabled (If needed this can be disabled by deleting one line). - This probably won't fix the issues with Recalbox because I didn't change anything in the original code (besides the initial asset path).
- The latest dev build of EmulationStation is probably required because I use the improved
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.