Jump to content
LaunchBox Community Forums

StarCraftDude

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by StarCraftDude

  1. On 4/4/2021 at 4:02 AM, Your Friendly A.I Overlord said:

    First, if you have not done this before, you need to set up an "exit" button. Seeing as you use your arcade buttons in Xinput mode, a xbox controller api, this must be done in the LaunchBox  and BigBox controller automation configuration.

    1813817514_Schermopname(143).thumb.jpg.3b80cf438846ce218368c1c6a09bba0a.jpg

    For LaunchBox go to: Tools > Options > Game Controllers >  Tick "Enable Game Controllers" and choose your device.

    1443769154_Schermopname(143a).thumb.jpg.f2023453fd095fbd2eb8cabdd8abb5a8.jpg

    Then go to: "Mappings" and in "Exit Game" add a button or button combination.

    539530319_Schermopname(144).thumb.jpg.be437c2e0c21b715589a9862e1f481d7.jpg

    In BigBox go to: Options > Controller > Tick "Enable Game Controllers" and select your device.

    152329935_Schermopname(145).thumb.jpg.e3684e550bb977e2474e00cab816f087.jpg

    Then go to: "Controller Mappings" and then "Close the Active Window". Again add a button or button combination to exit a game.

     

    For Ryujinx to exit out of a game back to LaunchBox or Bigbox you need to copy/paste the following "exit script" to LaunchBox > Tools > Manage Emulators > Ryujinx > Running AutoHotKey tab:

    ESC::
    {	
        SetTitleMatchMode, 2
        WinWaitActive, Ryujinx
        Send !{f4}    			
    }

    1334321971_Schermopname(148).thumb.jpg.686386271fafc2f3624d2321496542cf.jpg

    Lastly I must say, as I don't own a cabinet, I may not be able to help you with cabinet specific problems.

    This worked for me on my arcade cab. Thank you!

×
×
  • Create New...