Jump to content
LaunchBox Community Forums

BigBox Edit games via Xbox controller command


MijacOnAir

Recommended Posts

Hi guys,

i have a premium LB account and have seen the option to be able to exit games inside big box but I don’t have a clue of how to set it up or if this affects on the current game controls. For instance, I’d like something like in RetroArch when you can configure going back to main menu via start+select buttons.

Thanks in advance

Link to comment
Share on other sites

2 minutes ago, MijacOnAir said:

Hi guys,

i have a premium LB account and have seen the option to be able to exit games inside big box but I don’t have a clue of how to set it up or if this affects on the current game controls. For instance, I’d like something like in RetroArch when you can configure going back to main menu via start+select buttons.

Thanks in advance

Its in options/controller automation. You need to set a hold button, then whatever button you want to exit. So when in game you hold your hold button and press the button you set for exit. This combo sends a escape command to the emulator.

  • Like 1
Link to comment
Share on other sites

On 11/1/2018 at 11:16 AM, neil9000 said:

Its in options/controller automation. You need to set a hold button, then whatever button you want to exit. So when in game you hold your hold button and press the button you set for exit. This combo sends a escape command to the emulator.

Do you mean setting a hold button plus a close the active window button? if so, depending on the used emulator, it does not take you straight to the previous bigbox menu. (Tried that with epsxe i.e.)

Link to comment
Share on other sites

13 hours ago, MijacOnAir said:

Do you mean setting a hold button plus a close the active window button? if so, depending on the used emulator, it does not take you straight to the previous bigbox menu. (Tried that with epsxe i.e.)

Some emulators need a extra step, add this to the autohotkey tab of the emulator in the manage emulators section.

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

 Like this, (ignore the mouse move part).

image.thumb.png.b0ac88ae7d4bd6d9d8930e92e388877d.png

  • Like 1
Link to comment
Share on other sites

Hi Neil,

After trying that, it takes me straight out of BigBox. My intention with this was to get the game view menu (prior step to playing the game). It happens with ePSXe only for now (not even need the code for PCSX2).

Without the code I get this (screenshot below).

There is no issue using the Esc key on the keyboard but I do have it when using the x360 automation keys. I have assigned the "back" button as the one to hold and then to close window the "start" button.

Any ideas?

Thank you.

 

20181104_195607.jpg

Link to comment
Share on other sites

For your input options in epsxe are you using the lilypad plugin or the ePSXe core? If lilypad open the configure settings for the plugin I believe there is either a "disable confirm on exit" option or something like "Exit emulator on close". Try one of those options to see if it helps. I cannot remember for sure as I am not at home. I use the lilypad plugin and have the same AHK Neil mentioned and ePSXe exits properly.

  • Like 1
Link to comment
Share on other sites

12 minutes ago, MijacOnAir said:

Hello mate,

I am using the default ePSXe core 2.0. In fact, I have been digging to find some exit confirmation option with no results. What are the benefits of that lilypad plugin facing the default core and where can I get it?

Thanks.

It is a windows pad plugin that has a bunch of feature options you can mess with. Not sure about its origins, I just know it has some useful features and is usable in ePSXe and PCSX2. You should be able to find it on the PCSX2 forum. If you google "lilypad plugin" the first link should take you to the forum thread on it. It has been around a few years but still works.

  • Like 1
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...