Jump to content
LaunchBox Community Forums

Paddy1888

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by Paddy1888

  1. Paddy1888

    AHK issue

    Good Morning all, I posted this here as the troubleshooting section states Launchbox and this is not a Launchbox issue. I have a script which should launch a game (which it does) and Demulshooter (which it doesn't) and I can't figure for the life of me why it's not working I don't suppose any of the experts can provide me a pointer as to why it doesn't start ; AutoHotkey Script for Sega Chihiro (Ghostquad) with DemulShooter ; executable paths demulshooterPath := "D:\All-in-One\Emulators\DemulShooter\DemulShooter.exe" cxbxPath := "D:\All-in-One\Emulators\Sega Chihiro\cxbx.exe" xbeFile := "D:\All-in-One\LaunchBox\Games\Sega Chihiro\GS\vsg.xbe" ; Launch DemulShooter Run, %demulshooterPath% DemulShooter.exe -target=chihiro -rom=vgs, , Hide ; Wait for DemulShooter to initialize Sleep, 2000 ; Launch CXBX-Reloaded with the game Run, %cxbxPath% "%xbeFile%", , Hide Esc:: Process, Close, DemulShooter.exe Process, Close, cxbx.exe ExitApp return
  2. Perfect, thank you. This has been doing my head in for the last 2 hrs
  3. works 100% outside of launchbox but not inside, any pointers as to what is wrong would be greatly appreciated
  4. I haven't posted the script
  5. Hi All, This is a bit of a strange one, I have a script to launch "wicked monster blast" on RPCS3, outside of Launchbox it works fine, inside it launches a completely different game! "Time Crisis Raising storm". As I said, I know the script works as it launches outside, but just can't figure out why LB is doing this
×
×
  • Create New...