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

    [Theme] Art Book

    Scheduled Pinned Locked Moved Projects and Themes
    themethemesthemes with vidtheming
    384 Posts 72 Posters 231.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.
    • ande.rochaA
      ande.rocha Banned @duiz
      last edited by

      @duiz
      Could you make the link available again please?

      D 1 Reply Last reply Reply Quote 0
      • D
        duiz @ande.rocha
        last edited by

        @ande-rocha To the developer/publisher mod?

        Here you go: https://mega.nz/#!540i1I6Z!uEyLtDy1SMY3PdPlXDjZyc1OdJqC5XONqlAVnIp4AYA

        ande.rochaA 1 Reply Last reply Reply Quote 0
        • ande.rochaA
          ande.rocha Banned @duiz
          last edited by

          @duiz MUITO OBRIGADO! Thank you!

          D 1 Reply Last reply Reply Quote 0
          • D
            duiz @ande.rocha
            last edited by

            fico feliz que tenha gostado, @ande-rocha

            1 Reply Last reply Reply Quote 1
            • ande.rochaA
              ande.rocha Banned @Jaxel
              last edited by

              @Jaxel Congratulations! This layout of elements was great ... could you share those settings?

              1 Reply Last reply Reply Quote 0
              • ande.rochaA
                ande.rocha Banned
                last edited by ande.rocha

                I would like to know if it is possible to change only the background image of the main menu without changing the game selection screen.

                https://imgur.com/a/rJ6tRd2

                CarnivoreC 1 Reply Last reply Reply Quote 0
                • CarnivoreC
                  Carnivore @ande.rocha
                  last edited by

                  @ande-rocha Wow the theme you're using is quite impressive!!! Is it your own creation?

                  ande.rochaA 1 Reply Last reply Reply Quote 0
                  • ande.rochaA
                    ande.rocha Banned @Carnivore
                    last edited by

                    @Carnivore
                    I made a little adaptation to the wonderful art-book theme.
                    For the time being, I added colored logos and changed the background only.

                    CarnivoreC 1 Reply Last reply Reply Quote 0
                    • CarnivoreC
                      Carnivore @ande.rocha
                      last edited by Carnivore

                      @ande-rocha It's great what you've done. From what I see though the game description text is barely visible - perhaps you might want to switch it to white. I'd gladly use the theme edited by you in the future, if you decide to share it!

                      1 Reply Last reply Reply Quote 0
                      • ande.rochaA
                        ande.rocha Banned
                        last edited by

                        @alphatoanant

                        is it possible to change the background of the system selection menu without changing the background of the game selection menu?

                        HurricaneFanH alphatoanantA 2 Replies Last reply Reply Quote 0
                        • HurricaneFanH
                          HurricaneFan @ande.rocha
                          last edited by

                          @ande-rocha Yeah you could, you just need to tweak the xml.

                          1 Reply Last reply Reply Quote 1
                          • alphatoanantA
                            alphatoanant @ande.rocha
                            last edited by

                            @ande-rocha yes it is

                            Check out these blocks in the XML:

                            This one controls the background defaults for all views

                            <view name="system,basic,detailed,video">
                             ...
                             <image name="background" extra="true">
                              <tile>true</tile>
                              <origin>0 0</origin>
                              <pos>0 0</pos>
                              <size>1 1</size>
                              <path>./_inc/images/space.png</path>
                              <color>141414</color>
                             </image>
                            </view>
                            

                            And this one sets an override for the detail and video views

                            <view name="detailed,video">
                             ...
                             <image name="background" extra="true">
                              <color>cccccc</color>
                             </image>
                             ...
                            </view>
                            

                            There are a few ways you can approach an update to get what you are looking for I think.

                            For example:

                            • Change the "<view name="system,basic,detailed,video">" to just "system" and add the image you are looking for there
                            • then add a new background definition under "<view name="basic,detailed,video">" and copy the previous background color settings there

                            Let me know if that helps

                            My RetroPie Themes:
                            Art Book https://github.com/anthonycaccese/es-theme-art-book
                            Art Book Next https://github.com/anthonycaccese/art-book-next-retropie
                            TFT https://github.com/anthonycaccese/es-theme-tft

                            rand0mR 1 Reply Last reply Reply Quote 1
                            • F
                              fastpop72
                              last edited by

                              Thanks for this great theme.
                              These days i will pass my retropie installation on a bartop with a 4:3 monitor that display a resolution of 1280x1024.
                              The 4:3 theme doesn't support well this resolution, the Launch & Favorite for example are truncated.
                              Someone could tell me which xml files i have to edit to move some of the blocks?

                              Thorr69T 1 Reply Last reply Reply Quote 0
                              • Thorr69T
                                Thorr69 @fastpop72
                                last edited by

                                @fastpop72 Just to keep it straight, 1280x1024 is a 5:4 aspect ratio which is why the 4:3 doesn't quite work.

                                RPi 3b
                                Official PSU
                                Official RetroPie image
                                Pandora's Box 5 controller

                                1 Reply Last reply Reply Quote 0
                                • rand0mR
                                  rand0m @alphatoanant
                                  last edited by

                                  @alphatoanant Hi, great minimal theme. If you permit I would love to use the gamelist view in an attract-mode theme. I will of-course give proper credit and link to your original work. Thanks

                                  alphatoanantA 1 Reply Last reply Reply Quote 1
                                  • alphatoanantA
                                    alphatoanant @rand0m
                                    last edited by

                                    @rand0m yes of course, thank you for doing a port of this! If there is anything I can help with please let me know.

                                    My RetroPie Themes:
                                    Art Book https://github.com/anthonycaccese/es-theme-art-book
                                    Art Book Next https://github.com/anthonycaccese/art-book-next-retropie
                                    TFT https://github.com/anthonycaccese/es-theme-tft

                                    rand0mR 1 Reply Last reply Reply Quote 1
                                    • rand0mR
                                      rand0m @alphatoanant
                                      last edited by

                                      @alphatoanant said in [Theme] Art Book:

                                      @rand0m yes of course, thank you for doing a port of this! If there is anything I can help with please let me know.

                                      Thanks a lot!

                                      1 Reply Last reply Reply Quote 0
                                      • agboju_logunA
                                        agboju_logun
                                        last edited by

                                        absolutely loving this theme, less is defo more :D good work alphatoanant

                                        would there be any chance of getting an openbor system added please? i have had a go myself... added an openbor folder and converted the logo .svg (which i nabbed from the first post in this thread) into a monochrome .png. it's working, i've got an openbor system with the logo displayed which is cool but the .png is pretty pixelated and doesn't look great compared to your logos. (i tried a few different online .svg converters before resorting to converting the logo to a .png)

                                        i've also tweaked the background colour on the system selection on my setup to make the background black (000000) instead of dark grey (141414), looks ace... the system logos really pop out.

                                        cheers!

                                        alphatoanantA 1 Reply Last reply Reply Quote 1
                                        • alphatoanantA
                                          alphatoanant @agboju_logun
                                          last edited by

                                          Thank you @agboju_logun! I'll start looking at editing the openbor logo and will post something in the next few days. I should be able to edit the raw SVG from that thread to convert colors and things.

                                          My RetroPie Themes:
                                          Art Book https://github.com/anthonycaccese/es-theme-art-book
                                          Art Book Next https://github.com/anthonycaccese/art-book-next-retropie
                                          TFT https://github.com/anthonycaccese/es-theme-tft

                                          agboju_logunA 1 Reply Last reply Reply Quote 0
                                          • agboju_logunA
                                            agboju_logun @alphatoanant
                                            last edited by

                                            @alphatoanant that would be great, mate... thanks very much!

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