slashguns04 Posted April 3, 2016 Author Posted April 3, 2016 where do I enter the command to close JoyToKey program output of a game .exe? Thanks Quote
niglurion Posted April 4, 2016 Posted April 4, 2016 You have to create a batch file and launch your emulator with it. JTK will be closed on exit (taskkill). The process: batch > launch JTK > Launch emulator > Close emulator > close JTK An exemple with ePSXe : @echo off :: launch JoyToKey start F:\path\to\JoyToKey \JoyToKey.exe :: launch EPSXE with Launchbox cd "E:\path\to\epsxe2\" start /wait E:\path\to\epsxe2\ePSXe.exe -nogui -loadbin %1 :: close JoyToKey on exit taskkill /f /im JoyToKey.exe I'm using antimicro (same as JTK) and .bat files like this for every emulator. It's working great. Quote
niglurion Posted April 4, 2016 Posted April 4, 2016 I was thinking... The solution I gave is for an entire emulator, not a specific game only. For that, it's much more simple: just add JoyToKey as an additional app in Launchbox. Like this: Don't forget to check the "Wait for Exit" box. Quote
slashguns04 Posted December 19, 2016 Author Posted December 19, 2016 because with these settings when you start the game JoyToKey opens and closes automatically?what are the settings to keep open JoyToKey during the execution of the game and close to Exit the game? Quote
madpossum Posted December 20, 2016 Posted December 20, 2016 11 hours ago, slashguns04 said: because with these settings when you start the game JoyToKey opens and closes automatically?what are the settings to keep open JoyToKey during the execution of the game and close to Exit the game? I had the same problem (also with using joytokey with Taito Type X games). The only way I could get it to work was to not check the "run after application" box on the additional app to close joytokey. I had to click on that additional app manually after closing the game to kill joytokey. Unfortunately, I haven't had time to find a more elegant solution yet. Quote
slashguns04 Posted December 20, 2016 Author Posted December 20, 2016 there is a solution to this problem? Quote
slashguns04 Posted April 19, 2017 Author Posted April 19, 2017 can someone help me to solve this problem in the forum? Quote
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.