Attract-Mode Support Forum

Attract-Mode Support => General => Topic started by: tomnjerry74 on January 26, 2021, 12:09:56 PM

Title: AM Active in Background (Singe 2.0)
Post by: tomnjerry74 on January 26, 2021, 12:09:56 PM
Hello everyone,

I recently set up singe 2.0, using an emulator config that looks like this:
Code: [Select]
executable           CMD
args                 /c "[romfilename]"
workdir              $PROGDIR/emulators/singe 2.00/
rompath              $PROGDIR/emulators/singe 2.00/
romext               .bat

A sample .bat file for the games looks like this:
Code: [Select]
@start Singe-v2.00-Windows-x86_64.exe -k -w -z -d data -v Maddog_McCree_Singe_2/Video/maddog.mp4 Maddog_McCree_Singe_2/Script/maddog.singe
The problem is, whenever I start a game in AM, the game starts but AM doesn't sleep in the background. This means theme videos are playing in the background while trying to play the actual game. Does anyone know of a solution?
Title: Re: AM Active in Background (Singe 2.0)
Post by: hermine.potter on January 31, 2021, 02:23:17 AM
Try non-blocking mode wait (http://forum.attractmode.org/index.php?topic=3771.msg25988#msg25988)
Title: Re: AM Active in Background (Singe 2.0)
Post by: tomnjerry74 on January 31, 2021, 05:19:27 AM
Try non-blocking mode wait (http://forum.attractmode.org/index.php?topic=3771.msg25988#msg25988)

Thank you so much for the response. Setting to 1 worked perfectly.