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

    Handheld Overlays [PSD+PNG+CFG]

    Scheduled Pinned Locked Moved Projects and Themes
    gbagbcgame geargame boyoverlay
    29 Posts 11 Posters 23.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.
    • L
      Lodan-Zark
      last edited by

      Well first of all you have to put the files into the the RPi, for that I use the WinSCP.
      You can put the files anywhere youwant, since you define the correct path it will work, personally I like to keep the overlay files inside the platform config folder.

      Lets make a quick example for the GBA:
      The GBA configs its located: /opt/retropie/configs/gba/

      and I have preference for the grid version of the overlay so I move the files gba1080p_grid.png and gba1080p_grid.cfg into the folder: /opt/retropie/configs/gba/overlay/

      then I open the file gba_video_settings.cfg to copy the content and paste it into the file: /opt/retropie/configs/gba/retroarch.cfg

      In this case the content it's:

      video_smooth = false

      aspect_ratio_index = "22"

      custom_viewport_width = "1140"
      custom_viewport_height = "760"
      custom_viewport_x = "390"
      custom_viewport_y = "160"

      input_overlay_enable = true
      input_overlay_opacity = 1.0
      input_overlay_scale = 1.0
      input_overlay = /opt/retropie/configs/gba/overlay/gba1080p_grid.cfg
      "
      and should it work ;)

      I am not good to explain but if you wanna learn something more you can check it out here:
      https://github.com/libretro/RetroArch/wiki/Overlay-image-configuration

      UDb23U 1 Reply Last reply Reply Quote 0
      • UDb23U
        UDb23 @Lodan-Zark
        last edited by

        @Lodan-Zark NIce overlays.
        @Lodan-Zark , @itsnitro: For easy selection and installation of overlays @meleu has created a great script.
        Overlays and CFGs must follow a specific naming convention and be placed in the Github overlay Repository. If interested, check here.

        1 Reply Last reply Reply Quote 1
        • meleuM
          meleu @Lodan-Zark
          last edited by

          @Lodan-Zark Yeah, placing the files in a github repository makes things simpler. :-)
          I'm currently working in a tool to let the artist guys give more attention to making and releasing art and less in configs (or explaining how to config). It's an evolution of the script I've made for @UDb23 's github repository.
          If you follow the directions on the thread @UDb23 mentioned above, you'll can take advantage of this tool when it is released.

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

            @meleu I don't know well how to send the files to github repository :\ if you want you can upload them yourself to make other people life easier.

            1 Reply Last reply Reply Quote 0
            • papinistP
              papinist
              last edited by

              I would love to have this overlay for a 4:3 screen (actually 5:4, 1280x1024) to use in my bartop project! Doing this myself from your images is not ideal since I miss top and bottom part.
              To have a decent quality from suc a low resolution games, I'm using x4 resolution for gb, gbc, gg, lynx and ngpc, and x3 for gba.

              1 Reply Last reply Reply Quote 0
              • HurricaneFanH
                HurricaneFan
                last edited by

                @UDb23 Any chance these can get added to your GitHub?

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

                  @hurricanefan Will have a look at these; shouldn't be difficult to create the info files required to be used with the install script.

                  HurricaneFanH 1 Reply Last reply Reply Quote 1
                  • HurricaneFanH
                    HurricaneFan @UDb23
                    last edited by

                    @udb23 That is amazing news! You rock.

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

                      @hurricanefan @meleu
                      created required files and uploaded gamegear overlay to the Repo as test.

                      Could you kindly check if it installs as expected ?

                      HurricaneFanH 2 Replies Last reply Reply Quote 0
                      • HurricaneFanH
                        HurricaneFan @UDb23
                        last edited by

                        @udb23

                        Hi UDb23, I installed the gamegear overlay this morning after seeing your message. I don't see the overlay working through when I start up a game.

                        I am using lr-genesis-plus-gx as the emulator.

                        0_1537623229465_Screen Shot 2018-09-22 at 9.28.04 AM.png

                        0_1537623241516_Screen Shot 2018-09-22 at 9.28.18 AM.png

                        0_1537623255449_gamegear.png

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

                          @hurricanefan I think we need @meleu's help ...

                          HurricaneFanH meleuM 2 Replies Last reply Reply Quote 0
                          • HurricaneFanH
                            HurricaneFan @UDb23
                            last edited by

                            @udb23 I got it working.

                            The only thing missing was a retroarch settings update:

                            In /opt/retropie/configs/gamegear/retroarch.cfg

                            Add the following:

                            video_smooth = false
                            
                            aspect_ratio_index = "22"
                            
                            custom_viewport_width = "960"
                            custom_viewport_height = "876"
                            custom_viewport_x = "480"
                            custom_viewport_y = "102"
                            
                            input_overlay_enable = true
                            input_overlay_opacity = 1.0
                            input_overlay_scale = 1.0
                            input_overlay = /opt/retropie/configs/gamegear/overlay/gg-1080p_grid_LZ-ovl.cfg
                            

                            Overlay screenshot working:
                            0_1537737522632_gamegear.jpg

                            1 Reply Last reply Reply Quote 0
                            • HurricaneFanH
                              HurricaneFan @UDb23
                              last edited by

                              @udb23 I think I found what happened, the gamegear retroarch.cfg got copied to the gba config folder. So something in the install went wrong with the overlay tool.

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

                                @udb23 thanks to the @HurricaneFan discoveries above I've submitted a PR with the fix:
                                https://github.com/UDb23/rpie-ovl/pull/52

                                Cheers!

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

                                  @meleu Thanks for fixing the code!

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

                                    @HurricaneFan @meleu Merged.
                                    Sorry I couldn' t help on this but I was on a business trip abroad.
                                    On the weekend I'll add the other handheld overlays.

                                    HurricaneFanH 1 Reply Last reply Reply Quote 0
                                    • HurricaneFanH
                                      HurricaneFan @UDb23
                                      last edited by

                                      @udb23 It's ok. It was fun to troubleshoot.

                                      Thanks for your help with this! I really appreciate it.

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

                                        @hurricanefan Gameboy added.

                                        HurricaneFanH 1 Reply Last reply Reply Quote 1
                                        • HurricaneFanH
                                          HurricaneFan @UDb23
                                          last edited by

                                          @udb23 Cool, I'll test it tomorrow.

                                          1 Reply Last reply Reply Quote 1
                                          • A
                                            Arnulf
                                            last edited by

                                            @Lodan-Zark said in Handheld Overlays [PSD+PNG+CFG]:

                                            aspect_ratio_index = "22"

                                            I had problems with this new config.
                                            but since I changed it to
                                            aspect_ratio_index = "23"
                                            it worked for me

                                            20 = Config, 21 = 1:1 PAR, 22 = Core Provided, 23 = Custom Viewport

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