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

    Chicuelo Theme

    Scheduled Pinned Locked Moved Projects and Themes
    chicuelochicuelo themeemulationstaionthemethemes
    996 Posts 113 Posters 881.5k 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.
    • chicueloC
      chicuelo @Keigan
      last edited by

      @keigan said in Chicuelo Theme:

      @chicuelo said in Chicuelo Theme:

      Is there anyone who can help me with the xml so I can use svg logos and crisp texts?
      I was looking the structure but Im not good enough with the code

      For your logos and crisp text, I think the issue is your theme was created smaller than 1920 x 1080, so it's loSo if you create everything at 1080, it should be "crisp".

      But for splitting it down, here's what I have that may or may not help. I'm not using variables, I haven't looked enough into them yet, so my XML is pretty simple, but repetitive.

      I'll use SNES as the example

      In my main art folder I have the following images:

      systembg.png (background image for system selecting screen)
      Imgur

      gamebg.png (background image for game selection screen)
      Imgur

      So in my snes art folder I have the following images

      snes_logo.png (image used in the carousel, it's made with space to fit, cheating for now until I figure a better way)
      logo

      snes_smlogo.png (image used in the game selection screen at the bottom)
      Imgur

      snes_ind.png (image used for the indicator on the system select screen)
      Imgur

      snes_main.png (system select image for the system, added the drop shadow to this image)
      Imgur

      Now In my XML I have added text boxes for a few elements, including the 16 BIT CONSOLE, the description on both screens. This is how both final screens look. The description is still in the wrong spot in the SNES cause I'm hoping someone can help me with the vertical align, if not I'll cheat each system to lower it.

      Imgur

      Imgur

      Not sure if this will help, but maybe.

      Yes! this is the way I was looking! To simplify the xml and using only the elements you need.
      I will take this and replace PNG logos with SVG files that are crisper.
      Thank you very much!

      1 Reply Last reply Reply Quote 1
      • chicueloC
        chicuelo @meleu
        last edited by

        @meleu said in Chicuelo Theme:

        @chicuelo Wow!

        I saw your work on behance and they are freaking awesome. It seems you are from Argentina. Is it possible to deliver to Brasil?

        Hi @meleu! Depending on wich product you are interested I could make a shipping. We have serious issues with the mail service here, Its hard to import and export

        M 1 Reply Last reply Reply Quote 0
        • chicueloC
          chicuelo
          last edited by

          @keigan said in Chicuelo Theme:

          @chicuelo said in Chicuelo Theme:

          Is there anyone who can help me with the xml so I can use svg logos and crisp texts?
          I was looking the structure but Im not good enough with the code

          For your logos and crisp text, I think the issue is your theme was created smaller than 1920 x 1080, so it's loSo if you create everything at 1080, it should be "crisp".

          But for splitting it down, here's what I have that may or may not help. I'm not using variables, I haven't looked enough into them yet, so my XML is pretty simple, but repetitive.

          I'll use SNES as the example

          In my main art folder I have the following images:

          systembg.png (background image for system selecting screen)
          Imgur

          gamebg.png (background image for game selection screen)
          Imgur

          Not sure if this will help, but maybe.

          I have a fewer questios!
          Actually I have a long xml in the main folder, and a vert short one in every system.
          The xml you provide is very extensive, and it includes the main directory one.
          How does it affect the behavior of the theme? are there any conflicts between <tags> ?

          Instead of 2 same logos, could you use the same one in the main menu and in the game section?

          I think I will remain the dots and the whole background in one image, because you need in every theme the same clean background instead using one for all. That makes more images to load having to place over the game bg, character and controller.

          Thank you again!

          E KeiganK A 3 Replies Last reply Reply Quote 0
          • E
            EctoOne @chicuelo
            last edited by EctoOne

            @chicuelo said in Chicuelo Theme:

            I have a fewer questios!
            Actually I have a long xml in the main folder, and a vert short one in every system.
            The xml you provide is very extensive, and it includes the main directory one.
            How does it affect the behavior of the theme? are there any conflicts between <tags> ?

            Instead of 2 same logos, could you use the same one in the main menu and in the game section?

            I think I will remain the dots and the whole background in one image, because you need in every theme the same clean background instead using one for all. That makes more images to load having to place over the game bg, character and controller.

            Thank you again!

            Tags are handled line by line from top to bottom, and since every system/theme.xml includes the main xml at the top, the tags in the system/theme.xml are processed last.
            That's why you can put everything in the main xml that should be globaly set. Like positions, sizes, font type etc.
            In my version I use that to position and format the short and long description of the systems and the only thing that is defined by the system/theme.xml is the actual text. With that method it is very easy to change layouts without editing multiple files.

            And you sure can use the same logo/image for different views without the need for multiple versions of the file.
            My version uses only a white 2 by 2 pixel image to create the background color, the black box where you had the system art, the white box where the text/logo is, the white box with your screenshot/text on it, and the dark blue box with the gamelist.
            The pixel is white because the color tag only works with that.

            chicueloC 1 Reply Last reply Reply Quote 1
            • KeiganK
              Keigan @chicuelo
              last edited by

              @chicuelo said in Chicuelo Theme:

              I have a fewer questios!
              Actually I have a long xml in the main folder, and a vert short one in every system.
              The xml you provide is very extensive, and it includes the main directory one.
              How does it affect the behavior of the theme? are there any conflicts between <tags> ?

              Instead of 2 same logos, could you use the same one in the main menu and in the game section?

              I think I will remain the dots and the whole background in one image, because you need in every theme the same clean background instead using one for all. That makes more images to load having to place over the game bg, character and controller.

              Thank you again!

              Most seem to have been answered in the post by Ecto, but I'll give my reasoning.

              My main folder XML is long as well.

              It sets the constant position for the background on both the system select and the game select screens, the # of games, the carousel for the logo, the games list position, as well as set to hide the other unwanted stuff, though I would have to read up and see if there is a new/better way to hide the unwanted info. I'm just doing it the way I've always done it and have not looked into newer ways.

              You could use the same file, the reason I didn't in my case is because I wanted to set a global position for both logos, and right now I am cheating to get them placed so there is lots of blank space around them.

              By making each page it's own image, it certainly makes it easier, since you can do this for everything:

              <pos>0 0</pos>
              <size>1 1</size>
              

              The reason I split everything is if I want to change a few things, I can do it via text/typing rather than editing it in Photoshop and re saving every time.

              It all comes down to preference/comfort really.

              I, myself, need to read up on using variables and other possible new tricks since I haven't really brushed up my XML knowledge on theming in a long time.

              chicueloC 1 Reply Last reply Reply Quote 1
              • chicueloC
                chicuelo @EctoOne
                last edited by

                @ectoone said in Chicuelo Theme:

                @chicuelo said in Chicuelo Theme:

                I have a fewer questios!
                Actually I have a long xml in the main folder, and a vert short one in every system.
                The xml you provide is very extensive, and it includes the main directory one.
                How does it affect the behavior of the theme? are there any conflicts between <tags> ?

                Instead of 2 same logos, could you use the same one in the main menu and in the game section?

                I think I will remain the dots and the whole background in one image, because you need in every theme the same clean background instead using one for all. That makes more images to load having to place over the game bg, character and controller.

                Thank you again!

                Tags are handled line by line from top to bottom, and since every system/theme.xml includes the main xml at the top, the tags in the system/theme.xml are processed last.
                That's why you can put everything in the main xml that should be globaly set. Like positions, sizes, font type etc.
                In my version I use that to position and format the short and long description of the systems and the only thing that is defined by the system/theme.xml is the actual text. With that method it is very easy to change layouts without editing multiple files.

                And you sure can use the same logo/image for different views without the need for multiple versions of the file.
                My version uses only a white 2 by 2 pixel image to create the background color, the black box where you had the system art, the white box where the text/logo is, the white box with your screenshot/text on it, and the dark blue box with the gamelist.
                The pixel is white because the color tag only works with that.

                Thank you @EctoOne Im a bit confused but I think I will succeed with this

                1 Reply Last reply Reply Quote 0
                • chicueloC
                  chicuelo @Keigan
                  last edited by

                  @keigan said in Chicuelo Theme:

                  @chicuelo said in Chicuelo Theme:

                  I have a fewer questios!
                  Actually I have a long xml in the main folder, and a vert short one in every system.
                  The xml you provide is very extensive, and it includes the main directory one.
                  How does it affect the behavior of the theme? are there any conflicts between <tags> ?

                  Instead of 2 same logos, could you use the same one in the main menu and in the game section?

                  I think I will remain the dots and the whole background in one image, because you need in every theme the same clean background instead using one for all. That makes more images to load having to place over the game bg, character and controller.

                  Thank you again!

                  Most seem to have been answered in the post by Ecto, but I'll give my reasoning.

                  My main folder XML is long as well.

                  It sets the constant position for the background on both the system select and the game select screens, the # of games, the carousel for the logo, the games list position, as well as set to hide the other unwanted stuff, though I would have to read up and see if there is a new/better way to hide the unwanted info. I'm just doing it the way I've always done it and have not looked into newer ways.

                  You could use the same file, the reason I didn't in my case is because I wanted to set a global position for both logos, and right now I am cheating to get them placed so there is lots of blank space around them.

                  By making each page it's own image, it certainly makes it easier, since you can do this for everything:

                  <pos>0 0</pos>
                  <size>1 1</size>

                  The reason I split everything is if I want to change a few things, I can do it via text/typing rather than editing it in Photoshop and re saving every time.

                  It all comes down to preference/comfort really.

                  I, myself, need to read up on using variables and other possible new tricks since I haven't really brushed up my XML knowledge on theming in a long time.

                  Great @Keigan! , Im still figuring what method is the best to use, Really don't know. Both are good and they have they advantages.
                  I have to try and test because I am working without real knowledge and pasting and changing tags until one goes right :D
                  Also reading all in English makes a bit more difficult the task

                  E 1 Reply Last reply Reply Quote 0
                  • E
                    EctoOne @chicuelo
                    last edited by

                    @chicuelo said in Chicuelo Theme:

                    I have to try and test because I am working without real knowledge and pasting and changing tags until one goes right :D

                    That's how I learned it as well.

                    Also I want to mention that you always can make a new repository on github if you have troubles or when you think you're finished and everyone can help and/or optimize it. Then they can send you a pull request and you can choose if you want to accept the changes.

                    chicueloC 1 Reply Last reply Reply Quote 1
                    • chicueloC
                      chicuelo @EctoOne
                      last edited by

                      @ectoone said in Chicuelo Theme:

                      hat's how I learned it as well.
                      Also I want to mention that you always can make a new repository on github if you have troubles or when you think you're finished and everyone can help and/or optimize it. Then they can send you a pull request and you can choose if you want to accept the changes.

                      That sounds pretty good, I like co-working. If you are interested I can prepare all the files, svg logos, artwork and other images and allow you to make the coding part. As long as people can enjoy a great theme I have no problems on letting anyone to help and improve the theme

                      E 1 Reply Last reply Reply Quote 0
                      • E
                        EctoOne @chicuelo
                        last edited by

                        @chicuelo I won't mind doing the coding part, at least that's something I can do because I'm bad at doing graphics.

                        chicueloC 1 Reply Last reply Reply Quote 0
                        • A
                          anderocha @chicuelo
                          last edited by

                          @chicuelo
                          how do I change "GAMES AVAILABLE" to "JOGOS DISPONÍVEIS"?

                          jonnykeshJ 1 Reply Last reply Reply Quote 0
                          • jonnykeshJ
                            jonnykesh @anderocha
                            last edited by

                            @anderocha You can't. The language is hard-coded into Emulation Station. It is not governed by the theme.
                            Well, technically, you can. You need to download the ES source code, alter it and then re-compile it.

                            1 Reply Last reply Reply Quote 0
                            • M
                              mahcneto
                              last edited by

                              This is one of the best themes around, congrats! can you add Atari800 screens? thanks in advance!

                              chicueloC 1 Reply Last reply Reply Quote 0
                              • chicueloC
                                chicuelo @EctoOne
                                last edited by

                                @ectoone said in Chicuelo Theme:

                                @chicuelo I won't mind doing the coding part, at least that's something I can do because I'm bad at doing graphics.

                                You are the man! if you want I can contact you by mail or facebook and we can finish the theme, add more systems and upload to retropie. Of course you have half of the credits :)

                                E 1 Reply Last reply Reply Quote 0
                                • chicueloC
                                  chicuelo @mahcneto
                                  last edited by

                                  @mahcneto said in Chicuelo Theme:

                                  This is one of the best themes around, congrats! can you add Atari800 screens? thanks in advance!

                                  Thank you! actually I am working on make the theme more easy for retropie to display so It doesn't lag and its rendered in HQ, when Im done with that I will add all the systems

                                  jonnykeshJ 1 Reply Last reply Reply Quote 1
                                  • jonnykeshJ
                                    jonnykesh @chicuelo
                                    last edited by jonnykesh

                                    @chicuelo I installed your theme to try it. It's a bit "sparse" for me to be honest and I do like simple GUIs.
                                    But can I ask why it is up/down to navigate between systems? Seems counter-intuitive when every other ES theme is left/right. Is it just to be different?

                                    KeiganK 1 Reply Last reply Reply Quote 0
                                    • KeiganK
                                      Keigan @jonnykesh
                                      last edited by

                                      @jonnykesh said in Chicuelo Theme:

                                      @chicuelo I installed your theme to try it. It's a bit "sparse" for me to be honest and I do like simple GUIs.
                                      But can I ask why it is up/down to navigate between systems? Seems counter-intuitive when every other ES theme is left/right. Is it just to be different?

                                      Certainly not every other, there are a bunch of vertical scrolling themes out. ES was originally only horizontal scrolling, so that would be why there are many more of that type.

                                      jonnykeshJ 1 Reply Last reply Reply Quote 0
                                      • jonnykeshJ
                                        jonnykesh @Keigan
                                        last edited by

                                        @keigan Which other ones scroll vertically?

                                        KeiganK 1 Reply Last reply Reply Quote 0
                                        • KeiganK
                                          Keigan @jonnykesh
                                          last edited by Keigan

                                          @jonnykesh said in Chicuelo Theme:

                                          @keigan Which other ones scroll vertically?

                                          Well off the top of my head I can't list any because I've only ever used themes I created, ones which scroll vertically. But a look at the ES Themes page and judging by the screen shots it seems as though the following all use vertical scroll:

                                          metro
                                          tv
                                          flat
                                          fundamental
                                          steampunk
                                          showcase
                                          SpaceOddity
                                          Royal_Primicia
                                          playstation
                                          superdisplay
                                          boxalloyred
                                          boxalloyblue
                                          greenilicious
                                          license2game
                                          comiccrazy
                                          tributeGoT
                                          tributeSTrek
                                          tributeSWars
                                          scv720

                                          these are just ones uploaded there, I'm sure there are many others

                                          jonnykeshJ 1 Reply Last reply Reply Quote 0
                                          • jonnykeshJ
                                            jonnykesh @Keigan
                                            last edited by

                                            @keigan So themes for Aloshi's og ES then? I won't try to track them all down... if they still work in the current RetroPie fork of ES (I doubt it). Anyway, thanks for the effort. Just seems counter-Intuitive to me, as I said. The much-loved and used Themes in this version of ES scroll horizontally for systems.

                                            KeiganK 1 Reply Last reply Reply Quote 0
                                            • 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.