RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login

    Io - New Theme

    Scheduled Pinned Locked Moved Projects and Themes
    themeretropie theme
    50 Posts 11 Posters 22.4k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • meleuM
      meleu @mattrixk
      last edited by meleu

      Hi @mattrixk !

      I'm working on a script to automatically generate launching images (discussing about the script on this thread).

      I'm not a specialist in emulationstation themes and its XML file structure, but I was able to make my script get the background image from the XML file associated with the theme. More precisely, it gets the <path> field from the system view <image name=background>.

      Example from the metapixel theme:

      <theme>
          ...
          <view name="system, basic, detailed">
              <image name="background" extra="true">
                  ...
                  <path>./art/bg_simple.png</path>
      

      The script successfully gets the bg_simple.png file from the metapixel.xml.

      This approach works fine with every theme I tested my script, except the IO theme. Because it seems that its XML file (large.xml) doesn't follow the <image name=background> standard. I see bg_color, bg_help, bg_logo, bg_gamelist, etc... But no background.

      So here's my question: Is there a more accurate way to get background from a ES theme XML file?

      • Useful topics
      • joystick-selection tool
      • rpie-art tool
      • achievements I made
      meleuM 1 Reply Last reply Reply Quote 1
      • meleuM
        meleu @meleu
        last edited by meleu

        @meleu said in Io - New Theme:

        So here's my question: Is there a more accurate way to get background from a ES theme XML file?

        I think I've found the answer a little hidden in one sentence of the EmulationStation themes documentation:

        "Extra" elements will be drawn in the order they are defined (so define backgrounds first!).

        Would I be right to say that I can get the system view background from the very first "extra" XML element inside the <view name=system>?

        Time to make some tests... :-)

        • Useful topics
        • joystick-selection tool
        • rpie-art tool
        • achievements I made
        mattrixkM 1 Reply Last reply Reply Quote 0
        • mattrixkM
          mattrixk @meleu
          last edited by

          @meleu:

          I'm a web developer by trade, so I generally end up having set ways that I label things. In this example, if something is a background, then it's labelled with "bg_". So here, the overall background colour is labelled "bg_color", the background of the Help bar is labelled "bg_help", etc.

          The Io theme doesn't really have a background image as such. Each background box is a single element using a 16x16px white PNG, stretched the right size and then has a colour applied to it with the <color> tag. If I labelled "bg_color" as just "background", you would most likely just be pulling in a square white PNG.

          Would I be right to say that I can get the system view background from the very first "extra" XML element inside the <view name=system>?

          That sounds like it might be the way to go. One question though, does it get just the background path? Sometimes a theme might have a plain white background image/pattern, and then it has the colour applied with the <color> tag (as it is with Io). Would your script grab the colour as well, or just the image?

          My ES themes: MetaPixel | Spare | Io | Indent

          meleuM 2 Replies Last reply Reply Quote 1
          • meleuM
            meleu @mattrixk
            last edited by

            @mattrixk I've made some tests with the first "extra" element inside the system view really seems to be way to go. I'm not on a RetroPie now, but later I'll post some generated images for IO theme here... ;-)

            Would your script grab the colour as well, or just the image?

            It takes the color too.

            Here is an example of a generated image where the script took the color from the megadrive/theme.xml (material theme):
            megadrive_material

            The script has an option named --solid-bg-color, when this option is not present, the script applies the color on the background in a "semitransparent way" (I don't know how to describe it, oh my poor english... :/ ). If the user use the --solid-bg-color option the script applies a solid color to the background image (if the background has a picture, it will be fully covered by the color, in other words, the picture will can not be seen).

            • Useful topics
            • joystick-selection tool
            • rpie-art tool
            • achievements I made
            1 Reply Last reply Reply Quote 0
            • meleuM
              meleu @mattrixk
              last edited by meleu

              @mattrixk Unfortunately getting the first "extra" element inside the system view isn't that trivial... Well, doing this way worked fine for io theme, but some other themes stopped working. And it's related with where the <include> is placed. The solution I'm thinking is to dump every <include>d file in one big temporary xml file and get the data from this file. Will do it later...

              Cheers!

              EDIT: as I promised, here are some automatically generated launching images for IO theme.

              0_1485899315394_launching.png

              0_1485899331274_launching.png

              0_1485899349209_launching.png

              0_1485899374430_launching.png

              • Useful topics
              • joystick-selection tool
              • rpie-art tool
              • achievements I made
              1 Reply Last reply Reply Quote 1
              • cyperghostC
                cyperghost
                last edited by cyperghost

                I created Capcom images for IO theme

                Grap them here even if they are not high quality but the IO theme is my favourite one because of it's simpelness.

                The darker icon is named system-black.png and is shown if the system is selected in ES. The greyer icon is named system-white.png and shows the unselected status.

                3_1497558443605_cps2 white.png 2_1497558443604_cps2 black.png 1_1497558443603_cps1 white.png 0_1497558443602_cps1 black.png

                create folder capcom in your roms folder
                create theme.xml there

                <?xml version="1.0"?>
                <theme>
                <formatVersion>4</formatVersion>
                <include>./../io.xml</include>
                <view name="system">
                <image name="logo">
                <path>./system-black.png</path>
                </image>
                </view>
                <view name="basic, detailed">
                <image name="logo">
                <path>./system-white.png</path>
                </image>
                </view>
                </theme>
                
                1 Reply Last reply Reply Quote 2
                • cyperghostC
                  cyperghost
                  last edited by cyperghost

                  Made favourites icon-set for IO. I just added a text outlined with barbed wire. My first attempts with PSPX (it was given free for years ago!) Does a nice job...

                  The pic are free to use but please respect the work of others!

                  DELETED! Reason: Ugly!
                  Favourites white
                  DELETED! Reason: Ugly!
                  Favourites black

                  How to use:

                  1. Name the grey picture system-white.png the black one is named system-black.png
                  2. Create a folder favourites within IO theme
                  3. Create theme.xml file like posted in black box
                  <?xml version="1.0"?>
                  <theme>
                  <formatVersion>4</formatVersion>
                  <include>./../io.xml</include>
                  <view name="system">
                  <image name="logo">
                  <path>./system-black.png</path>
                  </image>
                  </view>
                  <view name="basic, detailed">
                  <image name="logo">
                  <path>./system-white.png</path>
                  </image>
                  </view>
                  </theme>
                  
                  1 Reply Last reply Reply Quote 0
                  • cyperghostC
                    cyperghost
                    last edited by cyperghost

                    I made 2 new FAVs icons... the one above look ugly and martial!
                    Seems to be it was late last night ;) I may delete 2 two pictures above
                    Even the color palette is made as @mattrixk used #d8d8d8 for the light grey.
                    Thank to him

                    system-black

                    !system-white

                    meleuM 1 Reply Last reply Reply Quote 3
                    • meleuM
                      meleu @cyperghost
                      last edited by

                      @cyperghost Why don't you submit a PR with these images to IO repository: https://github.com/mattrixk/es-theme-io

                      • Useful topics
                      • joystick-selection tool
                      • rpie-art tool
                      • achievements I made
                      cyperghostC 1 Reply Last reply Reply Quote 1
                      • cyperghostC
                        cyperghost @meleu
                        last edited by

                        @meleu Well therefore I have to take part to github. That's annother platform I need to maintain ;)
                        But I give GitHub a chance... So I can store project code in clouds ;)

                        1 Reply Last reply Reply Quote 1
                        • cyperghostC
                          cyperghost
                          last edited by cyperghost

                          I created a complete new set for the coming "virtual systems"
                          I will later fork them to IO theme on github. The FAV selection from posting above can be used as special FAV usecase. For myself I decide this icon for the Little Favourite Launcher, So you have a independet choice of two unique favorite systems ;)

                          @mattrixk I hope that this could be included to IO theme. I think there is no need for a carbon style auto-systems. I tried to create a consistant looking of the new three "virtual systems". All in all is the IO a good subset of a theme and it is very easy to create new items for it. So we should push it to be ready for updated ES systems ;) I hope you don't mind if I create some new subsets.

                          1. Recently played games

                          imgimg

                          2. List of all games

                          imgimg

                          3. List of Favourite Games (My Games)

                          imgimg

                          Credits:
                          <div>Icons made by <a href="http://www.flaticon.com/authors/madebyoliver" title="Madebyoliver">Madebyoliver</a> from <a href="http://www.flaticon.com" title="Flaticon">www.flaticon.com</a> is licensed by <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a></div>
                          
                          mattrixkM 1 Reply Last reply Reply Quote 1
                          • mattrixkM
                            mattrixk @cyperghost
                            last edited by

                            @cyperghost No minding at all mate, go nuts. They're some nice looking icons.

                            My ES themes: MetaPixel | Spare | Io | Indent

                            1 Reply Last reply Reply Quote 1
                            • cyperghostC
                              cyperghost
                              last edited by cyperghost

                              @mattrixk Thank you

                              IO VS is available on github

                              I made a PR @mattrixk

                              You can get IO VS (=IO + virtual systems) on https://github.com/crcerror/es-theme-io
                              If @mattrixk agreed the PR you can get it also his github in #1 posting ;)

                              I added 3 new systems to introduce new "virtual system" which will be included (hopefully) asap in new ES system @pjft

                              1. auto-lastplayed: That is effectively, a list of games with play count larger than 1, and sorted by last played time, descending
                              2. auto-favorits: An entry for all games you marked as "Favorite"
                              3. auto-allgames: An entry with all games in your system

                              Enjoy and keep up the good work guys ;)

                              1 Reply Last reply Reply Quote 3
                              • cyperghostC
                                cyperghost
                                last edited by cyperghost

                                @mattrixk @pjft

                                Done last entry - custom-collections

                                Here is my candidate: It's indeed custom and breaks with the auto-systems. The look is a bit unique and uses three colors:
                                White as border for the stroke for both black und the grey.
                                That breaks rules i know... but I want to come away from the signing tablet used in the first three entries.

                                So here they are:

                                Set 0

                                img
                                img

                                credits:

                                <div>Icons made by <a href="http://www.flaticon.com/authors/picol" title="Picol">Picol</a> from <a href="http://www.flaticon.com" title="Flaticon">www.flaticon.com</a> is licensed by <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a></div>
                                
                                cyperghostC 1 Reply Last reply Reply Quote 0
                                • cyperghostC
                                  cyperghost @cyperghost
                                  last edited by cyperghost

                                  @mattrixk @meleu @pjft @obsidianspider @backstander @Zigurana, dear users on this form...
                                  I made a buch of Costumized Collections screens here.
                                  Please give feedback which is best. After that a PR will be opened.
                                  I think my first commit is ugly - the shapes are to fine for TV resolution :(


                                  Old style ratio 1:2

                                  Set 1

                                  img
                                  img

                                  <div>Icons made by <a href="http://www.flaticon.com/authors/madebyoliver" title="Madebyoliver">Madebyoliver</a> from <a href="http://www.flaticon.com" title="Flaticon">www.flaticon.com</a> is licensed by <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a></div>
                                  

                                  Set 2

                                  img
                                  img

                                  <div>Icons made by <a href="http://www.flaticon.com/authors/picol" title="Picol">Picol</a> from <a href="http://www.flaticon.com" title="Flaticon">www.flaticon.com</a> is licensed by <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a></div>
                                  

                                  New Layout Ratio 1:3

                                  Set 3

                                  img
                                  img

                                  <div>Icons made by <a href="http://www.flaticon.com/authors/madebyoliver" title="Madebyoliver">Madebyoliver</a> from <a href="http://www.flaticon.com" title="Flaticon">www.flaticon.com</a> is licensed by <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a></div>
                                  

                                  WAF SCORER

                                  Highest WAF level! (Already tested!)

                                  Set 4

                                  img
                                  img

                                  <div>Icons made by <a href="http://www.flaticon.com/authors/bogdan-rosu" title="Bogdan Rosu">Bogdan Rosu</a> from <a href="http://www.flaticon.com" title="Flaticon">www.flaticon.com</a> is licensed by <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a></div>
                                  

                                  Also high acceptance (WAF Score 8 of 10)

                                  Set 5

                                  img
                                  img

                                  <div>Icons made by <a href="http://www.flaticon.com/authors/bogdan-rosu" title="Bogdan Rosu">Bogdan Rosu</a> from <a href="http://www.flaticon.com" title="Flaticon">www.flaticon.com</a> is licensed by <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a></div>
                                  

                                  ADDED CREDITS: Respect the work of others!

                                  meleuM 1 Reply Last reply Reply Quote 1
                                  • pjftP
                                    pjft
                                    last edited by

                                    I am not fully aware of how the overall theme looks and feels, so my comments will be based purely on personal preference and aesthetics.

                                    I find Sets 1 and 2 to be overly crowded, and that the text superimposed to the icon in black and white significantly reduce the readability. In that sense, 3, 4 and 5 would be my candidates, and in that context I'd probably go for 3 as 4 and 5 seem to be very much inspired by Apple's Finder icon, which I'm not sure I'd associate with customized collections.

                                    Also, as most icons in IO seem to be Carbon's icons in black and white, @UDb23 is also working on Carbon so we may have other options on the table as well if there's any specific intention to keep IO and Carbon aligned.

                                    On a personal note, to reduce the text, I'm not sure if I wouldn't make the title "My Game Collections", to be aligned with your text for the favorites one, "My Games".

                                    Thanks for putting these together!

                                    1 Reply Last reply Reply Quote 1
                                    • cyperghostC
                                      cyperghost
                                      last edited by cyperghost

                                      @pjft Yes ... I've tested the SET 0 and found out it is horror to read.
                                      SET 1 und SET 2 are good to read but they are overcrowded and the symbol does not look nice if you are in list mode.

                                      So remains SET 3, 4 and 5

                                      Set 4 and 5: The finder symbol

                                      That was a suggestion of my wife. It shows two equal faces in two colors - I think it's a nice description of customization. The symbol needed a bit of modification the orignal can be downloded here. For myself it was long long time ago I worked with vector graphics so the finder symbol was a bit modified in coloring and exported as PNG.

                                      The font (in SET 4) was a small test - it looks beatifull on PC screen but lacks readabiltily in TV. So the computer font that I used for all my sets is pretty good to read! That was a bit of luck, too!

                                      Set 3: The Fitter

                                      Well this set fits perfect in the whole set. And I think it's on the save side.
                                      At first I don't wanted the look equal to all but it's not as easy because the symbol don't descripe a definated system they are more semantic.

                                      I see no problem to mix ratio 1:2 and 1:3 they look pretty good.
                                      the ratio 1:2 means 512pixels in height and 1024 in width.
                                      That's more than half HD resolution :)

                                      How the set is in TV mode looks like?

                                      AFAIS it is a good fitting and the symbol+text do a good description-job. You may right in your opinion of to much text but if you are in the list mode the you need a good and readable description and here the icons got their strenghten.

                                      img

                                      Comment @pjft

                                      My Game Collections", to be aligned with your text for the favorites one, "My Games"...

                                      Yes I saw the issue, too - but I think for these virtual-systems it is a good choice to have text and pictures together. It isn't like the symbol for Nintendo or Atari everybody knows - it's just a small info note. Well what would you suggest instead of "My Games"? "My Favorite"? What's then difference between collections and the auto-favorite?

                                      I'm open for every suggestion. Please keep in mind I'm not a native speaker so maybe a better translation is conceivable. Last words of course a needed @mattrixk

                                      @all

                                      Thank you very much - have a nice weekend

                                      1 Reply Last reply Reply Quote 0
                                      • meleuM
                                        meleu @cyperghost
                                        last edited by

                                        @cyperghost

                                        Set 3

                                        img
                                        img

                                        Between those, I prefer the set 3.

                                        • Useful topics
                                        • joystick-selection tool
                                        • rpie-art tool
                                        • achievements I made
                                        1 Reply Last reply Reply Quote 1
                                        • UDb23U
                                          UDb23
                                          last edited by

                                          @cyperghost
                                          We'll done; I like the symbols over the "list" (collection) icon.
                                          Don't have the IO theme installed but as far as I could see, if I may suggest, I'm not sure if the font you used for the logos fits well with the other fonts of the theme that are really very simple & clean.

                                          1 Reply Last reply Reply Quote 1
                                          • cyperghostC
                                            cyperghost
                                            last edited by

                                            @UDb23

                                            We'll done; I like the symbols over the "list" (collection) icon.

                                            Thank you very much. I appreciate this so everyone got his own liking and tastes are different :)For me personally the symbol with written text on it look a bit to overloaded and they are looking bad if you are in the emusystem and see the inverted picture. I think it's on @mattrixk to choose or maybe the carbon images can be converted. I won't take bad!

                                            The computer font is very clear to read and fits the retro style :)

                                            1 Reply Last reply Reply Quote 1
                                            • First post
                                              Last post

                                            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.