Jump to content
LaunchBox Community Forums

Recommended Posts

Posted

I am losing my mind trying to get this to work. How do I close epsxe with controller input?

Running lilypad because I needed to disable the exit confirmation message. 

Retroarch either doesnt work or runs extremely slow or out of sync so not an option. 

Epsxe is the only emulator that runs smoothly but the only way to close is escape key and I dont want to open up my cabinet everytime I want to close a game. 

Also tried antimicroportable which works but needs to always be running which doesnt work with the way bigbox is configured into my pc startup.

Posted
8 minutes ago, Drtruffles said:

I am losing my mind trying to get this to work. How do I close epsxe with controller input?

Running lilypad because I needed to disable the exit confirmation message. 

Retroarch either doesnt work or runs extremely slow or out of sync so not an option. 

Epsxe is the only emulator that runs smoothly but the only way to close is escape key and I dont want to open up my cabinet everytime I want to close a game. 

Also tried antimicroportable which works but needs to always be running which doesnt work with the way bigbox is configured into my pc startup.

Paste this into the Auto Hotkey tab under manage emulators.

; This section closes Demul when pressing Escape
$Esc::
{
    Process, Close, {{{StartupEXE}}}
}

Posted
8 minutes ago, neil9000 said:

Paste this into the Auto Hotkey tab under manage emulators.

; This section closes Demul when pressing Escape
$Esc::
{
    Process, Close, {{{StartupEXE}}}
}

That only works for keyboard, doesnt do anything for using joystick

Posted
1 minute ago, Drtruffles said:

That only works for keyboard, doesnt do anything for using joystick

Nope, the controller automation in Bigbox sends the escape key to exit emulators, that AHK scrips will therefore send escape to epcsxe when you exit with your controller automation.

Posted
Just now, Drtruffles said:

But controller automation doesnt work with epsxe

Controller automation works with any emulator you have added to Launchbox. You just need to add that script in this case as not all emulators will close correctly.

Posted

I already had automation and the ahk both set up. They do not work. 

 

Automation works with other emulators

Escape key works with espxe 

Controller automation does not work

Posted
2 minutes ago, Drtruffles said:

I already had automation and the ahk both set up. They do not work. 

 

Automation works with other emulators

Escape key works with espxe 

Controller automation does not work

It works fine, if it is not for you then you are doing something wrong.

Posted
6 minutes ago, Drtruffles said:

I already had automation and the ahk both set up. They do not work. 

 

Automation works with other emulators

Escape key works with espxe 

Controller automation does not work

Works fine here. I have LB mapped to use Start + Select. Start is the hold button and Select is the exit hook. Disregard "return" in the code it is a remnant from another AHK I was messing with.

 

q1Capture.JPG

dgbCapture.JPG

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...