Jump to content
LaunchBox Community Forums

latin625

Members
  • Posts

    623
  • Joined

  • Last visited

Posts posted by latin625

  1. Hi, I am running a bat file that runs demulshooter and demul with the rom. Everything works!

    The problem is closing the window with esc.  Is there a setting in Demul emulator to close?  Do I need to use an ahk?

    I dont use an emulator in LB, just a .bat file to launch the game.

    Thanks!

  2. Hi,

    I have the sinden guns working almost perfect on psx via retroarch (Beetle Core).  My problems:

    1.Cant get the sinden gun to move left or right from the d pad on it to select different levels in Die Hard Trilogy.

    2. Cant get the Rockets button to work, only grenades work.

    Anyone have a tip?  Use a different emulator or watch a vid?  I can move the crosshair and play the game (great retro game for sure).

    I am using this as the guide: https://www.sindenwiki.org/wiki/Retroarch#Sinden_Lightgun_borders_in_RetroArch

     

    Thanks

  3. ; Light guns (Lost World)
    InputGunLeft = "KEY_LEFT"               ; digital, move gun left
    InputGunRight = "KEY_RIGHT"             ; digital, move gun right
    InputGunUp = "KEY_UP"                   ; digital, move gun up
    InputGunDown = "KEY_DOWN"               ; digital, move gun down
    InputGunX = "MOUSE3_XAXIS,JOY1_XAXIS"
    InputGunY = "MOUSE3_YAXIS,JOY1_YAXIS"
    InputTrigger = "KEY_A,JOY1_BUTTON1,MOUSE3_LEFT_BUTTON"
    InputOffscreen = "KEY_S,JOY1_BUTTON2,MOUSE3_RIGHT_BUTTON"
    InputAutoTrigger = 1                    ; Set to 1 for automatic reload when off-screen
    InputGunLeft2 = "NONE"
    InputGunRight2 = "NONE"
    InputGunUp2 = "NONE"
    InputGunDown2 = "NONE"
    InputGunX2 = "MOUSE4_XAXIS,JOY2_XAXIS"
    InputGunY2 = "MOUSE4_YAXIS,JOY2_YAXIS"
    InputTrigger2 = "KEY_Z,JOY2_BUTTON1,MOUSE4_LEFT_BUTTON"
    InputOffscreen2 = "KEY_X,JOY2_BUTTON2,MOUSE4_RIGHT_BUTTON"
    InputAutoTrigger2 = 1                     ; Set to 1 for automatic reload when off-screen

     

  4. @maxforwardspeed
    MAME is good to go. Thanks for helping out.   I have it all setup and working on most emulators, and have added the borders, but prefer the widescreen look (16:9  no side artwork). 

    I was looking for an elegant way of having the borders show up when the game is running using ahk and deactivating them when you exit.  Currently, you have to press the button on the sinden gun.  Any ideas?

  5. For a Used or Open Box NAS Device  with at least 4 bays.  Guns are black and very gently used, and the upgraded BT kits are currently installed on the guns. I will cover all shipping on both items.

    The CRS 4.0 dongle is also included.  I can re-install the USB connection if desired.  Also, willing to sell separately if needed.

    Thanks!

  6. @Headrush69

    Unfortunately, I have super limited skills with this and "ugly fixed" the issue.  Wouldn't know enough to be able to tell you if it is required, but I can say it works 100%.  If you want to streamline it, please have at it.  Would love to have something correct and efficient if it is possible.  Apologies in advance.

  7. Solved.  In case anyone needs to hide CMD but keep focus on emulator.  I used hypseus.exe (The program to return to focus on) as the sample below:

    Set WshShell = CreateObject("WScript.Shell")
    Dim ObjShell :Set ObjShell = CreateObject("Wscript.Shell")
    WshShell.Run chr(34) & "lair.bat" & Chr(34), 0
    ObjShell.AppActivate("hypseus")

     

    • Thanks 1
  8. Hi,
    I have this vbs script below that hides the cmd window when loading from LB or BB, but it stops LEDBlinky from keeping the button light on.

    Set WshShell = CreateObject("WScript.Shell")
    WshShell.Run chr(34) & "lair.bat" & Chr(34), 0
    Set WshShell = Nothing

    When I dont use the script and go with a bat file, I lose focus of the game screen and have to click on the mouse to get it focused again.

    Any ideas on how to get this to work?

    Thanks

     

  9. Figured out another piece to the puzzle.  Just not sure how to fix it.  It seems like the .vbs script is killing the game instance and the button lit goes off because it thinks it is finished.

    here is the script.
    Dont know enough to know how to fix it.  Anyone ?

    Set WshShell = CreateObject("WScript.Shell")
    WshShell.Run chr(34) & "E:\Arcade\Emulators\Daphne\Command Line (Batch Files)\Dragon's Lair 2 4k.bat" & Chr(34), 0
    Set WshShell = Nothing

    I think the

    Quote

    Set WshShell

    is killing LEDBLINKY.

    Thanks

  10. I have it running correctly on MAME, but when I add "Unknown games" and choose say... Daphne Dragon's Lair and set up one button on the control editor, it only stays on when I am scrolling to the game via LB or BB. 

    When I select the game to play, the control turns off and three random buttons show up lit in white.

    Anyone know of a guide I can use or any tips?

    Thanks

  11. Found an old pac64led that I was wired up for my xarcade tankstick and took it out when I changes to the xtension but never got around to adding it again.  That was 2014 and now I can remember how I did it back then. 😬
    The old pages are gone from the internet that I used back then.   I have the harness with a ton of wiring, but cant remember how to get it to work.   Anyone have some tips or help that can be passed along.  Should I look at a different solution than my pac64led?
    Thanks,

×
×
  • Create New...