Jump to content
LaunchBox Community Forums

Close EPSXE in BigBox


Drtruffles

Recommended Posts

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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