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 223.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.
    • N
      Nismo @lilbud
      last edited by Nismo

      @lilbud See my tips on the post above, also I changed <size> for <maxSize> for marquees in your flat.xml that way you can adjust the maximum for a wheel art to not override anything.

      Also remove them it's a good idea too, because I think wheels broke a bit the flat style of the theme.

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

        Just FYI @greekmanx When you swap the images from Megadrive to Genesis, and PCEngine to TB16, the PCEngine/TB16 logo breaks but the Genesis logo is fixed. So I swapped back.

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

          Are you guys making changes via the github link? Just so to be sure I download the latest theme as we go along.

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

            @Roxsteady I believe @greekmanx is making the changes in his local copy, not to the GitHub. Not sure

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

            Backlog: http://backloggery.com/lilbud

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

              I honestly don't know how to make changes to github I am new to this and the only change I made was fix the pc engine to say hudson instead of nintendo.

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

                @greekmanx How did you get the title logo to show at the top right for each game?

                greekmanxG 1 Reply Last reply Reply Quote 0
                • S
                  stackdefiler
                  last edited by

                  @greekmanx let me know if you need help making a pull request on Github. The basic gist is to fork his repo https://github.com/lilbud/es-theme-flat and then make your changes to your fork. You can then send a pull request to his repo so that the changes are updated to the master.

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

                    @Roxsteady I didn't do anything just installed theme only change I made is edit the theme.xml in pcengine to say hudson instead of nintendo.

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

                      @stackdefiler the way you wrote it seems easy I will try that when and if I make more changes.

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