jimbone007 Posted October 18, 2022 Share Posted October 18, 2022 So I have a few PS2 games that I launch as ahk files that skip the gun calibration screen and work perfectly in lb but when I try to launch them in bb the screen never appears. I can hear it running but bb just takes me back to the menu screen that says play game. What can be causing this? Quote Link to comment Share on other sites More sharing options...
garrett521 Posted October 18, 2022 Share Posted October 18, 2022 I do this same method to launch the Time Crisis games on PS2 in order to bypass the calibration screen. It sounds like your PS2 emulator (assuming you are using PCSX2) is losing focus as it is loading. You could using the "WinActivate" command in your AHK launch file, placing it immediately after the command to launch the emulator/game, and just before the command to load your save state: Run, H:\Emulators\PCSX2\pcsx2.exe "H:\LaunchBox\Games\Sony Playstation 2\Time Crisis 2 (USA)\Time Crisis 2 (USA).bin" sleep, 6000 WinActivate, ahk_exe pcsx2.exe sleep, 1000 Send {F3 down} sleep, 100 Send {F3 up} Quote Link to comment Share on other sites More sharing options...
jimbone007 Posted October 19, 2022 Author Share Posted October 19, 2022 Thanks for the reply. I am using pcsx2 and my ahk almost matches yours exactly. just a different file path. I'm goin to test more tonight and check my emulator setting in lb. Quote Link to comment Share on other sites More sharing options...
jimbone007 Posted October 19, 2022 Author Share Posted October 19, 2022 Well I just went to test them again and they worked perfectly without me changing anything. I guess bb just needed a restart. Strange. Thanks for the help all the same 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.