zip.cfg files not working , please help!!!
-
@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
-
@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/.
-
@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 :-(
-
@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.
-
@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???
-
@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.
-
@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-PlusThank you so much for your help!!!! I was struggling with this a lot :-S
-
@bigcache That's the correct solution.
-
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' } -
@bigcache I thought in CMD is would be simple as
move *.zip.cfg *.cfg
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.