Attract-Mode Support Forum
Attract-Mode Support => General => Topic started by: cyclair on February 08, 2020, 02:19:15 AM
-
Good morning all,
I'm trying to integrate the Sega Model 3 and can't launch a game under AttractMode, here is my .cfg if someone can help me.
Thank you all.
cfg :
# Generated by Attract-Mode v2.6.0
#
executable Q:\Sega Model 3\Supermodel.exe
args [romfilename]
rompath Q:\Roms\Sega Model 3
romext .zip
exit_hotkey Joy0 Button11
artwork flyer
artwork marquee
artwork snap Q:\Roms\Sega Model 3\Snap
artwork wheel Q:\Roms\Sega Model 3\Wheel
-
if the files are in zip then use a slash at end of rompath i.e. Q:\Roms\Sega Model 3\
there should a Supermodel.ini in /config folder of emulator, make sure that rompath is given there (its near the end of file). Might also need games.xml if its not present in /config.
-
Thank you for your reply.
The rompatch is well on the right path to roma and also in the cfg.
romspath.ini
Q: \ Roms \ Sega Model 3
-
I found the problem, we must put
args "[romfilename]" -fullscreen
it works perfectly.
Thank you ;-)