Flat Theme
-
@meleu Done and done
-
@lilbud I was testing my tool to generate launching images with the flat theme and noticed that sega32x is using the Nintendo logo. Check it out: https://github.com/lilbud/es-theme-flat/blob/master/sega32x/theme.xml#L20
edit: same with the flat-dark theme, look: https://github.com/lilbud/es-theme-flat-dark/blob/master/sega32x/theme.xml#L20
edit 2: I've made PRs fixing them.
-
@meleu Thanks, when I made the theme, I made one system, (NES), and copied that to each of the 60 theme folders. So there could be some logos that are not in the right place.
How did the images turn out?
-
@lilbud Pretty similar to those generated for the material theme. But I noticed that you used a background color for nes different from the color for other Nintendo systems. I'm not sure if it's intentional, but the generated image for nes isn't that cool...
The color for Nintendo systems is
ba0001
(as we can see here), but NES is usingf20000
(as we can see here).The generated images for gb, gbc, gba and snes are the same:
The generated image for nes:
Is it really the desired color for NES?
-
@meleu I guess I never changed the color code
-
Is that the loading screen once you start the rom?
-
@FlyingTomahawk said in Flat Theme:
Is that the loading screen once you start the rom?
Look this thread to know what it's all about: https://retropie.org.uk/forum/topic/7193/runcommand-launching-images-for-any-theme
-
@lilbud Now a curiosity...
My script gets the font to add the "NOW LOADING" and "PRESS A BUTTON" text from the
<textlist>
of detailed view, following an hierarchy like this:<theme> <view name=detailed> <textlist name=*ANYTHING*> <fontPath>FONT_NAME.TTF</fontPath>
Your flat.xml file has two entries for this data: here at line 56 and here at line 163. I'm not an expert about ES themes and I don't know if this is a redundancy, but this duplicity was confusing my script.
Thanks to this fact, I fixed my script and made it a little stronger. :-)
-
@lilbud man you are awesome the dark theme is amazing and I am patiently (NOT PATIENTLY) waiting for video support and well this will be the best theme ever hard to go to images after you been using video snaps otherwise lilbud sweet theme
-
@greekmanx @lilbud I second video support. ๐
-
@Rion @greekmanx I can't get video to show up, I set all of the tags, but still nothing.
-
@meleu The gamelist has 2 entries, 1 for each view, since each has a different template
-
@lilbud can you post your video code and we could try to help you?
-
@lilbud Do you have your sound turned up? I had the issue where I thought videos weren't working, but it turned out they were playing, but were just behind my background image.
You'll need to remove
extra="true"
from<image name="background" extra="true">
in order for the background image to go behind the videos. -
Here is the video code
<view name="video"> <image name="md_marquee"> <pos>0.254 0.202</pos> <origin>0.0 0.0</origin> <size>0.185 0.327</size> </image> <video name="md_video"> <pos>0.254 0.202</pos> <origin>0 0</origin> <size>0.185 0.327</size> <delay>0.0</delay> <default>~/resources/default.wma</default> <showSnapshotNoVideo>false</showSnapshotNoVideo> <showSnapshotDelay>false</showSnapshotDelay> </video> </view>
-
@lilbud Are you setting background as "extra"??? I told you any extra images are on top of video.
Can you send me or post a copy of your flat.xml? I downloaded the one from github but no video entries there.
Also in that code I see this:
<default>~/resources/default.wma</default>
As far I know wma = windows media audio... so it's not a video, maybe you are trying to play a windows media video? (wmv).
-
-
@lilbud I see nothing in there that would stop your videos from showing up. Maybe it's an issue with your gamelist.xml not pointing to your videos correctly?
Also, is this part of core ES now?
<feature supported="carousel">
Last I heard it was just a suggestion. I didn't know anyone had actually made it work.
-
@mattrixk Got it to work, but I would need more time to screw around with it.
I have like 5 different builds of ES installed. Switching between them as needed
-
@lilbud I'll take a look but I still don't understand why are you using audio where must be a video.
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.