Jump to content
LaunchBox Community Forums

Sony Playstation won't close on esc


Joe35car
Go to solution Solved by Jayinem,

Recommended Posts

OK so I'm almost positive this was working before. Now when I try to close the game it stays open. I am using this script:

$ESC::
{
WinClose, ahk_exe RocketLauncher.exe
}

Other systems that use Rocketlauncher close fine. It also closes outside of LB in rocketlauncher. I'm using RL for bezel support because the RA cores are terrible. I'm using the duckstation emulator through RL.

Link to comment
Share on other sites

  • Solution

I'm not saying you're doing anything wrong but why not just use Duckstation in Launchbox with fullscreen? Then you wouldn't need bezel support. Because for that I use

$Esc::
    Send !{F4}
    Process,Close,DuckStation
    Run,taskkill WinTitle /im "duckstation-qt-x64-ReleaseLTCG.exe" /F

*take note of your Duckstation version .exe and replace it if different. They've used different .exe names with different versions.

 

Or you could replace Duckstation with RocketLauncher, but I don't know if it will work or not.

$Esc::
    Send !{F4}
    Process,Close,RocketLauncher
    Run,taskkill WinTitle /im "RocketLauncher.exe" /F

Sometimes different emulators require different scripts for them to be closed.

If you prefer bezel over fullscreen no problem, I just prefer all my games fullscreen and am more inquiring if you need help with making Duckstation fullscreen but if you want the bezel over fullscreen I'm not trying to change your mind.

Edited by Jayinem
  • Like 1
Link to comment
Share on other sites

I would prefer to keep PS1 at original 4:3 ratio with bezels. Anyone have an idea about the script? This is pretty much the last loose end I'm looking to fix. Like to get this issue resolved. Trying to make a copy for my friend for over 40 years for a Xmas gift.

 

Thanks

Edited by Joe35car
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...