Futura Theme
-
Can somebody help me to make the boxart bigger in the Future Dark VL theme please. I have no intention of getting videos for my games but the rest of the theme is exactly what I want. The problem is with no videos the boxart takes up only a small portion of the space available leaving alot of empty space. Is there a way to switch the boxart area with the video area or just make it larger so ot fills the space? I have no idea about making themes but if someone can point me at the line(s) of code to be looking for I should be able to muddle through with the guide on the site.
Thankyou
-
Open the futura.xml file with an editor software, for example Notepad++
Then look for this code around line 237<!-- BOF DETAILED VIEW //--> <view name="detailed"> <image name="md_image"> <origin>0.5 0.5</origin> <pos>0.77 0.44</pos> <maxSize>0.20 0.35</maxSize> </image> </view> <!-- EOF DETAILED VIEW //-->
Play around with then numbers within the maxSize tags until you get the desired result.
<maxSize>0.20 0.35</maxSize>
You might have to also adjust the position
<pos>0.77 0.44</pos>
Good luck.
If anything is just ask. -
Thankyou so much. I'll play with it tomorrow. I like the larger boxart of some other themes but the rest of your theme fits what I need exactly. :P This will make a kind of best of both worlds for me
-
SO I got it perfect (for me at least).
I enabled SSH and set a root password with the instructions here:https://github.com/RetroPie/RetroPie-Setup/wiki/SSH
Then I downloaded WinSCP and navigated to: /etc/.emulationstation/themes/ and opened the xml file and edited the line you said above. I doubled the values (0.40 0.70) and they fit the area so much better. The only problems I have now are the pictures the built in scraper grabbed are too large, so my PSX and some of my 2600 and Amiga pictures so outside of the vertical area. I might play around with the numbers to make them fit, But I think it might be easier to resize the images instead.
Thankyou again
-
Looking very good.
You can also access your Pi via PC network.
Somewhere in this topic (first couple posts) is a small tutorial as to setup and access the themes folder via PC network.Keep up the good work and enjoy the theme.
-
Version 1.4 released.
Now available at github or RetroPie.Change log
v1.4 - 2017-06-25
- slight change in layout
- code cleaning
- Added Tubrografx-16 system
- Added Tubrografx-CD system
- Added PSP Minis stystem
Notice
I have removed all not supported Futura versions from github.
Thanks for your understanding. -
@FlyingTomahawk said in Futura Theme:
Thanks for your understanding
-
Futura V and Futura dark V are fixed.
The gamelist should be fine now with ES 2.3.2RP. Just try to update through the RetroPie menu (esthemes) and you should be good.
Keep me posted..... -
@FlyingTomahawk Okay when I get off work Ill do it. Thanks.
-
Well everything is great thanks.
-
Thanks for your feedback.
If you encounter other issues with the Futura themes please don't hesitate to post here in this topic.
Thanks. -
Love this theme, much prefer it to AM. Would love to see an update that includes TG16CD, Amigacd32, and Maybe pixel desktop. Only ones I'm missing. Is there a way to easily switch between showing the video clip or the box art in the system menu? Great work. Thanks!
edit: I just realized that you already added support for TG16CD, but mines not showing up, just plain text. I guess something somewhere is not named correctly on my end? Advice?
edit 2: sorry, I'm a noob. So using winscp the futura theme folder is labeled tg-cd while my rom folder is tg16cd. I am unable to change the theme folder (permissions)and if I change the name of my rom folder to match it, the system(tg16cd) disappears from ES.
Just not sure what path and file to change.
-
Love this theme, much prefer it to AM.
Thanks.
Amigacd32, and Maybe pixel desktop
As stated in the first post of this topic I am currently not adding any new systems due to lack of time or at least till I get my RPi up and running as it should. As soon I am done with it I will add what ever system is requested.
Curious though what is Pixel desktop?edit 2: sorry, I'm a noob. So using winscp the futura theme folder is labeled tg-cd while my rom folder is tg16cd. I am unable to change the theme folder (permissions)and if I change the name of my rom folder to match it, the system(tg16cd) disappears from ES.
Just not sure what path and file to change.I would recommend to access your RPi via FTP and get access to the following folder structure.
/opt/retropie/configs/all/emulationstation
In there create a file named es_system.cfg or copy and paste the one from this folder
/etc/emulationstation
once you have the es_system.cfg file inside the /opt/retropie/configs/all/emulationstation folder open it with a text editor like Notepad++ and search for that tg16cd system. If it is not in there you'll have to add it manually.
If it is already in there change the theme tag to something like this<theme>tg-cd</theme>
I am sure there is a way to do all this via command prompt in Linux but I lack the understanding and skills to do that. I do most changes via FTP and SSH (Putty).
-
@flyingtomahawk I really appreciate the help, will give it a go. Thanks!
-
@FlyingTomahawk can you add favorite menu?
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.