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

    zip.cfg files not working , please help!!!

    Scheduled Pinned Locked Moved Help and Support
    overlayretroarchzip.cfgcfg settingscfg
    12 Posts 2 Posters 1.6k 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.
    • bigcacheB
      bigcache @mitu
      last edited by

      @mitu Thaks for your help!!! , I removed the first file as sugested \opt\retropie\configs\mame-libretro\retroarch.cfg then enter a game, custom overlay for that game worked and a message shows that core override file was created, BUT now every game has the game overlay for that initial game I entered , plus a new retroarch-core-options.cfg was created besides retroarch.cfg.
      Also now retroarch menu shows playstation alike and not in pixels with a green square as before,

      I'm complete lost now hahahahhahaha

      mituM 1 Reply Last reply Reply Quote 0
      • mituM
        mitu Global Moderator @bigcache
        last edited by mitu

        @bigcache I said to remove the overlay settings, not the file. You should create the file back, with the initial contents. RetroArch created the default configuration file (since it found none), which has the XMB Gui by default.

        The correct way to enable per-game overlays is to use the game overrides - https://docs.libretro.com/guides/libretro-overlays/.

        bigcacheB 1 Reply Last reply Reply Quote 0
        • bigcacheB
          bigcache @mitu
          last edited by

          @mitu thanks again, No problem I did a backup prior deletion , anyway If I remove the overlay from \opt\retropie\configs\mame-libretro\retroarch.cfg , all the mame games are shown with not overlay at all, if I save game override (as describes on the link you provided) a cfg file is created on \configs\all\retroarch\config\ <emulator>\ <game>.cfg ( I don't want to edit game by game)

          what I can never get working is the <game>.zip.cfg from rooms folder these I downloaded from a know arcade bezel pack. From what i read these file should overrides the other cfg files but that's not my case :-(

          mituM 1 Reply Last reply Reply Quote 0
          • mituM
            mitu Global Moderator @bigcache
            last edited by

            @bigcache You just said that it worked. If you don't have any bezels in the system's config, the game bezel should be picked up.

            bigcacheB 1 Reply Last reply Reply Quote 0
            • bigcacheB
              bigcache @mitu
              last edited by

              @mitu I replaced \mame-libretro\retroarch.cfg for a rp-dist back up and It worked, thank you!!!

              now, do you know how I can set up a generic arcade bezel for the rest of the games without have to enter one by one and without lose the zip.cfg ones???

              mituM 1 Reply Last reply Reply Quote 0
              • mituM
                mitu Global Moderator @bigcache
                last edited by

                @bigcache said in zip.cfg files not working , please help!!!:

                now, do you know how I can set up a generic arcade bezel for the rest of the games without have to enter one by one and without lose the zip.cfg ones???

                My guess is you can't.

                1 Reply Last reply Reply Quote 0
                • bigcacheB
                  bigcache
                  last edited by

                  @mitu said in zip.cfg files not working , please help!!!:

                  My guess is you can't.

                  I got it removing the "zip" from the name and placing the files in:
                  /opt/retropie/configs/all/retroarch/config/MAME 2003-Plus

                  Thank you so much for your help!!!! I was struggling with this a lot :-S

                  mituM 1 Reply Last reply Reply Quote 0
                  • mituM
                    mitu Global Moderator @bigcache
                    last edited by

                    @bigcache That's the correct solution.

                    1 Reply Last reply Reply Quote 0
                    • bigcacheB
                      bigcache
                      last edited by

                      If anyone interested I used this Regexp to renamed the files automatically using powershell,
                      cd into the folder and then :
                      dir | rename-item –newname { $_.name –ireplace '(.+?).zip.cfg$','$1.cfg' }

                      mituM 1 Reply Last reply Reply Quote 0
                      • mituM
                        mitu Global Moderator @bigcache
                        last edited by

                        @bigcache I thought in CMD is would be simple as

                        move *.zip.cfg *.cfg
                        
                        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.