Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Jimbo

Pages: [1] 2
1
Scripting / Re: closemul with Attract mode
« 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...

2
Scripting / Re: closemul with Attract mode
« 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.

3
Scripting / Re: closemul with Attract mode
« 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...

4
Scripting / 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 !

5
Scripting / CMD help
« on: September 02, 2022, 08:22:18 AM »

Hi all ! 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. A little help ? THX !

6
Scripting / exit_hotkey Model 2 + DemulShooter
« on: August 25, 2022, 12:30:20 PM »
Hi there ! This is what my file looks like to launch Model 2 and the DemulShooter program in order to be able to use 2 guns. But since I run emulator with 'cmd', the 'exit_hotkey' no longer works as before and the emulator does not close, but minimizes.

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/

Can you help me ? THX !  :-\

7
Scripting / Re: Model 2 + DemulShooter
« on: August 25, 2022, 11:10:38 AM »
I did it ! I had to reverse the order of the launches !

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/

But now I have a new problem since I started Model 2 this way. When I quit Model2 with ESCAPE, the emulator minimizes, but does not close. I remember that I had managed to fix this problem, but I don't know how... A little help ? THX !

8
Scripting / Model 2 + DemulShooter
« on: August 24, 2022, 12:10:20 PM »
Hi there ! I've searched the forum to figure it out on my own, but I can't get my code to work. I'm looking to run Model 2 and Demulshooter at the same time so I can use two guns. Here is my file. The result is that the Model 2 window opens over Attract-Mode and nothing happens... Can you help me ? THX ! :)

executable           cmd
args                 /c cd C:/Attract-Mode/emulators/Model2/ & start emulator_multicpu.exe - [name] & start C:/Attract-Mode/emulators/Model2/DemulShooter.exe -target=model2 -rom=[name]
rompath              C:/Attract-Mode/emulators/Model2/roms/
romext               .zip
system               Sega
info_source          listxml
exit_hotkey          Escape
artwork    flyer           
artwork    marquee         C:/Attract-Mode/menu-art/marquee/Model2/
artwork    snap            C:/Attract-Mode/menu-art/snap/Model2/
artwork    wheel           C:/Attract-Mode/menu-art/wheel/Model2/



For information, this is what a bat file looks like when you launch a model 2 rom with demulshooter. In this example the roms are in the same folder as the exe.

Start C:\Model2\DemulShooter.exe -target=model2 -rom=hotd
Start C:\Model2\emulator_multicpu.exe - hotd

9
Emulators / Re: Caprice ARGS PLZ
« on: September 17, 2020, 11:43:14 AM »
I did it ! Thank you ! This is my new config :

executable         C:/Attract-Mode/emulators/Caprice/Caprice.exe
args                 "[rompath][name]".dsk
rompath            C:/Attract-Mode/emulators/Caprice/Roms/
romext              .dsk


I had not activated autostart in the config file. It had to be changed to 1 ! ;D


10
Emulators / Re: Caprice ARGS PLZ
« on: September 17, 2020, 11:34:47 AM »
Thank you for your answer! I actually found this page during my research, but the game does not launch even if it is correctly indicated on drive A

For the moment I am there :

executable         C:/Attract-Mode/emulators/Caprice/Caprice.exe
args                 "[rompath][name]".dsk -a CPC_F1 -a CAP32_DELAY -a cat
rompath            C:/Attract-Mode/emulators/Caprice/Roms/
romext              .dsk

11
Emulators / Caprice ARGS PLZ
« on: September 16, 2020, 09:39:03 AM »
Hi ! Does anyone know the command arguments for emulator Caprice please ? I really tried to find it by myself and usually I can do it, but now it's really difficult with floppy disks.  add that since my English is not very good, it complicates the matter... The emulator launches in a window and remains on the blue screen. :(

I visited these two links but impossible for me :

http://forum.attractmode.org/index.php?topic=503.30
https://htmlpreview.github.io/?https://github.com/ColinPitrat/caprice32/blob/master/doc/man.html

Thks !

12
Emulators / Re: Arnold ?
« on: September 15, 2020, 09:41:21 AM »
I don't understand but thank you for your answer.

13
Emulators / Re: Arnold ?
« on: September 14, 2020, 05:29:30 AM »
Can i have the command arguments for Caprice ? ::)

14
Emulators / Re: Arnold ?
« on: September 14, 2020, 05:06:17 AM »
THANK YOU ! I will try caprice32 ! :D

15
Emulators / Arnold ?
« on: September 12, 2020, 12:44:29 PM »
Hello ! Does anyone know the command arguments for emulator Arnold please ? Thx !  ;D

Pages: [1] 2