Jump to content
LaunchBox Community Forums

Exit from ppsspp game with pause menu


Sbaby

Recommended Posts

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. 

 

Screen Shot 2019-10-12 at 12.35.52 PM.png

Link to comment
Share on other sites

  • 10 months later...
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. 

 

Screen Shot 2019-10-12 at 12.35.52 PM.png

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

Link to comment
Share on other sites

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?

 

Screen Shot 2020-08-16 at 10.13.48 PM.png

Link to comment
Share on other sites

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?

 

Screen Shot 2020-08-16 at 10.13.48 PM.png

.  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

Link to comment
Share on other sites

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?

image.thumb.png.c13b607f7dace2e3f083d343d8f92bea.png

 

 

Link to comment
Share on other sites

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?

image.thumb.png.c13b607f7dace2e3f083d343d8f92bea.png

 

 



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

Link to comment
Share on other sites

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

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