neil9000 Posted May 23, 2018 Share Posted May 23, 2018 11 minutes ago, Retro808 said: @neil9000 No. Xarcade tankstick so whatever the encoder is in it. I just let it replicate keys the way it is programmed. lol OK, sorry fella. I'm using FX3 but I'm running it god forbid through rocketlauncher, but my version is in cabinet mode, but not strictly speaking legit so I don't know what I have different. Quote Link to comment Share on other sites More sharing options...
Retro808 Posted May 23, 2018 Share Posted May 23, 2018 1 hour ago, neil9000 said: lol OK, sorry fella. I'm using FX3 but I'm running it god forbid through rocketlauncher, but my version is in cabinet mode, but not strictly speaking legit so I don't know what I have different. I have that same......ahem...version of FX3 and I have it set up on one machine through RL and on another straight through Launchbox. So exiting works with that AHK and button combos set-up. Quote Link to comment Share on other sites More sharing options...
lilcheeks Posted December 28, 2018 Share Posted December 28, 2018 I'm having the same issue. I have Pinball FX2 loaded in Launchbox and use the AHK below to exit, and it works perfect. I just loaded Pinball FX3 into launchbox (with cabinet mode) and have the same AHK below setup, but it doesn't do anything. Any ideas why it would work in Pinball FX2 but not Pinball FX3? $Esc:: { Process, Close, {{{StartupEXE}}} } Quote Link to comment Share on other sites More sharing options...
lilcheeks Posted December 28, 2018 Share Posted December 28, 2018 I figured it out, i needed to make my AutoHotKey,exe run as an administrator. Everything is working now. Quote Link to comment Share on other sites More sharing options...
705 arcade Posted February 22, 2019 Share Posted February 22, 2019 tried everything listed. Sometimes it will pick up the command as like I am pressing the esc key and bring me to the pause menu. Using legit copy of fx3 thru steam. Quote Link to comment Share on other sites More sharing options...
mentazm Posted December 28, 2019 Share Posted December 28, 2019 Trying to figure out how to close PFX3 with start+select on my control pad, any ideas folks? Works on my emulators, not on my legit copy of PFX3. Quote Link to comment Share on other sites More sharing options...
Karmeck Posted March 4, 2020 Share Posted March 4, 2020 (edited) On 12/28/2019 at 5:40 PM, mentazm said: Trying to figure out how to close PFX3 with start+select on my control pad, any ideas folks? Works on my emulators, not on my legit copy of PFX3. Seems this is not possible, you can set it to one Button. I tried two. Like this Joy 7 & Joy 8:: { Process, Close, {{{StartupEXE}}} } But this dos not work, instead it made joy 8 in to the killer key. this is also mentioned not to work, here: https://www.autohotkey.com/docs/Hotkeys.htm#combo You can define a custom combination of two keys (except joystick buttons) by using " & " between them. In the below example, you would hold down Numpad0 then press the second key to trigger the hotkey: however, wouldn't joy2key work. That way you could set start and select to 2 different (keyboard)keys and then set those two, in combination, to kill the game. Edited March 4, 2020 by Karmeck Quote Link to comment Share on other sites More sharing options...
Retro808 Posted March 4, 2020 Share Posted March 4, 2020 53 minutes ago, Karmeck said: Seems this is not possible, you can set it to one Button. I tried two. Like this Joy 7 & Joy 8:: { Process, Close, {{{StartupEXE}}} } But this dos not work, instead it made joy 8 in to the killer key. this is also mentioned not to work, here: https://www.autohotkey.com/docs/Hotkeys.htm#combo You can define a custom combination of two keys (except joystick buttons) by using " & " between them. In the below example, you would hold down Numpad0 then press the second key to trigger the hotkey: however, wouldn't joy2key work. That way you could set start and select to 2 different (keyboard)keys and then set those two, in combination, to kill the game. You should define a hold key and an action key like in the code below. If you hold Joy 7 and press Joy8 the command runs. I would also recommend not using the Process, Close, {{{StartupEXE}}} command. It is a hard close. Joy7:: If GetKeyState("Joy8") { SetKeyDelay, -1, 110 WinClose, ahk_exe {{{StartupEXE}}} } Return Quote Link to comment Share on other sites More sharing options...
rtavani Posted July 17, 2020 Author Share Posted July 17, 2020 In using pinball fx3 but do not have its as its emulator. I am launching tables directly using pbFX3.exe in the application patch and direct table launch in the application command line parameter section (in launchbox). because im not using the emulator the exit script wont work, any other ideas? Quote Link to comment Share on other sites More sharing options...
Retro808 Posted July 17, 2020 Share Posted July 17, 2020 12 minutes ago, rtavani said: In using pinball fx3 but do not have its as its emulator. I am launching tables directly using pbFX3.exe in the application patch and direct table launch in the application command line parameter section (in launchbox). because im not using the emulator the exit script wont work, any other ideas? You have to add individual AHK compiled script to each game. Why not just set the exe up as an emulator? I have it set that way in one of my cabinets. Quote Link to comment Share on other sites More sharing options...
rtavani Posted July 17, 2020 Author Share Posted July 17, 2020 i set it up a while ago so really have no idea, but im testing just one table and have it set using pinball fx3 as the emulator and can load the table directly. I put in the AHK exit scrip in but still doesnt seem to work. Every time i press esc, the game just exits to the main menu of pinball fx3, im looking for a exit script which gets you back to launchbox Quote Link to comment Share on other sites More sharing options...
Retro808 Posted July 17, 2020 Share Posted July 17, 2020 13 minutes ago, rtavani said: i set it up a while ago so really have no idea, but im testing just one table and have it set using pinball fx3 as the emulator and can load the table directly. I put in the AHK exit scrip in but still doesnt seem to work. Every time i press esc, the game just exits to the main menu of pinball fx3, im looking for a exit script which gets you back to launchbox Can you paste an image of the script and where you place it in the emulator settings within LB? Quote Link to comment Share on other sites More sharing options...
rtavani Posted July 17, 2020 Author Share Posted July 17, 2020 Quote Link to comment Share on other sites More sharing options...
rtavani Posted July 17, 2020 Author Share Posted July 17, 2020 Quote Link to comment Share on other sites More sharing options...
neil9000 Posted July 17, 2020 Share Posted July 17, 2020 17 minutes ago, rtavani said: Thats the wrong section, it should go in the running tab, the exit tab is for use on the Launchbox pause screen. Quote Link to comment Share on other sites More sharing options...
rtavani Posted July 17, 2020 Author Share Posted July 17, 2020 very weird as i use this same script for other emulators, something about pinball fx3 which just isnt jiving Quote Link to comment Share on other sites More sharing options...
neil9000 Posted July 17, 2020 Share Posted July 17, 2020 (edited) 4 minutes ago, rtavani said: very weird as i use this same script for other emulators, something about pinball fx3 which just isnt jiving Sorry, i quoted the wrong image. The AHK exit goes in the running tab. EDIT: You shouldnt really be exiting any windows game in that manner though, should always use there own exit through there own menu. Edited July 17, 2020 by neil9000 Quote Link to comment Share on other sites More sharing options...
rtavani Posted July 17, 2020 Author Share Posted July 17, 2020 i removed the script from the exit tab and put it in the running tab, restarted launchbox and which i hit the esc key, pinball fx still treats it as pause (which is the default setting in pinball fx), hitting esc does not exit to launchbox Quote Link to comment Share on other sites More sharing options...
rtavani Posted July 17, 2020 Author Share Posted July 17, 2020 i even tried the following below to enable alt +F4 but doesnt work either. Pinball fx and its esc setting seems to be the dominant trait and doesnt allow the AHK to work, weird $Esc:: { Process, Close, {{{StartupEXE}}} } vk07sc000:: Send, !{F4} Return Quote Link to comment Share on other sites More sharing options...
Retro808 Posted July 17, 2020 Share Posted July 17, 2020 Here is my exact set-up on my pinball cabinet. No issues closing using my buttons I mapped in LB for exiting a game. My settings pretty much mirror what you posted. Even on my pc with the Steam version the same command works. Do you have any other software running that might interfere like JoyToKey or something? 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.