Homepage › Forums › RetroPie Project › Emulation Station Themes › NewGen Theme
- This topic has 22 replies, 15 voices, and was last updated 8 years, 11 months ago by
Anonymous.
-
AuthorPosts
-
02/18/2016 at 22:51 #117493
ruckage
ParticipantHello. I just thought I’d show the progress for the theme I’m working on. It’s inspired by the menus used in the “Sega Genesis Collection” from the PS2
So far it features 8 systems but I will expand it further. The theme only shows a large image preview (no metadata) as it’s designed to work well with the image previews I’ve been creating. I may however create a version with metadata for those that want it.
A description for each system is shown on the system select page. This is stored in a separate “info.xml” file per system so is easily edited. The descriptions need some work and are largely plagiarized from “classic game room” reviews at the moment. Also stored in the “info.xml” are the system Manufacturer and years available, this info is displayed on the game menu screen.
[img]http://i.imgur.com/sXht1Sz.jpg[/img]
[img]http://i.imgur.com/61aDAjI.jpg[/img]
[img]http://i.imgur.com/XfV0OS8.jpg[/img]
[img]http://i.imgur.com/ZiiK3o1.jpg[/img]
[img]http://i.imgur.com/itLmfJm.jpg[/img]
[img]http://i.imgur.com/QowoMSG.jpg[/img]
[img]http://i.imgur.com/i92HerF.jpg[/img]
[img]http://i.imgur.com/CgS4Zsh.jpg[/img]
[img]http://i.imgur.com/tX2EWRX.jpg[/img]
02/19/2016 at 00:32 #117499robertybob
ParticipantBeautiful theme! Nice touch having a separate .xml file for the info on each system, was that easy to do?
02/19/2016 at 00:32 #117500InsecureSpike
Participantvery nice theme!!
02/19/2016 at 01:52 #117501ruckage
Participant[quote=117500]very nice theme!!
[/quote]
Thanks :)[quote=117499]Beautiful theme! Nice touch having a separate .xml file for the info on each system, was that easy to do?
[/quote]
Yes, it was quite easy to do. You use an <include> tag which merges the XMLs together.In my case this is the beginning of the theme.xml (each system has this file).
<theme> <formatVersion>3</formatVersion> <include>./../simple.xml</include> <include>./info.xml</include>
The first <include> merges the simple.xml which is in the parent directory.
The second <include> merges the info.xml which I have in the same directory as the theme.xml02/19/2016 at 03:10 #117506nosedeath
ParticipantThat looks great. Nice work.
02/19/2016 at 04:03 #117514ronoh55
ParticipantDefinitely watching this theme as it adds more systems! Looks amazing!
02/27/2016 at 03:01 #118321rookervik
ParticipantLooks really good! Wonderful use of the space on the system chooser. It’s really hard to deal with that big white bar in the middle. I’m afraid ES might crash with the hi-res backgrounds being used, though. How many systems can you load before ES dumps you? A 256 meg memory split should get you about 10 systems before white screen of death.
02/27/2016 at 03:15 #118323ruckage
Participant[quote=118321]Looks really good! Wonderful use of the space on the system chooser. It’s really hard to deal with that big white bar in the middle. I’m afraid ES might crash with the hi-res backgrounds being used, though. How many systems can you load before ES dumps you? A 256 meg memory split should get you about 10 systems before white screen of death.
[/quote]
Thanks. For my project I won’t have that many systems so the 1080p backgrounds won’t cause a problem (I hope). However I do realize it could be a problem for others after reading several people experiencing crashes due to large backgrounds and lots of systems. The solution I think is to release 2 versions of the theme, a 1080p version and one with lower resolution backgrounds. If I reduce the backgrounds to 960×540 they are a quarter of the size and still look pretty good.02/28/2016 at 00:12 #118383Anonymous
Inactiveis there any way of using this on windows?
02/28/2016 at 20:50 #118458bluescreen
Participantthis is what i need in dark :)
02/29/2016 at 23:01 #118636ruckage
ParticipantI’ve reworked the theme completely in order to make it easy for me to create various different colour schemes for the theme.
The game art for the system select is now completely separate from the background so in order to create new colour schemes it’s just a case of creating 3 background images and a corresponding XMl file. To change the scheme just one line needs to be changed in the main XML file to point to the chosen colour theme xml.
So far I’ve created 32 different schemes to choose from, you can see a preview of them all below.
03/01/2016 at 10:21 #118674snupello
Participanti can download it from retropie menu ?? tks
03/03/2016 at 17:29 #118977Keigan
Participant[quote=118383]is there any way of using this on windows?[/quote]
You can use themes the same way as on the pie, but it’s through Emulation Station and not the whole Retro Pie set up. In fact, it is easier to set up on windows than a Pi.
03/05/2016 at 12:08 #119140snakex
ParticipantExcelent! Very nice theme! I want it to the RetroPie!
Thanks! :-)03/05/2016 at 12:13 #119141ruckage
ParticipantThanks. I’m still working on it as there are a lot of systems to theme but I should have a download available soon.
03/17/2016 at 22:21 #120714rion
ParticipantAny plans to release this with support for Child-friendly mode?
https://github.com/RetroPie/RetroPie-Setup/wiki/Child-friendly-EmulationStation
03/19/2016 at 08:28 #120854Anonymous
InactiveIt looks fantastic, this will be my Theme in the future. Great work!
Cant wait for a download :-)03/19/2016 at 14:23 #120866ruckage
Participant[quote=120714]Any plans to release this with support for Child-friendly mode?
https://github.com/RetroPie/RetroPie-Setup/wiki/Child-friendly-EmulationStation
[/quote]
Hi, I think the should just work with it but it will be missing the ‘child friendly’ specific tags (correct me if I’m wrong). The current version I’m working on no Meta data displayed at all anyway, I’ll ad that to a seperate version for those that want it.
[quote=120854]It looks fantastic, this will be my Theme in the future. Great work!
Cant wait for a download[/quote]
Thanks :). It is still being worked on and I would like to release a version soon. There are still a lot of systems to do though.03/19/2016 at 18:50 #120888Anonymous
InactiveNo rush. You have a lot of work. It’s great that you share that with us.
Respect!03/21/2016 at 20:56 #121087Anonymous
Inactiveregistered just to say good work on this im looking forward to release downloaded your megadrive and snes previews earlier aswell and they look sweet thanks for the work
03/24/2016 at 19:28 #121388mxstar1
ParticipantI WANT! Seriously though this is the best looking theme i have seen so far. Sooo clean. I like the artwork only and no metadata. Cant wait to try it out.
03/25/2016 at 11:54 #121459rion
Participant[quote=120866]
Any plans to release this with support for Child-friendly mode?
https://github.com/RetroPie/RetroPie-Setup/wiki/Child-friendly-EmulationStation
Hi, I think the should just work with it but it will be missing the ‘child friendly’ specific tags (correct me if I’m wrong). The current version I’m working on no Meta data displayed at all anyway, I’ll ad that to a seperate version for those that want it.
[/quote]Thank you. I don’t think there is more then the tags to add to make it compatible from reading the wiki.
04/06/2016 at 19:14 #122512Anonymous
InactiveHello ruckage,
1. for interest, how far you get with your fantastic work? (I hope you have the motivation is not lost)
2. Can we help somehow?
3. If I want a “preview image” play themselves insert (hacks, mods, etc), we get a guide to make the image itself?most high respect
abunillesorry for my not so good english
-
AuthorPosts
- The forum ‘Emulation Station Themes’ is closed to new topics and replies.