RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    Please do not post a support request without first reading and following the advice in https://retropie.org.uk/forum/topic/3/read-this-first

    Help with Golly! Ghost! Overlay using lr-MAME2016

    Scheduled Pinned Locked Moved Help and Support
    lr-mame2016mame artworkmame overlaysmame2016
    14 Posts 4 Posters 2.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.
    • DreamcastKidD
      DreamcastKid Banned @TPR
      last edited by BuZz

      @tpr

      i do mine a little differently, and has always worked for me

      for lr-mame2016 and lr-mame2013, lr-mame2013-plus

      i just simply use a .png file overlay and a .cfg file and put it in ... /opt/retropie/configs/all/retroarch/overlay/

      eg. for the Arcade Game Wyvern-F0

      wyvernf0.png
      wyvernf0.cfg

      contents of wyvernf0.cfg is as follows ...

      overlays = 1
      overlay0_overlay = wyvernf0.png
      overlay0_full_screen = true
      overlay0_descs = 0
      

      then in /opt/retropie/configs/all/retroarch/config/MAME 2016

      i also have another wyvernf0.cfg file .. contents of this one contain all my personal settings for the game, but it's the last 3 lines that ares the important ones that references the overlay

      all_users_control_menu = "false"
      video_crop_overscan = "false"
      custom_viewport_width = "740"
      custom_viewport_height = "1024"
      custom_viewport_x = "270"
      custom_viewport_y = "0"
      aspect_ratio_index = "23"
      video_shader_enable = "false"
      input_overlay_enable = "true"
      input_overlay_opacity = "1.000000"
      input_overlay = "~/.config/retroarch/overlay/wyvernf0.cfg"
      
      
      roslofR 1 Reply Last reply Reply Quote 1
      • roslofR
        roslof @DreamcastKid
        last edited by roslof

        @dreamcastkid said in Help with Golly! Ghost! Overlay using lr-MAME2016:

        @tpr

        i do mine a little differently, and has always worked for me

        for lr-mame2016 and lr-mame2013, lr-mame2013-plus

        i just simply use a .png file overlay and a .cfg file and put it in ... /opt/retropie/configs/all/retroarch/overlay/

        eg. for the Arcade Game Wyvern-F0

        wyvernf0.png
        wyvernf0.cfg

        contents of wyvernf0.cfg is as follows ...

        overlays = 1
        overlay0_overlay = wyvernf0.png
        overlay0_full_screen = true
        overlay0_descs = 0
        

        then in /opt/retropie/configs/all/retroarch/config/MAME 2016

        i also have another wyvernf0.cfg file .. contents of this one contain all my personal settings for the game, but it's the last 3 lines that ares the important ones that references the overlay

        all_users_control_menu = "false"
        video_crop_overscan = "false"
        custom_viewport_width = "740"
        custom_viewport_height = "1024"
        custom_viewport_x = "270"
        custom_viewport_y = "0"
        aspect_ratio_index = "23"
        video_shader_enable = "false"
        input_overlay_enable = "true"
        input_overlay_opacity = "1.000000"
        input_overlay = "~/.config/retroarch/overlay/wyvernf0.cfg"
        
        

        Right, that works fine as a static retroarch overlay, but don't do that for Golly Ghost. The MAME background is dynamic. Sections of the overlay turn on and off as ghosts appear. For games like this, consider removing any retroarch overlays and follow my advice for all the goodness. There are number of games that work especially well with the MAME system. Consider it an additional tool and not a full substitution for Retroarch overlays.

        DreamcastKidD 1 Reply Last reply Reply Quote 0
        • DreamcastKidD
          DreamcastKid Banned @roslof
          last edited by BuZz

          @roslof said in Help with Golly! Ghost! Overlay using lr-MAME2016:

          but don't do that for Golly Ghost. The MAME background is dynamic.

          oh, i didn't realize you could have dynamic backgrounds

          cool :)

          Oh well, for my purposes ... static overlays do the job fine for me :)

          I only use them for vertical games to add artwork to the sides.

          TPRT 1 Reply Last reply Reply Quote 0
          • TPRT
            TPR @DreamcastKid
            last edited by

            @dreamcastkid said in Help with Golly! Ghost! Overlay using lr-MAME2016:

            @roslof said in Help with Golly! Ghost! Overlay using lr-MAME2016:

            but don't do that for Golly Ghost. The MAME background is dynamic.

            oh, i didn't realize you could have dynamic backgrounds

            cool :)

            Oh well, for my purposes ... static overlays do the job fine for me :)

            I only use them for vertical games to add artwork to the sides.

            Yeah, that's a bit different from what I was talking about. The overlays I needed are the ones where the artwork is overlayed on top of the gameplay to create part of the gameplay field. For example, a game like Armor Attack is basically unplayble without the graphic overlay as you can't tell where your vehicle is going:

            armor_attack_overlay-me.png

            But I do appreciate your comments on adding bezels and other graphic elements. When I get to that point in my build, I'll take a look at it.

            DreamcastKidD 1 Reply Last reply Reply Quote 0
            • roslofR
              roslof @TPR
              last edited by roslof

              @tpr said in Help with Golly! Ghost! Overlay using lr-MAME2016:

              Do you happen to have a source for the overlays that work in 2016? Looking around the internet, sites like Mr. Do!'s & progettosnaps don't work for that version of MAME. And I can't seem to find the 2016 specific ones anywhere.

              Unlike ROMsets, the newer (.lay) artwork works for most of the later MAMEs. If I recall, Mr. Do should be fine for 2015, 2016, lr-mame...

              Using symlinks, I ended up sharing a single folder for all MAME artwork supported by the newer MAMEs, so I don't have to fuss with putting some in 2016, others in 2015... You get the idea.

              TPRT 1 Reply Last reply Reply Quote 0
              • DreamcastKidD
                DreamcastKid Banned @TPR
                last edited by BuZz

                @tpr said in Help with Golly! Ghost! Overlay using lr-MAME2016:

                Yeah, that's a bit different from what I was talking about. The overlays I needed are the ones where the artwork is overlayed on top of the gameplay to create part of the gameplay field. For example, a game like Armor Attack is basically unplayble without the graphic overlay as you can't tell where your vehicle is going:

                But I do appreciate your comments on adding bezels and other graphic elements. When I get to that point in my build, I'll take a look at it.

                I have Armor Attack overlay setup exactly the same way i described in my previous post :)

                eg. armora.png (transparent png) and the armora.cfg file in /opt/retropie/configs/all/retroarch/overlay/

                1 Reply Last reply Reply Quote 0
                • TPRT
                  TPR @roslof
                  last edited by

                  @roslof Do you happen to remember where you got the Golly Ghost overlay from? Or did you make it yourself? I'm just trying to find another source in case I run into an issue like that again. I must have downloaded about 10 different versions of the overlay and the only one that worked was yours!

                  roslofR 1 Reply Last reply Reply Quote 0
                  • roslofR
                    roslof @TPR
                    last edited by roslof

                    @tpr said in Help with Golly! Ghost! Overlay using lr-MAME2016:

                    @roslof Do you happen to remember where you got the Golly Ghost overlay from? Or did you make it yourself? I'm just trying to find another source in case I run into an issue like that again. I must have downloaded about 10 different versions of the overlay and the only one that worked was yours!

                    I just confirmed it's from Mr. Do's MAME Artwork page.
                    Downloads/ In-game Arcade Artwork.
                    WAIT several seconds for the full page to load. Search for "Golly! Ghost!" and the exact file is still there.

                    TPRT 1 Reply Last reply Reply Quote 0
                    • TPRT
                      TPR @roslof
                      last edited by

                      @roslof I'm going to go check again. Call me crazy, but I swear I downloaded that exact one and it didn't work! :D

                      roslofR 1 Reply Last reply Reply Quote 0
                      • roslofR
                        roslof @TPR
                        last edited by

                        @tpr nah, no crazy here.
                        It's actually under "Golly! Ghost!" <--with exclamation marks.

                        1 Reply Last reply Reply Quote 0
                        • M
                          markellis26 @roslof
                          last edited by

                          @roslof
                          I have the exact same problem but I can't find mame 2016 folder under the bios folder on my image-virtualman 128gb arcade but it must be there as it is an option to use to open the rom file!
                          Any idea why, or where it could be??

                          M

                          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.