Jump to content
LaunchBox Community Forums

Recommended Posts

Posted

Hi,

Right now I have to create this script for every game that I want to use it on. I have to enter the emulator and game paths to get it to launch. Is there a way that I could use this script as an emulator in Launchbox and have it work for any game that I try launching?

Thanks!

 

MouseMove, 1920, 1080

RunWait, C:\Windows\nircmd\nircmd.exe monitor off

Run, "C:\Users\a9041158\Documents\Ishiiruka.Stable.758(05f5dddab).x64\Dolphin.exe" /e C:\Users\a9041158\Documents\iso\Muramasa__The_Demon_Blade.iso

Sleep, 500

Run, C:\Windows\nircmd\nircmd.exe monitor on

$Esc::
{
    RunWait, C:\Windows\nircmd\nircmd.exe monitor off
    
    Sleep, 500    

    Process, Close, dolphin.exe

    Run, C:\Windows\nircmd\nircmd.exe monitor on 

Posted

pass the rom file onto the script as a variable:

dolphin-wrapper.ahk "C:\Users\a9041158\Documents\iso\Muramasa__The_Demon_Blade.iso"

Change this line to

Run, "C:\Users\a9041158\Documents\Ishiiruka.Stable.758(05f5dddab).x64\Dolphin.exe" /e %1%

  • Like 1

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...