Homepage › Forums › RetroPie Project › Everything else related to the RetroPie Project › Libretro MESS in new Retropie 3.6 ? › Reply To: Libretro MESS in new Retropie 3.6 ?
hi, I also would like to run Arcadia 2001 (via MESS) on RetroPie. How did you get it running? I’ve followed the instructions above and in the wiki but when I load a game it only goes to the RetroArch Main Menu (MAME 0.171) instead of loading the game.
My “mess” roms folder looks like this:
BIOS:
/home/pi/RetroPie/roms/mess/(arcadia doesn’t need any zipped bios)
GAME ROMS:
/home/pi/RetroPie/roms/mess/arcadia/
3dbowl.zip
3dsoccer.zip
…
I put this in “es_systems.cfg”:
lr-mess
MESS
/home/pi/RetroPie/roms/mess
.zip .ZIP
/opt/retropie/supplementary/runcommand/runcommand.sh 0 _SYS_ lr-mess %ROM%
arcade
mess
and in “emulators.cfg” I put this:
lr-mess=”/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-mess/mess_libretro.so –config /opt/retropie/configs/lr-mess/retroarch.cfg %ROM%”
default=”lr-mess”
Thanks for your help!