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

    Top requested arcade games for overlays

    Scheduled Pinned Locked Moved Projects and Themes
    overlayarcadepoll
    594 Posts 34 Posters 646.2k 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.
    • B
      backstander @UDb23
      last edited by

      @UDb23
      I think it might be best if @simbz23 makes his own repo and @meleu script can access it as needed. The only reason is so that @simbz23 will have full control of his work and if/when he does more overlays, he can just upload them without having to do a merge request and wait for it to get added. I hope that doesn't sound mean but I think it would be the best for everyone involved :-)

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

        @backstander I aggree. I'm making a more powerfull and flexible script.
        Able to install overlays, launching art, and "scrape" images (like this one @UDb23 made for Burning Force) from any github repo that follows some naming convention and fills the info.txt files correctly.

        Once we start to use the info.txt file, the naming conventions don't need to be so strict as it is currently. But I'll talk about all the details when the script is ready.

        I'm planning to focus on the code in this weekend. :-)

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

          @UDb23 said in Top requested arcade games for overlays:

          Still we have to decide a standard naming for the Repo and your script.
          At this point I'd suggest no quotes for overlay image filename, to avoid this kind of issues.

          We can't give up the "quotes" feature. Some ROM file names have spaces (e.g.: Mega Man 3 (U).nes), and then the value on the right of the = sign must be between "quotes" (let's call it ASCII double quotes).

          Unfortunately I don't know how to make those keyboards avoid the weird quotes, but we need that ASCII one.

          • Useful topics
          • joystick-selection tool
          • rpie-art tool
          • achievements I made
          B UDb23U 2 Replies Last reply Reply Quote 2
          • B
            backstander @meleu
            last edited by backstander

            @meleu
            I think we should be okay using them as long as they are "ASCII double quotes". I believe that these ASCII quotes are only technically needed if the rom filenames have spaces or special characters in them. I think most people quote everything just to be safe lol.

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

              @meleu said in Top requested arcade games for overlays:

              We can't give up the "quotes" feature.

              OK

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

                @meleu said in Top requested arcade games for overlays:

                and "scrape" images

                Would love that feature; I prefer selecting "game images" for ES's Detailed view
                vs general scraping tools. I'm not that "must install 4575 roms" person; I like to have my personal selection of games installed and these should have corresponding selected (or specifically created) high quality artwork.

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

                  @meleu said in Top requested arcade games for overlays:

                  I think it might be best if @simbz23 makes his own repo
                  @backstander I aggree. I'm making a more powerfull and flexible script.

                  Right. Makes sense.

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

                    @backstander said in Top requested arcade games for overlays:

                    I think most people quote everything just to be safe

                    and/or because they use a script to automate some tasks (and the script doesn't need a logic to check if the full path has spaces, it just uses the quotes and go ahead) :-)

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

                      @UDb23 said in Top requested arcade games for overlays:

                      @meleu said in Top requested arcade games for overlays:

                      and "scrape" images

                      Would love that feature; I prefer selecting "game images" for ES's Detailed view
                      vs general scraping tools. I'm not that "must install 4575 roms" person; I like to have my personal selection of games installed and these should have corresponding selected (or specifically created) high quality artwork.

                      I also love the launching art for specific games feature. It was introduced on RetroPie because you dared to much asking for it :) but I think it's a subutilized feature.

                      My hope is that my script will change it and make more and more people using customized art. I see many cool art here in the forum but they are a bit scattered in several posts... If the artists start to organize their art on github repositories, the script will be able to get them. ;-)

                      • Useful topics
                      • joystick-selection tool
                      • rpie-art tool
                      • achievements I made
                      B UDb23U 2 Replies Last reply Reply Quote 4
                      • B
                        backstander @meleu
                        last edited by backstander

                        @meleu
                        A toast to your vision of the future! Hear, hear!

                        Image

                        1 Reply Last reply Reply Quote 1
                        • S
                          simbz23 @UDb23
                          last edited by simbz23

                          @UDb23

                          If I may give a suggestion: could you split the instructions part? From 2 "rows" to 4 by splitting each row graphics in two. It's​ a little bit small to read in current layout.

                          I totally agree, I thought it was small as well, but I included it for authenticity. Issue is, if I split each box in 2, the boxes will not all be the same size, so I am gonna do some photoshopping later today and arrange/create/extend the instructions so they are bigger/easier to read, but all in one box.

                          @meleu @UDb23
                          So I am in the process of creating the repo, my first time making one, so I needed some clarification on a couple things...

                          1. How should I avoid this issue with the bogus quotes using a mac (other than not using a mac lol), especially since the script will access my repo? I guess I could copy the quotes from existing cfgs that work when making new ones :-p

                          2. How should I name/organize the folder structure for my repo, keeping in mind the script access?

                          Overlay and launching image repo
                          https://github.com/simbz33/retropie-overlay

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

                            1. How should I avoid this issue with the bogus quotes using a mac (other than not using a mac lol), especially since the script will access my repo?

                            Honestly I don't know. I'll leave this questions to the experienced guys (my keyboard just works).

                            1. How should I name/organize the folder structure for my repo, keeping in mind the script access?

                            We discuss about it in this thread. Any questions should be asked there. But I can simplify this way:

                            • Each game art must have its own folder, so name the folder with the game name (spaces are allowed).

                            • Each folder must have an info.txt file with some configs in it, but I suggest you to not worry about info.txt for now. Maybe you want to get used to github first (it has its peculiarities). When I release something usable, I'll detail the info.txt format (here is draft anyway: INFO.md. But I insist, don't worry about it for now.)

                            • Look at the directory structure in @UDb23 repo as an example: https://github.com/UDb23/rpie-ovl/. Note: the system folders (arcade, atari2600, gba) are optional for the new script I'm working now, but certainly keep things more organized.

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

                              @meleu Thanks for the info! I just copied the "good" quotes will use that as a template going forward

                              Here is my repo:

                              https://github.com/simbz33/retropie-overlay

                              Overlay and launching image repo
                              https://github.com/simbz33/retropie-overlay

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

                                @simbz23 please, use system = "arcade" in those info.txt. I'll need this on the new script. ;-)

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

                                  @meleu said in Top requested arcade games for overlays:

                                  system = "arcade"

                                  You got it, made the changes!

                                  Overlay and launching image repo
                                  https://github.com/simbz33/retropie-overlay

                                  1 Reply Last reply Reply Quote 1
                                  • S
                                    simbz23
                                    last edited by

                                    @meleu By the way I just somehow found out that you included the option to show specific game launch images. Love it, awesome work!

                                    Overlay and launching image repo
                                    https://github.com/simbz33/retropie-overlay

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

                                      @simbz23 blame it on @UDb23 ! It was his idea! :D

                                      • Useful topics
                                      • joystick-selection tool
                                      • rpie-art tool
                                      • achievements I made
                                      UDb23U S 2 Replies Last reply Reply Quote 2
                                      • UDb23U
                                        UDb23 @meleu
                                        last edited by

                                        @meleu Pretty sure that the Ovl Repo & install Script project will stimulate people to create more art and put it together :-)

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

                                          @meleu said in Top requested arcade games for overlays:

                                          blame it on

                                          LOL

                                          1 Reply Last reply Reply Quote 0
                                          • S
                                            simbz23 @meleu
                                            last edited by

                                            Lol thanks is in order to both @meleu @UDb23 then!

                                            Overlay and launching image repo
                                            https://github.com/simbz33/retropie-overlay

                                            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.