newsk Posted March 15, 2020 Share Posted March 15, 2020 (edited) hello, still pretty new to launchbox/big box. currently I am trying to figure out how to make epsxe close and get myself back to launchbox after i am done playing a game from my diy arcade i built. I have access to a keyboard but want to use my arcade controls only. so far i have tried this: from the tools menu /edit emulators /epsxe/ edit / then putting this script under the exit autokey script tab; $Esc:: { Process, Close, {{{StartupEXE}}} } this did not work so i went to controller mappings section from options and found exit game. here i set up a 2button combination but this didnt work either. I'm sure there is something simple i am missing!! I havent tried from big box mode yet. wanted to figure it out in regular lb first. Am i supposed to setup something from epsxe direclty first? Edited March 15, 2020 by newsk Quote Link to comment Share on other sites More sharing options...
Retro808 Posted March 15, 2020 Share Posted March 15, 2020 16 minutes ago, newsk said: hello, still pretty new to launchbox/big box. currently I am trying to figure out how to make epsxe close and get myself back to launchbox after i am done playing a game from my diy arcade i built. I have access to a keyboard but want to use my arcade controls only. so far i have tried this: from the tools menu /edit emulators /epsxe/ edit / then putting this script under the exit autokey script tab; $Esc:: { Process, Close, {{{StartupEXE}}} } this did not work so i went to controller mappings section from options and found exit game. here i set up a 2button combination but this didnt work either. I'm sure there is something simple i am missing!! I havent tried from big box mode yet. wanted to figure it out in regular lb first. Am i supposed to setup something from epsxe direclty first? Paste the code in the "Running AHK" tab. The Exit AHK tab is for helping with exiting from the Pause Menu exit option. Quote Link to comment Share on other sites More sharing options...
newsk Posted March 18, 2020 Author Share Posted March 18, 2020 Thankyou! That did the trick . Quote Link to comment Share on other sites More sharing options...
luk Posted March 21, 2020 Share Posted March 21, 2020 I was about to ask pretty much the same thing so I think we can go on here instead of a new post. That's my problem: I usually set things up using Launchbox in desktop mode (not BigBox)...recently I've mapped in LaunchBox some controller key combinations to exit game (select+start) and it works fine (i didn't use any script, just LB options). Now I was testing Big Box and I noticed that my mapping doesn't work there. I thought Big Box would use the same mapping of LaunchBox but I was wrong. I've looked into Big Box controller mapping but the options are for the interface itself and not fot the games (there's "Exit" that quit BigBox, but not "Exit Game" like in LaunchBox). So I suppose maybe the solution could be a script. Can someone please help me? I don't know how to do it. The mapping I want is "Select+Start" (or "Back+Start" or "Button7+Button8") thanks so much Quote Link to comment Share on other sites More sharing options...
Retro808 Posted March 21, 2020 Share Posted March 21, 2020 42 minutes ago, luk said: I was about to ask pretty much the same thing so I think we can go on here instead of a new post. That's my problem: I usually set things up using Launchbox in desktop mode (not BigBox)...recently I've mapped in LaunchBox some controller key combinations to exit game (select+start) and it works fine (i didn't use any script, just LB options). Now I was testing Big Box and I noticed that my mapping doesn't work there. I thought Big Box would use the same mapping of LaunchBox but I was wrong. I've looked into Big Box controller mapping but the options are for the interface itself and not fot the games (there's "Exit" that quit BigBox, but not "Exit Game" like in LaunchBox). So I suppose maybe the solution could be a script. Can someone please help me? I don't know how to do it. The mapping I want is "Select+Start" (or "Back+Start" or "Button7+Button8") thanks so much You can set an exit hook in BigBox directly. Go into BigBox settings. Under controller mapping scroll down until you see Close Active Window. That is for closing out of a game. 1 Quote Link to comment Share on other sites More sharing options...
luk Posted March 21, 2020 Share Posted March 21, 2020 @Retro808 thanks so much!!!! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.