Attract-Mode Support Forum
Attract-Mode Support => General => Topic started by: cyclair on March 09, 2020, 08:14:26 AM
-
Good morning all,
I have a problem with neogeo cd under retroarch.
I have .bin and .cue which works very well in retroarch when I launch a game but once in attractmode the games do not launch. Do you have an idea?
here is my args:
# Generated by Attract-Mode v2.6.0
#
executable Q: \ RetroArch \ retroarch.exe
args "[romfilename]" -L cores / fbneo_libretro.dll
rompath Q: \ Roms \ SNK Neo Geo CD
romext .cue
artwork flyer
branded artwork
artwork snap Q: \ Roms \ SNK Neo Geo CD \ Snap
artwork wheel Q: \ Roms \ SNK Neo Geo CD \ Wheel
thank you in advance ;-)
-
It looks like you have spaces in all of your paths.
"Q: \ RetroArch \ retroarch.exe" should be "Q:\RetroArch\retroarch.exe"
-
it is the google translator who put the spaces. My args is good but it does not work at launch under attractmode.
# Generated by Attract-Mode v2.6.0
#
executable Q:\RetroArch\retroarch.exe
args "[romfilename]" -L cores/fbneo_libretro.dll
rompath Q:\Roms\SNK Neo Geo CD
romext .cue
artwork flyer
branded artwork
artwork snap Q:\Roms\SNK Neo GeoCD\Snap
artwork wheel Q:\Roms\SNK Neo GeoCD\Wheel
-
I finally went through Raine32.exe with args:
# Generated by Attract-Mode v2.6.0
#
executable cmd
args /c cd "Q:\NeogGeo CD" & start /wait neoraine32.exe -nogui "[romfilename]"
rompath Q:\Roms\SNK Neo Geo CD
romext .cue
exit_hotkey Joy0 Button11
artwork flyer
artwork marquee
artwork snap Q:\Roms\SNK Neo Geo CD\Snap
artwork wheel Q:\Roms\SNK Neo Geo CD\Wheel
it works very well, so if some have a problem, I recommend going through the neoraine emulator.
Thank you anyway.
-
Try changing your retroarch arguments to:
args -f -L Q:\RetroArch\cores\fbneo_libretro.dll "[romfilename]"
-
this is my setup (comes from linux..but you get the idea for windows:)
# Generated by Attract-Mode v2.6.0
#
executable /usr/bin/retroarch
args -L /usr/lib/x86_64-linux-gnu/libretro/neocd_libretro.so "[romfilename]"
rompath /home/user/retroarch/neocdz
romext .chd
so it should be:
# Generated by Attract-Mode v2.6.0
#
executable Q:\RetroArch\retroarch.exe
args -L cores\fbneo_libretro.dll "[romfilename]" <-- you might need the FULL PATH here for the core!
rompath Q:\Roms\SNK Neo Geo CD
romext .cue
Big thing to notice here is the core you are using...
better to use the core made for the NEO-GEO CD itself I think..than the final burn neo core
place your bios in your system/neocd folder (ex. what ever your bios folder is for retroarch and then in a sub folder called "neocd" place your neogeo bios in that folder)
and some of those bioses are a pain in the tail to find!..I have looked everywhere! :o
-
^ like akafox said try adding full path for core in arguments. Also neocd core is available and it now supports .chd, so you can save some space on hd if you have a lot roms.