Hello there
I have installed the "floob-retropie-attractmode-v03-02-MAY-2016.img" to SD card and tested these roms in Emulationstation mode where everything works:
PSX, N64, C64 and offcause I have NES, SNES and MAME but these works and are working fine in both Modes, Emulationstation and Attract-Mode.
In Attract-Mode everything works (wheel,Flyer,Marquee and video) except starting the games on the emulators I have added myself
Can anyone see something wrong and give me a hint on what to do next please?
here is my emulator settings under
HOME/.attract/emulators
N64.cfg# Generated by Attract-Mode v2.0.0
#
executable /opt/retropie/supplementary/runcommand/runcommand.sh
args 0_SYS_n64 "[romfilename]"
rompath /home/pi/RetroPie/roms/n64
romext .zip;.n64;.z64;.v64;.N64;.Z64;.V64
system Nintendo 64
info_source thegamesdb.net
artwork flyer /home/pi/RetroPie/roms/n64/flyer
artwork marquee /home/pi/RetroPie/roms/n64/marquee
artwork snap /home/pi/RetroPie/roms/n64/snap
artwork wheel /home/pi/RetroPie/roms/n64/wheel
Sony Playstation.cfg# Generated by Attract-Mode v2.0.0
#
executable /opt/retropie/supplementary/runcommand/runcommand.sh
args 0_SYS_psx"[romfilename]"
rompath /home/pi/RetroPie/roms/psx
romext .zip;.cue
system Sony Playstation
info_source thegamesdb.net
artwork flyer /home/pi/RetroPie/roms/psx/flyer
artwork marquee /home/pi/RetroPie/roms/psx/marquee
artwork snap /home/pi/RetroPie/roms/psx/snap
artwork wheel /home/pi/RetroPie/roms/psx/wheel
Commodore 64.cfg# Generated by Attract-Mode v2.0.0
#
executable /opt/retropie/supplementary/runcommand/runcommand.sh
args 0_SYS_c64 "[romfilename]"
rompath /home/pi/RetroPie/roms/c64
romext .zip
system Commodore 64 (C64)
info_source thegamesdb.net
artwork flyer /home/pi/RetroPie/roms/c64/flyer
artwork marquee /home/pi/RetroPie/roms/c64/marquee
artwork snap /home/pi/RetroPie/roms/c64/snap
artwork wheel /home/pi/RetroPie/roms/c64/wheel
Thank you
SOLVED !!!
---------------------------
Finhead helped on the way by talking about spaces and here is what worked:
args 0 _SYS_ n64 "[romfilename]"
there MUST be SPACE between 0
SPACE _SYS_
SPACE n64
SPACE "[romfilename]"
These are edited and working now !
N64.cfg# Generated by Attract-Mode v2.0.0
#
executable /opt/retropie/supplementary/runcommand/runcommand.sh
args 0 _SYS_ n64 "[romfilename]"
rompath /home/pi/RetroPie/roms/n64
romext .zip;.n64;.z64;.v64;.N64;.Z64;.V64
system Nintendo 64
info_source thegamesdb.net
artwork flyer /home/pi/RetroPie/roms/n64/flyer
artwork marquee /home/pi/RetroPie/roms/n64/marquee
artwork snap /home/pi/RetroPie/roms/n64/snap
artwork wheel /home/pi/RetroPie/roms/n64/wheel
Sony Playstation.cfg# Generated by Attract-Mode v2.0.0
#
executable /opt/retropie/supplementary/runcommand/runcommand.sh
args 0 _SYS_ psx "[romfilename]"
rompath /home/pi/RetroPie/roms/psx
romext .zip;.cue
system Sony Playstation
info_source thegamesdb.net
artwork flyer /home/pi/RetroPie/roms/psx/flyer
artwork marquee /home/pi/RetroPie/roms/psx/marquee
artwork snap /home/pi/RetroPie/roms/psx/snap
artwork wheel /home/pi/RetroPie/roms/psx/wheel
Commodore 64.cfg# Generated by Attract-Mode v2.0.0
#
executable /opt/retropie/supplementary/runcommand/runcommand.sh
args 0 _SYS_ c64 "[romfilename]"
rompath /home/pi/RetroPie/roms/c64
romext .zip
system Commodore 64 (C64)
info_source thegamesdb.net
artwork flyer /home/pi/RetroPie/roms/c64/flyer
artwork marquee /home/pi/RetroPie/roms/c64/marquee
artwork snap /home/pi/RetroPie/roms/c64/snap
artwork wheel /home/pi/RetroPie/roms/c64/wheel
Thank you Finhead
