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

    Flat Theme

    Scheduled Pinned Locked Moved Projects and Themes
    poor man wannabe richrich man wannabe king
    270 Posts 33 Posters 211.8k 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.
    • greekmanxG
      greekmanx
      last edited by greekmanx

      so I am loving the theme the dark version btw only issue is at the bottom of each game list it chops off the name of the game. 0_1487040426117_IMG_20170213_214413.jpg

      Also I now agree with nismo I would get rid of marquees they don't match the theme as you see in my pic looks cleaner without them. Also I only don't have them in pic because I manually made this list for DS and didn't add any marquees don't want them and don't know where to find them

      lilbudL hooperreH 2 Replies Last reply Reply Quote 0
      • lilbudL
        lilbud @greekmanx
        last edited by

        @greekmanx Doesn't happen to me

        Creator of the Radiocade: https://retropie.org.uk/forum/topic/6077/radiocade

        Backlog: http://backloggery.com/lilbud

        N 1 Reply Last reply Reply Quote 0
        • RoxsteadyR
          Roxsteady @greekmanx
          last edited by

          @greekmanx Ah I see. I only ask because in the video it showed the game title/logo on the top right. Universal XML Scraper so logo, images, box art are all in one.

          greekmanxG 1 Reply Last reply Reply Quote 0
          • greekmanxG
            greekmanx @Roxsteady
            last edited by greekmanx

            @Roxsteady you mean the marquee? I am using MotionBlue Rom packs so he compiled the marquees, images, videos, and gamelist.xml I just sent them to my pi. With the exception of DS that is I am making that myself.

            1 Reply Last reply Reply Quote 0
            • hooperreH
              hooperre @greekmanx
              last edited by hooperre

              @greekmanx Same thing for me. Happens with a few other themes (Simple) for me too. Found a fix for this? Mildly infurating.

              4B ~ RPi PSU 5.1V / 3.0A ~ 32GB SanDisk microSD ~ 128GB USB

              greekmanxG 1 Reply Last reply Reply Quote 0
              • greekmanxG
                greekmanx @hooperre
                last edited by

                @hooperre you mean the list cutting off if so no I have not found a fix it sucks but for now I live wish I knew why it did it

                mattrixkM 1 Reply Last reply Reply Quote 0
                • mattrixkM
                  mattrixk @greekmanx
                  last edited by

                  @greekmanx / @hooperre There are 2 things you can do to fix the gamelist getting cut off. First, open flat.xml and make one or both of these changes.

                  1. Change the <size> of the <textlist name="gamelist"> that is giving you trouble.
                    • eg: line 64 has <size>0.648 0.68</size>. The first number is the width of the gamelist, the second is the height. Both are in percent-of-screen-size. 1 is full width, 0.5 is half width and 0 is no width.
                    • Change the second number to one slightly smaller or larger and it will either hide the cut off item or show more of it (respectively).
                    • Remember to fix each of the gamelists that are getting cut off.
                  2. Add <lineSpacing> to the gamelist. This controls the space between lines (as a multiple of font height). The default is 1.5, so it would look like this: <lineSpacing>1.5</lineSpacing>.
                    • You can change that number to anything else. A higher number will increase the space between the lines and a lower number will decrease them.

                  Use either or both of these options to sort out your gamelists.

                  My ES themes: MetaPixel | Spare | Io | Indent

                  greekmanxG 1 Reply Last reply Reply Quote 0
                  • greekmanxG
                    greekmanx @mattrixk
                    last edited by

                    @mattrixk thanks man I changed line 172 to 0.64 and it is perfect which I assume you gave line 64 as an example because that is the non video gamelist I edited the video one and no more cutoff thanks for help.

                    mattrixkM 1 Reply Last reply Reply Quote 1
                    • mattrixkM
                      mattrixk @greekmanx
                      last edited by

                      @greekmanx Yes, line 64 is for Basic and Detailed Views. I wasn't sure if the same change would help both those and Video View, or if you would need to work them out separately.

                      I'm glad it worked out for you.

                      My ES themes: MetaPixel | Spare | Io | Indent

                      1 Reply Last reply Reply Quote 0
                      • N
                        Nismo @lilbud
                        last edited by Nismo

                        @lilbud I have downloaded your latest version from github and now I have giant marquees on top left of the screen and are on top of everything.

                        Definetively you need to fix the theme placing marquees in the right place or moving it out from the screen to don't display them.

                        Edit: the problem is that there is not "md_marquee" entry inside video view in flat.xml... for some reason you removed it and broken the theme.

                        Also the right name for turbograph 16 folder it's tg16.

                        lilbudL 1 Reply Last reply Reply Quote 1
                        • N
                          Nismo
                          last edited by

                          For those who want to fix marquees in this theme open flat.xml and replace:

                          <view name="video">
                          		<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>./assets/default.mp4</default>
                          			<showSnapshotNoVideo>false</showSnapshotNoVideo>
                          			<showSnapshotDelay>false</showSnapshotDelay>
                          		</video>
                          	</view>
                          

                          With:

                          <view name="video">
                          		<image name="md_marquee">
                          			<origin>0 0</origin>
                          			<pos>0.800 0.01</pos>
                          			<maxSize>0.19 0.10</maxSize>
                          		</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>./assets/default.mp4</default>
                          			<showSnapshotNoVideo>false</showSnapshotNoVideo>
                          			<showSnapshotDelay>false</showSnapshotDelay>
                          		</video>
                          	</view>
                          
                          1 Reply Last reply Reply Quote 1
                          • lilbudL
                            lilbud @Nismo
                            last edited by

                            @Nismo would I have to remove the tag from each theme.XML?

                            Creator of the Radiocade: https://retropie.org.uk/forum/topic/6077/radiocade

                            Backlog: http://backloggery.com/lilbud

                            N 1 Reply Last reply Reply Quote 0
                            • N
                              Nismo @lilbud
                              last edited by Nismo

                              @lilbud I don't understand you... What tag? For doing what?

                              lilbudL 1 Reply Last reply Reply Quote 0
                              • lilbudL
                                lilbud @Nismo
                                last edited by

                                @Nismo the marquee tag

                                Creator of the Radiocade: https://retropie.org.uk/forum/topic/6077/radiocade

                                Backlog: http://backloggery.com/lilbud

                                N 1 Reply Last reply Reply Quote 0
                                • N
                                  Nismo @lilbud
                                  last edited by Nismo

                                  @lilbud I explained well, just replace in flat.xml that's all.

                                  For NES I edited theme.xml inside nes folder to write short name "Nintendo NES" that way marquee is not on top of the name of that system.

                                  I also correctly renamed turbografx 16 folder to "tg16" to fix that system was not themed.

                                  greekmanxG 1 Reply Last reply Reply Quote 0
                                  • greekmanxG
                                    greekmanx @Nismo
                                    last edited by

                                    @Nismo that is all I would do I like the marques.

                                    N 1 Reply Last reply Reply Quote 0
                                    • N
                                      Nismo @greekmanx
                                      last edited by Nismo

                                      @greekmanx Yes, inside the flat theme folder there is a flat.xml file, just edit that file and replace the code with the one I provided a few posts ago, and save changes. Now marquees should display correctly (if you have them) and not giant logos on top of everything.

                                      1 Reply Last reply Reply Quote 0
                                      • S
                                        silviustro
                                        last edited by

                                        I have attempted to install the theme on the latest version of retropie and all I get is the blank theme... I can't explain why, as I looked trough the flat.xml file and the syntax seems to be OK.

                                        1 Reply Last reply Reply Quote 0
                                        • N
                                          nickavv
                                          last edited by

                                          I love this theme, except for the colors on the background of the system carousel. I created a fork that just has grey backgrounds there, in case anybody is interested in that modification. Everything else is the same great theme (great work lilbud)!

                                          https://github.com/nickavv/es-theme-flat

                                          1 Reply Last reply Reply Quote 0
                                          • hooperreH
                                            hooperre @lilbud
                                            last edited by

                                            @lilbud Is the grid view available? Or is that a concept? Or is there some way to do it with the master that I don't understand?

                                            4B ~ RPi PSU 5.1V / 3.0A ~ 32GB SanDisk microSD ~ 128GB USB

                                            lilbudL 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.