Can AdvMame open roms in subfolders within the Arcade folder?
-
i recently moved some roms that were currently w/in the Arcade folder into subfolders, and now the roms that were set to open with AdvMame (AdvanceMAME 0.94) no longer launch. (RetroPie 4.2 built from pre-made SD Image on RetroPie website running on a Pi Zero W).
ex. i moved "mspacmnf.zip" from
/home/pi/RetroPie/roms/arcade
to/home/pi/RetroPie/roms/arcade/Ms. Pac-Man
and it shows up in emulationstation but now it will no longer launch.this thread seems to suggest the AdvMame rom path is set in the relevant
rc
config file:
https://retropie.org.uk/forum/topic/7665/arcade-vs-adv-mame/5does this mean all the AdvMame roms need to be in the same folder and can't be w/in subfolders?
-
@pajordan said in Can AdvMame open roms in subfolders within the Arcade folder?:
does this mean all the AdvMame roms need to be in the same folder and can't be w/in subfolders?
Yes, that's correct. You can modify the
.rc
file and add your own folders there. -
@mitu thanks for the reply. is there a way I can tell which roms I have set to open with which emulator? if it’s just that one game that’s set to open with advance I’ll change the path in the
rc
but if it’s more I’ll put them all back in the parent arcade directory. -
If you used the Runcommand launch menu to assign
advmame
to various roms, then you can check in\\retropie\configs\all\emulators.cfg
, that's where the configuration is stored. -
thank you. question about the syntax in the
rc
file. line 42 of myadvmame-0.94.rc
shows this:dir_rom /home/pi/RetroPie/roms/mame-advmame:/home/pi/RetroPie/roms/arcade
does the
:
allow for adding additional rom paths? i.e., could i add this to have it look in either the arcade directory or my ms. pac-man subfolder?:dir_rom /home/pi/RetroPie/roms/mame-advmame:/home/pi/RetroPie/roms/arcade:/home/pi/RetroPie/roms/arcade/Ms. Pac-Man
-
Yes, the
:
is a separator for the ROM paths. I'd surround the last path with"
though:dir_rom /home/pi/RetroPie/roms/mame-advmame:/home/pi/RetroPie/roms/arcade:"/home/pi/RetroPie/roms/arcade/Ms. Pac-Man"
-
@mitu thanks again - it worked! it actually worked without the "" surrounding the path of the subfolder (and wouldn't work with the "").
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.