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

    rpie-art: easy way to install art on your RetroPie

    Scheduled Pinned Locked Moved Projects and Themes
    artscriptrpie-artoverlayslaunching image
    98 Posts 24 Posters 45.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.
    • meleuM
      meleu @UDb23
      last edited by

      @UDb23 if system = "arcade" the user will see this screen when installing the overlay:

      0_1493056433843_rpie-art_arcade-dir.png

      if system = fba, the script will install in fba folder.

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

        @UDb23 Does that overlay need a different config for fbalpha?

        UPDATE: I saw the file in your repo and now I know, the answer is "yes, different configs". Please wait, I'm making some adjustments on the script to work with the optional art.

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

          @UDb23 I've made small improvements on the script and submitted a PR to your repo.

          There's no need to duplicate files, you can use relative paths in info.txt, like this:

          game_name = "The End"
          system = "fba"
          rom_config = "theend.zip.cfg"
          overlay_config = "../theend.cfg"
          overlay_image = "../theend_udb-ovl.png"
          
          • Useful topics
          • joystick-selection tool
          • rpie-art tool
          • achievements I made
          UDb23U 1 Reply Last reply Reply Quote 1
          • UDb23U
            UDb23 @meleu
            last edited by

            @meleu nice. So we'll place in the subfolder just the strictly necessary files.
            According to your PR (merged), subfolder name seems not relevant, as you get a specific info.txt in that subfolder. Is that correct?
            In case then I need to update also Gyruss (has option 1).

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

              @UDb23 said in rpie-art: easy way to install art on your RetroPie:

              So we'll place in the subfolder just the strictly necessary files.

              Yep.

              According to your PR (merged), subfolder name seems not relevant, as you get a specific info.txt in that subfolder. Is that correct?

              Yep yep! All folders with an info.txt file in it is parsed. No matter how the folder is named. But naming the folder with a descriptive name should be nice, since it's what the user will see in menus:

              ovl-list

              In the /contrib/meleu subfolders I put several info.txt files for launching art, look how the menu looks like:

              launch-list

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

                UPDATE

                Now you can install the script on RetroPie Menu and then navigate through menus using a joystick. Just run the script with --install argument:

                ./rpie-art.sh --install
                

                If emulationstation is running, you'll need to restart it.

                While in the menus like the one below, press B button to check the items you want to install, and press A to "Continue".

                ovl_list

                • Useful topics
                • joystick-selection tool
                • rpie-art tool
                • achievements I made
                lilbudL L 2 Replies Last reply Reply Quote 1
                • lilbudL
                  lilbud @meleu
                  last edited by

                  @meleu What are the ducktales and contra ones? I never saw them

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

                  Backlog: http://backloggery.com/lilbud

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

                    @lilbud A nice lad named @lilbud made them. Those files are at contrib/meleu just as a proof-of-concept that my script works with an URL. My files are just pointing to those images at retropie-splashscreens-extra repositories. Look at my files:

                    https://github.com/UDb23/rpie-ovl/blob/master/contrib/meleu/Contra/info.txt
                    https://github.com/UDb23/rpie-ovl/blob/master/contrib/meleu/DuckTales/info.txt

                    edit:
                    if you don't mind in leaving this as is, I can add the creator field giving the credit to that nice lad.

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

                      @meleu Oh, I forgot I made these. I thought you made Contra and Ducktales Overlays.

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

                      Backlog: http://backloggery.com/lilbud

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

                        @lilbud said in rpie-art: easy way to install art on your RetroPie:

                        I thought you made Contra and Ducktales Overlays.

                        This tool is useful to install launching images too. I mean, launching images for a specific game.

                        By the way, I'll add an info.txt file for that splashscreen you've made for Shadow Dancer :)

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

                          This is cool. Are there hopes of adding a 4:3 option for those of us that doesn't have a widescreen, and still wants to use these?

                          My "Bubble Bobble" Themed Bartop Arcade
                          My Gameboy

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

                            @andershp The script just installs the overlay/configs as the creator created it. The script don't know about aspect ratio :-)
                            To make those 4:3 overlays installable they must be on github (first step) and have proper info.txt files (we can help with this once the images are on a github repo).

                            Cheers!

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

                              Hello friends.

                              The rpie-art is now able to install the cool nes-mini theme launching images from @ruckage .

                              Update your rpie-art and you'll see a new repository named https://github.com/meleu/rpie-launching-images

                              I hope you enjoy.

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

                                @meleu Hey Meleu, had a chance to use rpie-art over the weekend and it works great! Been having a blast installing and testing overlays for arcade games. The script works great. Will update and try out when home for the new launching images.

                                1 Reply Last reply Reply Quote 2
                                • AndersHPA
                                  AndersHP
                                  last edited by

                                  Is it possible to see the art before installing? I cannot really find it on the repo.

                                  My "Bubble Bobble" Themed Bartop Arcade
                                  My Gameboy

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

                                    @andershp said in rpie-art: easy way to install art on your RetroPie:

                                    Is it possible to see the art before installing?

                                    No. I'll try to implement this when I have a chance.

                                    But regarding the theme based launching images, they fit better when using the respective theme. ;-)

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

                                      @meleu said in rpie-art: easy way to install art on your RetroPie:

                                      UPDATE

                                      Now you can install the script on RetroPie Menu and then navigate through menus using a joystick. Just run the script with --install argument:

                                      ./rpie-art.sh --install
                                      

                                      If emulationstation is running, you'll need to restart it.

                                      While in the menus like the one below, press B button to check the items you want to install, and press A to "Continue".

                                      Hi Meleu, I detected an error in the rpie-art script when trying to launching it from the Retropie Menu, you receive 4 errors like : "ls: cannot access /root/Retropie/roms ... No such file or directory" preventing the launch of the script, since the RetropieMenu is been launched by the Root user the following line in the script must be modified:

                                      readonly RP_DIR "$HOME/RetroPie"

                                      To
                                      readonly RP_DIR "/home/pi/Retropie"

                                      That will fix the error while executing the script as Root and you will be able to launch the script from the RetropieMenu.

                                      Thanks for the script!

                                      meleuM 1 Reply Last reply Reply Quote 0
                                      • meleuM
                                        meleu @Lord-Raziel
                                        last edited by

                                        @lord-raziel thanks for the report.

                                        Could you confirm your RetroPie-Setup version?

                                        You can see the version on the top left dialog box of retropie_setup.sh, like 4.0 in the image below:
                                        rpsetup

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

                                          @meleu said in rpie-art: easy way to install art on your RetroPie:

                                          @lord-raziel thanks for the report.

                                          Could you confirm your RetroPie-Setup version?

                                          @meleu, my RetroPie-Setup version is 4.2.3

                                          meleuM 1 Reply Last reply Reply Quote 0
                                          • meleuM
                                            meleu @Lord-Raziel
                                            last edited by

                                            @lord-raziel please, can you update your RetroPie-Setup and try again with my original script?

                                            The problem you reported were "fixed" in version 4.2.8. I should mention it in the OP. Will do it if you confirm that it's working fine for you.

                                            • Useful topics
                                            • joystick-selection tool
                                            • rpie-art tool
                                            • achievements I made
                                            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.