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 - Gioacchino87

Pages: [1] 2
1
Scripting / demulshooter plugin
« on: April 15, 2020, 09:17:02 PM »
hi guys!

i'm going to build two lightgun with this guide

http://forum.arcadecontrols.com/index.php?topic=161189.0

in few words, when i choose the rom, i need to start demulshooter.exe over the emulator, from command prompt to gesture the lightgun

here an example of the command:

Code: [Select]

DemulShooter.exe -target=[target] -rom=[rom] [options]


here the wiki of demulshooter https://github.com/argonlefou/DemulShooter/wiki

there is a feature that i can launche two program after i choose a rom/game?

or i can set up with a combination of (like) hotkey with and addictional software?

2
General / Re: attrat mode + demulshooter
« on: April 15, 2020, 12:56:32 PM »
Code: [Select]
#RequireAdmin
#include <Misc.au3>
#include <GamePadEx.au3>
#include <File.au3>

Sleep (100)
Global $myGamePadHandle = GPExInitialize() ; Get a handle. This doesn't have to be global but needs to be passed to all the other functions.
Global $myID = 0 ; We want to monitor the default GamePad

Global $gameRom = $CmdLine[1]
LogMessage("richiesta avvio rom " & $gameRom)

Run("C:\Cabinato\Emulatori\demul07a_221215\demul.exe -run=awave -rom=" & $gameRom)
Run("C:\Cabinato\Emulatori\demul07a_221215\DemulShooter.exe -target=demul07a -noresize -widescreen -v -rom=" & $gameRom)

