Attract-Mode Support Forum
Attract-Mode Support => Scripting => Topic started by: Jimbo on September 03, 2022, 07:12:00 AM
-
Hi ! Can someone explain to me in detail how to launch closemul and model2 from attract mode? I will go crazy... THX !
-
I read something about it.
It's possible with retroarch
-
why use a third party launcher, when you can just use am?
-
Re ! My problem with AM is :
Because what i want to do is not working. In fact, I found a solution to launch Model2 and DemulShooter at the same time using the lines below :
-----
executable cmd
args /c cd C:/Attract-Mode/emulators/Model2/ & start DemulShooter.exe -target=model2 -rom=[name] & start C:/Attract-Mode/emulators/Model2/emulator_multicpu.exe - [name]
rompath C:/Attract-Mode/emulators/Model2/roms/
-----
The problem is that Attract mode continues to play menu vidéo sounds once in the emulator and the hotkey to exit no longer works. When I quit Model2 with ESCAPE, the emulator minimizes, but does not close. I think it's because Attract-Mode only handles exe's and not command lines. I therefore thought of closemul in order to be able to launch only Model2 in exe and that it is Closemul which is in charge of launching DemulShooter. Sorry if my english is bad...
-
When AM most the windows focus he didn't play the menu music anymore.
-
Yes this is normally the case, when you launch the emulator directly and not a command line. I am looking for a solution for this case.
-
Maybe the problem came from the use of the start command.
Can you try the same without the "start" ?
args /c cd C:/Attract-Mode/emulators/Model2/ & DemulShooter.exe -target=model2 -rom=[name] & C:/Attract-Mode/emulators/Model2/emulator_multicpu.exe - [name]
-
And have you read this post on the forum :
http://forum.attractmode.org/index.php?topic=3360.0 (http://forum.attractmode.org/index.php?topic=3360.0)
-
THX for your help but : no start = no start :D
Yes I have already read this page. I do a lot of research before posting here. hermine.potter helps a lot but the "Utility Menu" plugin operation and the creation of an "ESC" file are beyond my skills... I need more help...