Idoshe Posted September 11, 2019 Share Posted September 11, 2019 Hey all, So I'm having trouble quitting PCSX2. I have it set in the exit script and have disabled the confirmation. Pause also doesn't work (but I'm not worried about that) but all the others do. Any ideas? Quote Link to comment Share on other sites More sharing options...
Retro808 Posted September 12, 2019 Share Posted September 12, 2019 11 hours ago, Idoshe said: Hey all, So I'm having trouble quitting PCSX2. I have it set in the exit script and have disabled the confirmation. Pause also doesn't work (but I'm not worried about that) but all the others do. Any ideas? Which tab do you ave the Exit AHK in? Can you share a pic of how you have it set-up? Quote Link to comment Share on other sites More sharing options...
Idoshe Posted September 12, 2019 Author Share Posted September 12, 2019 1 hour ago, Retro808 said: Which tab do you ave the Exit AHK in? Can you share a pic of how you have it set-up? I have noticed that I have the same entry in both exit and active, but I just let it automatically do that. Here's screens Quote Link to comment Share on other sites More sharing options...
Retro808 Posted September 12, 2019 Share Posted September 12, 2019 Do you have the keyboard or controller automation buttons/keys mapped in Launchbox for what you want to hit to exit a game? What tab do you have the AHK script in? The running tab is where is primarily goes. That is the AHK that will always be available while in an emulator. The Exit tab is for exiting a game while you are in the Pause Menu. So you can have it in both. I would change the script though to the one below. The original is a hard closing of the emulator. The one below will shut it down properly and not risk losing a save state. $Esc:: { WinClose, ahk_exe pcsx2.exe } Quote Link to comment Share on other sites More sharing options...
Idoshe Posted September 13, 2019 Author Share Posted September 13, 2019 10 hours ago, Retro808 said: Do you have the keyboard or controller automation buttons/keys mapped in Launchbox for what you want to hit to exit a game? What tab do you have the AHK script in? The running tab is where is primarily goes. That is the AHK that will always be available while in an emulator. The Exit tab is for exiting a game while you are in the Pause Menu. So you can have it in both. I would change the script though to the one below. The original is a hard closing of the emulator. The one below will shut it down properly and not risk losing a save state. $Esc:: { WinClose, ahk_exe pcsx2.exe } Weirdly still no joy...I'm wondering if PCSX2 is just removing any gamepad input. Included my PCSX2 config if it can help Quote Link to comment Share on other sites More sharing options...
Retro808 Posted September 13, 2019 Share Posted September 13, 2019 In the edit emulator screen in Launchbox what tab do you have the AHK script in? Quote Link to comment Share on other sites More sharing options...
Idoshe Posted September 13, 2019 Author Share Posted September 13, 2019 I copied it to both the running and the exit, pasting over the existing 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.