While 1
Sleep(10)
$testrawdata = GPExGetRawData($myGamePadHandle, $myID) ; Get almost every data possible from the gamepad. Returns in an array with 8 elements.
if $testrawdata[7]= (768) and ProcessExists("DemulShooter.exe") Then
        LogMessage("chiusura processi..."")
ProcessClose ( "demul.exe" )
ProcessClose ( "DemulShooter.exe" )
LogMessage("chiusura processi completata"")
Exit
EndIf
WEnd

Func LogMessage($logMessage)
   _FileWriteLog(@ScriptDir & "\launcher.log", $logMessage)
EndFunc

i tried to write an autoit script. but it doesn't work. can you help me?

3
General / Re: attrat mode + demulshooter
« on: April 09, 2020, 10:36:53 PM »
there different ways. see here:

via plugin
via external script software (like autoit)
via cmd + start two different executeables (see here. section OpenBOR)

Edit: and the command for running a program from a script is described here: https://github.com/mickelson/attract/blob/master/Layouts.md#plugin_command

i can set this this code on emulator.cfg?

4
General / Re: attrat mode + demulshooter
« on: April 05, 2020, 12:43:23 PM »
any news?

5
General / attrat mode + demulshooter
« on: April 05, 2020, 01:32:45 AM »
hi guys!

i'm going to build two lightgun with this guide

http://forum.arcadecontrols.com/index.php?topic=161189.0

in few words, when i choose the rom, i need to start demulshooter.exe over the emulator, from command prompt to gesture the lightgun

here an example of the command:

Code: [Select]
DemulShooter.exe -target=[target] -rom=[rom] [options]
here the wiki of demulshooter https://github.com/argonlefou/DemulShooter/wiki

there is a feature that i can launche two program after i choose a rom/game?

or i can set up with a combination of (like) hotkey with and addictional software?

6
General / Re: filtering rom on display
« on: March 25, 2020, 10:50:17 PM »
@Gioacchino87 - Post your attract.cfg.

here

https://drive.google.com/open?id=17TPHSKF9iO3pK5Za-FwXjxB2M2q_FDfA

fixed, tag dosn't work because attract point to a folder without roms.
i set up attract with the right path, now it works fine


thank you
One week and still going the opposite direction. Take the advice I give. Your making things hard for yourself and it’s painful to watch.

8
General / Re: filtering rom on display
« on: March 22, 2020, 09:42:53 PM »
nothing, i tried but do nithing.

where i can paste exactly this code?

9
General / Re: filtering rom on display
« on: March 21, 2020, 10:41:45 AM »
Paste your mame.txt romlist.

here!
https://drive.google.com/open?id=1a1DiaXRrquOrmPuXMZKWbrbTPnEIjAjv

i'm trying to follow your tutorial but i have some problem .....

10
General / Re: filtering rom on display
« on: March 18, 2020, 11:39:55 PM »
can you help me?
I made this tutorial.

https://arcadespain.info/Foro/index.php?topic=6094.msg86569#msg86569

so:

1- made a back copy of attract.cfg
2-glued your code
Code: [Select]
filter               Good
sort_by              Name
rule                 CloneOf not_equals .+
rule                 Status contains good
rule                 Title not_contains JAMMA PCB
rule                 Category not_contains System / BIOS
rule                 Category not_contains Home Systems / Game Console
rule                 Category not_contains Portable Systems / Laptop & Portable Computer
rule                 Category not_contains Portable Systems / Handheld Electronic Game
rule                 Category not_contains Home Systems / Single Board Computer
rule                 Players not_contains BIOS
rule                 Players not_contains Non-arcade
rule                 Players not_contains Pinball
rule                 Category not_contains Mature|Quiz|Mahjong|Casino|Tabletop|Portable Systems|Utilities|Electromechanical
rule                 Manufacturer not_contains Texas Instruments
filter               All
sort_by              Name
rule                 CloneOf not_equals .+
filter               NeoGeo
sort_by              Name
rule                 CloneOf not_equals .+
rule                 Manufacturer contains SNK
rule                 Title not_contains JAMMA PCB
rule                 Status contains good
rule                 Category not_contains System / BIOS
rule                 Category not_contains Home Systems / Game Console
rule                 Category not_contains Portable Systems / Laptop & Portable Computer
rule                 Category not_contains Portable Systems / Handheld Electronic Game
rule                 Category not_contains Home Systems / Single Board Computer
rule                 Players not_contains BIOS
rule                 Players not_contains Non-arcade
rule                 Players not_contains Pinball
rule                 Category not_contains Mature|Quiz|Mahjong|Casino|Tabletop|Portable Systems|Utilities|Electromechanical
rule                 Manufacturer not_contains Texas Instruments
filter               Capcom
sort_by              Name
rule                 CloneOf not_equals .+
rule                 Manufacturer contains Capcom
rule                 Title not_contains JAMMA PCB
rule                 Status contains good
rule                 Category not_contains System / BIOS
rule                 Category not_contains Home Systems / Game Console
rule                 Category not_contains Portable Systems / Laptop & Portable Computer
rule                 Category not_contains Portable Systems / Handheld Electronic Game
rule                 Category not_contains Home Systems / Single Board Computer
rule                 Players not_contains BIOS
rule                 Players not_contains Non-arcade
rule                 Players not_contains Pinball
rule                 Category not_contains Mature|Quiz|Mahjong|Casino|Tabletop|Portable Systems|Utilities|Electromechanical
rule                 Manufacturer not_contains Texas Instruments
filter               Cave
sort_by              Name
rule                 CloneOf not_equals .+
rule                 Manufacturer contains Cave
rule                 Title not_contains JAMMA PCB
rule                 Status contains good
rule                 Category not_contains System / BIOS
rule                 Category not_contains Home Systems / Game Console
rule                 Category not_contains Portable Systems / Laptop & Portable Computer
rule                 Category not_contains Portable Systems / Handheld Electronic Game
rule                 Category not_contains Home Systems / Single Board Computer
rule                 Players not_contains BIOS
rule                 Players not_contains Non-arcade
rule                 Players not_contains Pinball
rule                 Category not_contains Mature|Quiz|Mahjong|Casino|Tabletop|Portable Systems|Utilities|Electromechanical
rule                 Manufacturer not_contains Texas Instruments
filter               Konami
sort_by              Name
rule                 CloneOf not_equals .+
rule                 Manufacturer contains Konami
rule                 Title not_contains JAMMA PCB
rule                 Status contains good
rule                 Category not_contains System / BIOS
rule                 Category not_contains Home Systems / Game Console
rule                 Category not_contains Portable Systems / Laptop & Portable Computer
rule                 Category not_contains Portable Systems / Handheld Electronic Game
rule                 Category not_contains Home Systems / Single Board Computer
rule                 Players not_contains BIOS
rule                 Players not_contains Non-arcade
rule                 Players not_contains Pinball
rule                 Category not_contains Mature|Quiz|Mahjong|Casino|Tabletop|Portable Systems|Utilities|Electromechanical
rule                 Manufacturer not_contains Texas Instruments
filter               Atlus
sort_by              Name
rule                 CloneOf not_equals .+
rule                 Manufacturer contains Atlus
rule                 Title not_contains JAMMA PCB
rule                 Status contains good
rule                 Category not_contains System / BIOS
rule                 Category not_contains Home Systems / Game Console
rule                 Category not_contains Portable Systems / Laptop & Portable Computer
rule                 Category not_contains Portable Systems / Handheld Electronic Game
rule                 Category not_contains Home Systems / Single Board Computer
rule                 Players not_contains BIOS
rule                 Players not_contains Non-arcade
rule                 Players not_contains Pinball
rule                 Category not_contains Mature|Quiz|Mahjong|Casino|Tabletop|Portable Systems|Utilities|Electromechanical
rule                 Manufacturer not_contains Texas Instruments
filter               Midway
sort_by              Name
rule                 CloneOf not_equals .+
rule                 Manufacturer contains Midway
rule                 Title not_contains JAMMA PCB
rule                 Status contains good
rule                 Category not_contains System / BIOS
rule                 Category not_contains Home Systems / Game Console
rule                 Category not_contains Portable Systems / Laptop & Portable Computer
rule                 Category not_contains Portable Systems / Handheld Electronic Game
rule                 Category not_contains Home Systems / Single Board Computer
rule                 Players not_contains BIOS
rule                 Players not_contains Non-arcade
rule                 Players not_contains Pinball
rule                 Category not_contains Mature|Quiz|Mahjong|Casino|Tabletop|Portable Systems|Utilities|Electromechanical
rule                 Manufacturer not_contains Texas Instruments
filter               Data
sort_by              Name
rule                 CloneOf not_equals .+
rule                 Manufacturer contains Data East
rule                 Title not_contains JAMMA PCB
rule                 Status contains good
rule                 Category not_contains System / BIOS
rule                 Category not_contains Home Systems / Game Console
rule                 Category not_contains Portable Systems / Laptop & Portable Computer
rule                 Category not_contains Portable Systems / Handheld Electronic Game
rule                 Category not_contains Home Systems / Single Board Computer
rule                 Players not_contains BIOS
rule                 Players not_contains Non-arcade
rule                 Players not_contains Pinball
rule                 Category not_contains Mature|Quiz|Mahjong|Casino|Tabletop|Portable Systems|Utilities|Electromechanical
rule                 Manufacturer not_contains Texas Instruments
filter               Sega
sort_by              Name
rule                 CloneOf not_equals .+
rule                 Manufacturer contains Sega
rule                 Title not_contains JAMMA PCB
rule                 Status contains good
rule                 Category not_contains System / BIOS
rule                 Category not_contains Home Systems / Game Console
rule                 Category not_contains Portable Systems / Laptop & Portable Computer
rule                 Category not_contains Portable Systems / Handheld Electronic Game
rule                 Category not_contains Home Systems / Single Board Computer
rule                 Players not_contains BIOS
rule                 Players not_contains Non-arcade
rule                 Players not_contains Pinball
rule                 Category not_contains Mature|Quiz|Mahjong|Casino|Tabletop|Portable Systems|Utilities|Electromechanical
rule                 Manufacturer not_contains Texas Instruments
filter               Taito
sort_by              Name
rule                 CloneOf not_equals .+
rule                 Manufacturer contains Taito
rule                 Title not_contains JAMMA PCB
rule                 Status contains good
rule                 Category not_contains System / BIOS
rule                 Category not_contains Home Systems / Game Console
rule                 Category not_contains Portable Systems / Laptop & Portable Computer
rule                 Category not_contains Portable Systems / Handheld Electronic Game
rule                 Category not_contains Home Systems / Single Board Computer
rule                 Players not_contains BIOS
rule                 Players not_contains Non-arcade
rule                 Players not_contains Pinball
rule                 Category not_contains Mature|Quiz|Mahjong|Casino|Tabletop|Portable Systems|Utilities|Electromechanical
rule                 Manufacturer not_contains Texas Instruments
filter               Gun
sort_by              Name
rule                 CloneOf not_equals .+
rule                 Category contains Shooter / Gun
rule                 Status contains good
filter               Flying
sort_by              Name
rule                 CloneOf not_equals .+
rule                 Category contains Shooter / Flying Vertical
rule                 Status contains good
filter               Misc.
sort_by              Name
rule                 CloneOf not_equals .+
rule                 Category contains Shooter / Misc. Horizontal
rule                 Status contains good
filter               Sports
rule                 CloneOf not_equals .+
rule                 Category contains Sports
rule                 Status contains good
filter               Soccer
rule                 CloneOf not_equals .+
rule                 Category contains Sports / Soccer
rule                 Status contains good
filter               Basketball
rule                 CloneOf not_equals .+
rule                 Category contains Sports / Basketball
rule                 Status contains good
filter               Tennis
rule                 CloneOf not_equals .+
rule                 Category contains Sports / Tennis
rule                 Status contains good
filter               Hockey
rule                 CloneOf not_equals .+
rule                 Category contains Sports / Hockey
rule                 Status contains good
filter               Golf
rule                 CloneOf not_equals .+
rule                 Category contains Sports / Golf
rule                 Status contains good
filter               Boxing
rule                 CloneOf not_equals .+
rule                 Category contains Sports / Boxing
rule                 Status contains good
filter               Wrestling
rule                 CloneOf not_equals .+
rule                 Category contains Sports / Wrestling
rule                 Status contains good
filter               Fishing
rule                 CloneOf not_equals .+
rule                 Category contains Sports / Fishing
rule                 Status contains good
filter               Baseball
rule                 CloneOf not_equals .+
rule                 Category contains Sports / Baseball
rule                 Status contains good
filter               Football
rule                 CloneOf not_equals .+
rule                 Category contains Sports / Amer. Football
rule                 Status contains good
filter               Track
sort_by              Name
rule                 CloneOf not_equals .+
rule                 Category contains Sports / Track & Field
rule                 Status contains good
filter               1-Player
sort_by              Name
rule                 CloneOf not_equals .+
rule                 Players contains 1P
rule                 Title not_contains JAMMA PCB
rule                 Status contains good
rule                 Category not_contains System / BIOS
rule                 Category not_contains Home Systems / Game Console
rule                 Category not_contains Portable Systems / Laptop & Portable Computer
rule                 Category not_contains Portable Systems / Handheld Electronic Game
rule                 Category not_contains Home Systems / Single Board Computer
rule                 Players not_contains BIOS
rule                 Players not_contains Non-arcade
rule                 Players not_contains Pinball
rule                 Category not_contains Mature|Quiz|Mahjong|Casino|Tabletop|Portable Systems|Utilities|Electromechanical
rule                 Manufacturer not_contains Texas Instruments
filter               2-Players
sort_by              Name
rule                 CloneOf not_equals .+
rule                 Players contains 2P
rule                 Title not_contains JAMMA PCB
rule                 Status contains good
rule                 Category not_contains System / BIOS
rule                 Category not_contains Home Systems / Game Console
rule                 Category not_contains Portable Systems / Laptop & Portable Computer
rule                 Category not_contains Portable Systems / Handheld Electronic Game
rule                 Category not_contains Home Systems / Single Board Computer
rule                 Players not_contains BIOS
rule                 Players not_contains Non-arcade
rule                 Players not_contains Pinball
rule                 Category not_contains Mature|Quiz|Mahjong|Casino|Tabletop|Portable Systems|Utilities|Electromechanical
rule                 Manufacturer not_contains Texas Instruments
filter               4-Players
sort_by              Name
rule                 CloneOf not_equals .+
rule                 Players contains 4P
rule                 Title not_contains JAMMA PCB
rule                 Status contains good
rule                 Category not_contains System / BIOS
rule                 Category not_contains Home Systems / Game Console
rule                 Category not_contains Portable Systems / Laptop & Portable Computer
rule                 Category not_contains Portable Systems / Handheld Electronic Game
rule                 Category not_contains Home Systems / Single Board Computer
rule                 Players not_contains BIOS
rule                 Players not_contains Non-arcade
rule                 Players not_contains Pinball
rule                 Category not_contains Mature|Quiz|Mahjong|Casino|Tabletop|Portable Systems|Utilities|Electromechanical
rule                 Manufacturer not_contains Texas Instruments
filter               Favourites
sort_by              Name
rule                 CloneOf not_equals .+
rule                 Favourite equals 1
rule                 Status contains good

under neogeo display section

3. run attract > neo geo > filter > on all i can view all mame games / when i select neogeo nothing (that's the same with other filters)

seems like attract can't read any info of mame roms.
are we talking about the mame.ini file?
we are almost there

11
General / Re: filtering rom on display
« on: March 18, 2020, 10:11:42 AM »
can you help me?

12
General / Re: filtering rom on display
« on: March 17, 2020, 10:00:44 AM »
how can i set up this?

13
General / filtering rom on display
« on: March 16, 2020, 10:24:44 PM »
Hi guys
i Just setup a Mame emulator with Mame display,
how can i set up an another display for nego geo rom with the same emultor of mame?

how can i filter entire mame rom with "neogeo" tag?

14
General / Re: Am / windows 10
« on: September 24, 2019, 08:49:29 PM »
this is how i did it on windows 7 cant be to far off for 10.

replace explorer.exe with attract.exe

Just applied and do nothing! :(

15
General / Re: Am / windows 10
« on: September 24, 2019, 02:36:03 PM »
Check out the guide on my wiki http://arcademvs.org


I tried some minutes ago and do nothing. :(

Pages: [1] 2