Sbaby Posted October 11, 2019 Share Posted October 11, 2019 I would like to exit from ppsspp game by pressing bigboxmenu and option "exit from game" into pause menu but does not work. It return to ppsspp. what script should i put and where? Quote Link to comment Share on other sites More sharing options...
Mr.Laor Posted October 12, 2019 Share Posted October 12, 2019 I never got it to work. Also looking for this. Quote Link to comment Share on other sites More sharing options...
Retro808 Posted October 12, 2019 Share Posted October 12, 2019 You can use the script below. Place it in the Exit AHK Script tab of PPSSPP emulator details in Launchbox. If it does not work and simply sends you back to the game and the game ends up in a Windowed state do the following: look in the Pause Screen tab and then going to the On Resume tab. If you see an AHK there send Alt+Enter (or !{Enter}) delete it. That script sends PPSSPP to a fullscreen state and I notice it messes with exiting from the Pause Menu. The sleep in the code is not needed, but I usually set a slight delay in case the window does not focus immediately. Quote Link to comment Share on other sites More sharing options...
Sbaby Posted August 17, 2020 Author Share Posted August 17, 2020 On 10/12/2019 at 6:40 PM, Retro808 said: You can use the script below. Place it in the Exit AHK Script tab of PPSSPP emulator details in Launchbox. If it does not work and simply sends you back to the game and the game ends up in a Windowed state do the following: look in the Pause Screen tab and then going to the On Resume tab. If you see an AHK there send Alt+Enter (or !{Enter}) delete it. That script sends PPSSPP to a fullscreen state and I notice it messes with exiting from the Pause Menu. The sleep in the code is not needed, but I usually set a slight delay in case the window does not focus immediately. Sorry but it doesn't work, if i press esc ok but if i try to quit with bigbox pause it goes back to psp, despite also having entered your method Is there an alternative? i want to quit the game via bigbox pause Quote Link to comment Share on other sites More sharing options...
Retro808 Posted August 17, 2020 Share Posted August 17, 2020 51 minutes ago, Sbaby said: Sorry but it doesn't work, if i press esc ok but if i try to quit with bigbox pause it goes back to psp, despite also having entered your method Is there an alternative? i want to quit the game via bigbox pause Honestly not sure. I do not even use an AHK. PPSSPP closes just fine from Pause without it. You can try adding --escape-exit to the default command line parameters on the details tab when you edit PPSSPP in LB. That command line has been mentioned in other posts. I can only confirm I do not use either that command line or the AHK script I posted from 2019 and PPSSPP closes from Pause menu. What version PPSSPP are you on? Quote Link to comment Share on other sites More sharing options...
Sbaby Posted August 17, 2020 Author Share Posted August 17, 2020 1 hour ago, Retro808 said: Honestly not sure. I do not even use an AHK. PPSSPP closes just fine from Pause without it. You can try adding --escape-exit to the default command line parameters on the details tab when you edit PPSSPP in LB. That command line has been mentioned in other posts. I can only confirm I do not use either that command line or the AHK script I posted from 2019 and PPSSPP closes from Pause menu. What version PPSSPP are you on? . ppsspp version 1.10.3 . --escape-exit (I always had like this, esc key work fine, but it doesn't work via pause menu this is my pause resume setup, without this ppsspp it goes to window mode, maybe it conflicts with pause menu exit ????? WinWaitActive , PPSSPP SetKeyDelay, -1, 110 Send {Alt Down}{Enter}{Alt Up} sleep, 50 Send {Alt Down}{Enter}{Alt Up} Return Quote Link to comment Share on other sites More sharing options...
Kiinkyfoxx Posted August 17, 2020 Share Posted August 17, 2020 On 10/12/2019 at 5:40 PM, Retro808 said: If it does not work and simply sends you back to the game and the game ends up in a Windowed state do the following: look in the Pause Screen tab and then going to the On Resume tab. If you see an AHK there send Alt+Enter (or !{Enter}) delete it. That script sends PPSSPP to a fullscreen state and I notice it messes with exiting from the Pause Menu 5 hours ago, Sbaby said: this is my pause resume setup, without this ppsspp it goes to window mode, maybe it conflicts with pause menu exit ????? Using one of the nightly builds of Version V1.10.3 here and the following works for me as Default Command Line Parameters --escape-exit --fullscreen Also have full screen ticked in the settings within PPSSPP. This loads it full screen and then no need for the resume from pause script as it shouldn't be going windowed. As @Retro808 states having that script messes with the exiting from the Pause menu, so if you put it straight into full screen maybe that will help? I have no scripts at all in Pause Screen part or Exit AutoHotkey Script and I can exit from the pause menu cleanly Might be worth a try. If not is it worth just removing your resume ahk and then checking to see if it exits cleanly without it just to check if it actually is the resume from pause script causing your problem or something else? Quote Link to comment Share on other sites More sharing options...
Sbaby Posted August 17, 2020 Author Share Posted August 17, 2020 1 hour ago, Kiinkyfoxx said: Using one of the nightly builds of Version V1.10.3 here and the following works for me as Default Command Line Parameters --escape-exit --fullscreen Also have full screen ticked in the settings within PPSSPP. This loads it full screen and then no need for the resume from pause script as it shouldn't be going windowed. As @Retro808 states having that script messes with the exiting from the Pause menu, so if you put it straight into full screen maybe that will help? I have no scripts at all in Pause Screen part or Exit AutoHotkey Script and I can exit from the pause menu cleanly Might be worth a try. If not is it worth just removing your resume ahk and then checking to see if it exits cleanly without it just to check if it actually is the resume from pause script causing your problem or something else? I had already configured everything like you. the command line is correct but: if I remove the script, the exit works but the return from the pause goes into window mode. Keeping the script active, it returns correctly to full screen, but the exit does not work. For the moment I fixed it by removing the script and also removing the pause emulation during the pause. I only kept the pause game screen enabled. I missed the real game break but at least everything else works Quote Link to comment Share on other sites More sharing options...
Kiinkyfoxx Posted August 19, 2020 Share Posted August 19, 2020 Try this in the exitahk tab - untested I hasten to add, and you may have already tried something like it. Just wondering if maybe the resume screen key sends are interfering with sending the close keys so this way the sleep let's it resize and then closes but without sending key Inputs WinWaitActive , PPSSPP Sleep, 2000 WinClose, PPSSPP 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.