Author Topic: closemul with Attract mode  (Read 2322 times)

Jimbo

  • Jr. Member
  • **
  • Posts: 21
    • View Profile
closemul with Attract mode
« 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 !

tom75000

  • Full Member
  • ***
  • Posts: 64
    • View Profile
Re: closemul with Attract mode
« Reply #1 on: September 03, 2022, 09:31:24 AM »
I read something about it.
It's possible with retroarch

jedione

  • Hero Member
  • *****
  • Posts: 1135
  • punktoe
    • View Profile
Re: closemul with Attract mode
« Reply #2 on: September 03, 2022, 01:08:45 PM »
why use a third party launcher,  when you can just use am?
help a friend....

Jimbo

  • Jr. Member
  • **
  • Posts: 21
    • View Profile
Re: closemul with Attract mode
« Reply #3 on: September 03, 2022, 07:13:08 PM »
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...

tom75000

  • Full Member
  • ***
  • Posts: 64
    • View Profile
Re: closemul with Attract mode
« Reply #4 on: September 04, 2022, 01:35:20 AM »
When AM most the windows focus he didn't play the menu music anymore.

Jimbo

  • Jr. Member
  • **
  • Posts: 21
    • View Profile
Re: closemul with Attract mode
« Reply #5 on: September 04, 2022, 09:30:58 AM »
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.

mentat

  • Jr. Member
  • **
  • Posts: 21
    • View Profile
Re: closemul with Attract mode
« Reply #6 on: September 04, 2022, 10:12:37 AM »
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]

« Last Edit: September 04, 2022, 10:17:36 AM by mentat »

mentat

  • Jr. Member
  • **
  • Posts: 21
    • View Profile
Re: closemul with Attract mode
« Reply #7 on: September 04, 2022, 11:18:40 AM »
And have you read this post on the forum :

http://forum.attractmode.org/index.php?topic=3360.0

Jimbo

  • Jr. Member
  • **
  • Posts: 21
    • View Profile
Re: closemul with Attract mode
« Reply #8 on: September 04, 2022, 11:44:23 AM »
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...