Cardboard Mini NES + Nes mini and Famicom mini themes
-
@livefastcyyoung
Hi, I just checked and yes it's available and working.Maybe it was just a glitch, give it another try. If it still doesn't work then maybe try uninstalling the theme and re-installing it rather than updating.
-
@livefastcyyoung
If you edited the theme, that is the problem as Git didn't track your changes since you didn't commit them into the repository. My advice is to make future changes into the "~/.emulationstation/themes" directory.
-
Gotcha. My es_systems.cfg is the only thing that was edited to change the order of the systems.
Thanks @ruckage and @PokeEngineer!
-
Hey there Ruckage, like how the themes look. How much longer you think until 4:3 support is added?
-
@ruckage First off, I want to say that I just recently installed your theme on my retropi setup and I have to say that it's one of the most beautiful and nostalgic things I've ever seen. Great job on all of the hard work you have put into it!
Secondly, I wanted to see if it was possible to make the theme support the 1920x1200 resolution? When I was younger I apparently thought 1920x1200 was the cool resolution to have when in reality it's just a pain in the ass because most things support 1080p and will letterbox on that monitor. Thanks again for all of the time and effort you put into this theme!
-
@sgtjimmyrustles said in Cardboard Mini NES + Nes mini and Famicom mini themes:
Hey there Ruckage, like how the themes look. How much longer you think until 4:3 support is added?
There are already some 4:3 resolutions supported in the NES/famicom-mini themes, see the:
## RESOLUTION AND LAYOUTS GUIDE ##.txt in the theme folder for more info. 4:3 will be added to the SNES-mini theme soon.@flarghon said in Cardboard Mini NES + Nes mini and Famicom mini themes:
@ruckage First off, I want to say that I just recently installed your theme on my retropi setup and I have to say that it's one of the most beautiful and nostalgic things I've ever seen. Great job on all of the hard work you have put into it!
Secondly, I wanted to see if it was possible to make the theme support the 1920x1200 resolution? When I was younger I apparently thought 1920x1200 was the cool resolution to have when in reality it's just a pain in the ass because most things support 1080p and will letterbox on that monitor. Thanks again for all of the time and effort you put into this theme!
Hi, glad you like the theme.
Adding that resolution would be problematic as it's a 16:10 ratio and the only option other than redrawing many of the graphics specifically for that ratio would be to stretch everything vertically, even this would require a lot of work requiring massive changes to the theme code and I don't think it's a common enough aspect ratio to warrant it. I also don't even have a display I would be able to test it on which would make things even trickier.
I think your best bet would be to force the rpi to output a 1080p signal (assuming your monitor supports it) and then either have your monitor stretch the image to fill the screen (most monitors can do this) or a add the letter boxing. Personally I'd go for the letter boxing.
-
@ruckage said in Cardboard Mini NES + Nes mini and Famicom mini themes:
RESOLUTION AND LAYOUTS GUIDE ##.txt
@ruckage Ah, I thought you were going to make a separate theme then. I'll check it out and make the changes. Thanks for letting me know.
-
@sgtjimmyrustles
It's kind of like a config file, I've done all the changes for each resolution so all you have to do is the change the setting in the layout.xml file. The ## RESOLUTION AND LAYOUTS GUIDE ##.txt details all the options. -
@ruckage said in Cardboard Mini NES + Nes mini and Famicom mini themes:
It's kind of like a config file, I've done all the changes for each resolution so all you have to do is the change the setting in the layout.xml file. The ## RESOLUTION AND LAYOUTS GUIDE ##.txt details all the options.
Yeah, I saw the stuff there in your new nesminiv2 skin zip file. Thanks again, I do love your work!
-
@sgtjimmyrustles said in Cardboard Mini NES + Nes mini and Famicom mini themes:
@ruckage said in Cardboard Mini NES + Nes mini and Famicom mini themes:
It's kind of like a config file, I've done all the changes for each resolution so all you have to do is the change the setting in the layout.xml file. The ## RESOLUTION AND LAYOUTS GUIDE ##.txt details all the options.
Yeah, I saw the stuff there in your new nesminiv2 skin zip file. Thanks again, I do love your work!
Now you have me confused: nesminiv2 skin zip file? Where are you getting that?
-
@ruckage The download links above, nes mini v2 and famicom mini v2.
https://github.com/ruckage/es-theme-nes-mini/archive/master.zip
-
@sgtjimmyrustles
Ah, I see what you mean - I was being dense for a moment, I actually forgot I'd put the links in the first post.Not sure if you realise but you can also install the theme directly within retropie using the ES theme manager - I think most people use that now. But if you're happy with installing manually then just stick with the github links, both options will always be the latest version.
-
@ruckage Yeah I usually use retropie setup script to download the es themes. I only used that to look at the link. Also, off topic, but I really like what you did with that Neo Geo X pi build.
-
@sgtjimmyrustles said in Cardboard Mini NES + Nes mini and Famicom mini themes:
@ruckage Yeah I usually use retropie setup script to download the es themes. I only used that to look at the link. Also, off topic, but I really like what you did with that Neo Geo X pi build.
Thanks, I was really pleased with how it turned out. Neo Geo X docks make a great pi case, it's shame they tend to be hard to get and are quite expensive now.
-
@ruckage said in Cardboard Mini NES + Nes mini and Famicom mini themes:
@sgtjimmyrustles said in Cardboard Mini NES + Nes mini and Famicom mini themes:
Hey there Ruckage, like how the themes look. How much longer you think until 4:3 support is added?
There are already some 4:3 resolutions supported in the NES/famicom-mini themes, see the:
## RESOLUTION AND LAYOUTS GUIDE ##.txt in the theme folder for more info. 4:3 will be added to the SNES-mini theme soon.@flarghon said in Cardboard Mini NES + Nes mini and Famicom mini themes:
@ruckage First off, I want to say that I just recently installed your theme on my retropi setup and I have to say that it's one of the most beautiful and nostalgic things I've ever seen. Great job on all of the hard work you have put into it!
Secondly, I wanted to see if it was possible to make the theme support the 1920x1200 resolution? When I was younger I apparently thought 1920x1200 was the cool resolution to have when in reality it's just a pain in the ass because most things support 1080p and will letterbox on that monitor. Thanks again for all of the time and effort you put into this theme!
Hi, glad you like the theme.
Adding that resolution would be problematic as it's a 16:10 ratio and the only option other than redrawing many of the graphics specifically for that ratio would be to stretch everything vertically, even this would require a lot of work requiring massive changes to the theme code and I don't think it's a common enough aspect ratio to warrant it. I also don't even have a display I would be able to test it on which would make things even trickier.
I think your best bet would be to force the rpi to output a 1080p signal (assuming your monitor supports it) and then either have your monitor stretch the image to fill the screen (most monitors can do this) or a add the letter boxing. Personally I'd go for the letter boxing.
Alright, I fiddled around with my monitor settings and it's definitely an improvement. Thanks! Also, could I put in a request for support for the TI-99 emulator? Thanks again for giving us this awesome theme!
-
@ruckage So I got home and changed some stuff, but the text is still off. Maybe I need to mess with my monitor, but the game title text isn't within the borders. Like the first letter is hanging off to the left.
-
@sgtjimmyrustles
I'll try and help but I'll need some more info first.What resolution setting did you use in the layout.xml file?
What monitor/TV are you using?
What resolution is the TV/monitor?
And finally how are you connecting the raspberry pi to the TV/monitor? -
@ruckage said in Cardboard Mini NES + Nes mini and Famicom mini themes:
@sgtjimmyrustles
I'll try and help but I'll need some more info first.What resolution setting did you use in the layout.xml file?
What monitor/TV are you using?
What resolution is the TV/monitor?
And finally how are you connecting the raspberry pi to the TV/monitor?Hey, so I used the 1280X960 that was there. That's what resolution the monitor is. I'm using a HDMI to dvi adapter. It's a Hanns-G monitor. I'm uploading a screenshot to show you.
-
@ruckage See what I mean here? The text isn't centered.
-
This post is deleted!
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.