Main > Lightguns
DemulShooter (Dual light gun on DEMUL, Model2, Dolphin, Silent Hill, etc...)
<< < (37/727) > >>
argonlefou:

--- Quote from: dgrace on July 24, 2016, 01:42:46 pm ---Attack of the Movies 3D is tricky because you have to hit A&B to start the game after it's loaded but I believe 'B' is set to 'click 0' (off screen reload I believe?) in the config file, so if I change that the game loads but now I can't shoot or reload player 1 (just player 2).  Any ideas? I'm sure it's a simple fix.

--- End quote ---
Click0 is left click
If I'm not wrong House of the Dead Overkill asks for the same (A+B button to start)
That's why I arbitrary put A button to click2 (which is middle click, and also reload for Hotd Overkill) so that both can be pressed at the same time
dgrace:
Thanks, i'll try that out and let you know.

I've started looking into the pcsx2 nuvee plugin (i had to first translate all that French LOL) in order to play PS2 games with an aimtrak.  Man that seems complicated.  I think i might wait until someone else creates a simpler plugin for light guns or PCSX2 creates some kind of raw input option like MAME and Supermodel.

Also, I was curious if you've had any luck getting aimtrak guns to work with the PS1 emulator (i.e. EXPSE).

Thanks
argonlefou:

--- Quote from: dgrace on July 25, 2016, 12:25:43 am ---I've started looking into the pcsx2 nuvee plugin (i had to first translate all that French LOL) in order to play PS2 games with an aimtrak.  Man that seems complicated.  I think i might wait until someone else creates a simpler plugin for light guns or PCSX2 creates some kind of raw input option like MAME and Supermodel.

--- End quote ---
You should try, it's worth it.
Not sure anyone will release a better system before a loooooooooooooong time  :(


--- Quote from: dgrace on July 25, 2016, 12:25:43 am ---Also, I was curious if you've had any luck getting aimtrak guns to work with the PS1 emulator (i.e. EXPSE).

--- End quote ---
Never tried ! Not so much games that I'd like to play
But it seems Nuvee plugin also supports PS1 (never tried)
dgrace:
Hello, I am trying to get this to work in Hyperspin via RocketLauncherUI and am having some trouble.  In the User Functions.AHK I have the following:

StartGlobalUserFeatures(){
Global systemName, romName, emuPath
Log("StartGlobalUserFeatures - Starting")
if ( (systemName="Sega Naomi" or "Sammy Atomiswave" ) and (romName="lupinsho" or romName="confmiss" or romName="hotd2" or romName="deathcox" or romName="mok" or romName="ninjaslt"or romName="rangrmsn" or romName="xtrmhnt2" or romName="xtrmhunt") )
Run("DemulShooter.exe -demul=07a -rom=" . romName . " -noresize", emuPath)
Log("StartGlobalUserFeatures - Ending")
}


For Sega Naomi games (Demul) I get the following error message:
Error: Failed attempt to launch program or document:
Action: <DemulShooter.exe>

Specifically: The system cannont find the file specified.
etc........

I have the DemulShooter folder (with all the DemulShooter files) within the Emulator folder. 

Help please?

fjser:

--- Quote from: dgrace on July 25, 2016, 08:29:23 pm ---Hello, I am trying to get this to work in Hyperspin via RocketLauncherUI and am having some trouble.  In the User Functions.AHK I have the following:

StartGlobalUserFeatures(){
Global systemName, romName, emuPath
Log("StartGlobalUserFeatures - Starting")
if ( (systemName="Sega Naomi" or "Sammy Atomiswave" ) and (romName="lupinsho" or romName="confmiss" or romName="hotd2" or romName="deathcox" or romName="mok" or romName="ninjaslt"or romName="rangrmsn" or romName="xtrmhnt2" or romName="xtrmhunt") )
Run("DemulShooter.exe -demul=07a -rom=" . romName . " -noresize", emuPath)
Log("StartGlobalUserFeatures - Ending")
}


For Sega Naomi games (Demul) I get the following error message:
Error: Failed attempt to launch program or document:
Action: <DemulShooter.exe>

Specifically: The system cannont find the file specified.
etc........

I have the DemulShooter folder (with all the DemulShooter files) within the Emulator folder. 

Help please?

--- End quote ---


 I see two problems:

1) You are using an old version of the commandline.

2) Looks like you do not demulshooter in the folder with your emulator.  The emupath parameter is looking for demulshooter exe in the same folder as the emulator that calls it (model 2, demul, dolphin, pclauncher).  For my setup, I just put a copy of demul in every emulator folder.  I will eventually change this to clean it up a bit, but for now, no harm no foul. Here is my User Functions.ahk (Again, i could clean this up some, and it requires copies of the demulshooter in each emulator folder, but it works)  Make sure your ROM names match yours (especially for dolphin)

; Use this function to define any code you want to run in every module on start
StartGlobalUserFeatures(){
Global systemName, romName, emuPath
Log("StartGlobalUserFeatures - Starting")
if ( (systemName="Sega Naomi" or "Sammy Atomiswave" or "Shotgun Games" ) and (romName="lupinsho" or romName="confmiss" or romName="hotd2" or romName="deathcox" or romName="mok" or romName="ninjaslt"or romName="rangrmsn" or romName="xtrmhnt2" or romName="xtrmhunt") )
Run("DemulShooter.exe -target=demul07a -rom=" . romName . " -noresize", emuPath)
if ( (systemName="Sega model 2" or "Shotgun Games") and (romName="bel" or romName="gunblade" or romName="hotd" or romName="rchase2" or romName="vcop" or romName="vcop2") )
Run("DemulShooter.exe -target=model2m -rom=" . romName, emuPath)
if ( (systemName="Nintendo Wii" or "Shotgun Games") and (romName="ghostsqu" or romName="hotdo" or romName="targter" or romName="House of the Dead 2 and 3" or romName="Gunblade NY and LA" or romName="Resident Evil the Darkside Chronicles" or romName="Resident Evil the Umbrella Chronicles" or romName="Attack of the Movies 3D") )
Run("DemulShooter.exe -target=dolphin5 -ddinumber=5" , emuPath)
if ( (systemName="PC Games" or "Shotgun Games") and (romName="Silent Hill The Arcade Game") )
Run("DemulShooter.exe -target=ttx -rom=sha", "d:\arcade\emulators\pclauncher")
if ( (systemName="PC Games" or "Shotgun Games") and (romName="House of the Dead 3") )
Run("DemulShooter.exe -target=windows -rom=hod3pc", "d:\arcade\emulators\pclauncher")
Log("StartGlobalUserFeatures - Ending")
}

; Use this function to define any code you may need to stop or clean up in every module on exit
StopGlobalUserFeatures(){
   Log("StopGlobalUserFeatures - Starting")
   ; INSERT CODE HERE
   Log("StopGlobalUserFeatures - Ending")
}
Navigation
Message Index
Next page
Previous page

Go to full version