1
General / Re: Runcommand box not showing in AM but shows in ES?
« on: November 14, 2016, 05:13:15 PM »
That did the trick progets. Thanks guys for sticking it out with this thread and helping me with this, much appreciated.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
mame4all = "/opt/retropie/emulators/mame4all/mame %BASENAME%"
pifba = "/opt/retropie/emulators/pifba/fba2x %ROM%"
lr-fba-next = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-fba-next/fbalpha_libretro.so --config /opt/retropie/configs/arcade/retroarch.cfg %ROM%"
lr-imame4all = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-imame4all/mame2000_libretro.so --config /opt/retropie/configs/arcade/retroarch.cfg %ROM%"
lr-mame2003 = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-mame2003/mame2003_libretro.so --config /opt/retropie/configs/arcade/retroarch.cfg %ROM%"
default = "pifba"
lr-mame2003 = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-mame2003/mame2003_libretro.so --config /opt/retropie/configs/mame-libretro/retroarch.cfg %ROM%"
default = "lr-mame2003"
Its really weird.# Generated by Attract-Mode v2.1.0
#
executable /opt/retropie/supplementary/runcommand/runcommand.sh
args 0 _SYS_ mame-libretro "[romfilename]"
rompath /home/pi/RetroPie/roms/arcade
romext .zip;.7z;<DIR>
system Arcade
info_source listxml
import_extras /home/pi/.attract/mame-config
artwork flyer
artwork marquee /home/pi/RetroPie/roms/arcade/marquee
artwork snap /home/pi/RetroPie/roms/arcade/snap
artwork wheel /home/pi/RetroPie/roms/arcade/wheel
# Generated by Attract-Mode v2.1.0
#
executable /opt/retropie/supplementary/runcommand/runcommand.sh
args 0 _SYS_ megadrive "[romfilename]"
rompath /home/pi/RetroPie/roms/megadrive
romext .zip;<DIR>
system megadrive
artwork flyer /home/pi/RetroPie/roms/megadrive/boxart
artwork marquee
artwork snap /home/pi/RetroPie/roms/megadrive/snap
artwork wheel /home/pi/RetroPie/roms/megadrive/wheel
Also, that begs the question: should I CHANGE the exe and arg path to this (newer?) way? Even though the emus I have running are doing great? I kinda don't wanna 'fix' it if it isn't broken.
The old version (/opt/retropie/emulators/retroarch/bin/retroarch) was required 6 months ago when Attract-Mode had to use xwindows to run. The new version (/opt/retropie/supplementary/runcommand/runcommand.sh) will only work when you are running Attract-Mode without xwindows.
The new version is more desirable in most cases because it can leverage settings in EmulationStation for per game emulators and to display artwork when launching games. Either will work if you're using Attract-Mode without xwindows but the new version will mimic your EmulationStation setup exactly and it's also easier to setup for each system since you don't need to provide the core or config information in Attract-Mode (it's pulled from EmulationStation).

There's also something to be said about consistency within your system. It will also provide better support on the forum since that's what most folks are using now.
