Jump to content
LaunchBox Community Forums

Paddy1888

Members
  • Posts

    10
  • Joined

  • Last visited

Everything posted by Paddy1888

  1. I fixed it, Rather than try to pass paths across the script, i used absolute paths, I also updated my version of demulshooter and changed the rom name (as per the demulshooter wiki) run, D:\All-in-One\Emulators\DemulShooter\DemulShooter.exe -target=chihiro -rom=gsquad Sleep, 2000 run, "D:\All-in-One\Emulators\Sega Chihiro\cxbx.exe" "D:\All-in-One\LaunchBox\Games\Sega Chihiro\GS\vsg.xbe", , Hide. Thanks for your help Joe
  2. I should have said , that I made the changes above but still nothing, but thanks ever so much for giving me pointers
  3. Sorry, i should have mentioned. I changed the path, just in case this was the issue and amended the script to follow the new path. Weirdly, again the script doesn't launch demulshooter. I ran the following via the run command in windows D:\All-in-One\Emulators\DemulShooter\DemulShooter.exe and again this didn't launch. so I'm at a complete loss, strangely I have a pre-built build that launches demelshooter and that works fine
  4. I seen what you meant and changed it, but it hasn't made a difference ; AutoHotkey Script for Sega Chihiro (Ghostquad) with DemulShooter ; Executable path demulshooterPath := "D:\DemulShooter\" 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, ; 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
  5. 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
  6. Perfect, thank you. This has been doing my head in for the last 2 hrs
  7. works 100% outside of launchbox but not inside, any pointers as to what is wrong would be greatly appreciated
  8. I haven't posted the script
  9. 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...