m0riarty1 Posted April 26, 2018 Share Posted April 26, 2018 Man, i am really wishing I could use the Additional Apps feature on an entire system or group of games. I'm going through and adding a JoyToKey start and JoyToKey stop on a zillion games individually. It would be great to be able to add them in bulk OR save the Name and path and have it easily selected. Quote Link to comment Share on other sites More sharing options...
Lordmonkus Posted April 26, 2018 Share Posted April 26, 2018 Bulk editing of Additional Apps is something that got very few votes during the last poll so seeing that implemented anytime soon is unlikely. For what it's worth I think it should be added. Quote Link to comment Share on other sites More sharing options...
m0riarty1 Posted April 26, 2018 Author Share Posted April 26, 2018 oh bummer, didn't know that it was on a "wish list". It really would expand the possibilities of Launchbox Quote Link to comment Share on other sites More sharing options...
Lordmonkus Posted April 26, 2018 Share Posted April 26, 2018 I agree but unfortunately it's something many others are interested in seeing yet. Here is the poll, it's the 5th from the bottom in votes. https://www.surveymonkey.com/results/SM-V9D22LCH8/ Quote Link to comment Share on other sites More sharing options...
polygonslayer Posted April 26, 2018 Share Posted April 26, 2018 (edited) Is it for an emulator or dos/win games? I use the joytokey built-in "associate with exe" feature to change profiles, but if it all links to one exe (emulator) then that is no good Edited April 26, 2018 by polygonslayer Quote Link to comment Share on other sites More sharing options...
defiance187 Posted July 1, 2018 Share Posted July 1, 2018 I really would like to see this feature as well. I want to add nomousy to dreamcast as demul doesn't auto hide the mouse for me, in fact, it puts it right in the middle of the screen when it launches. I think it would be easier to just add additional apps option per emulator for cases such as this. i'm no programmer though so i could be completely off base. Quote Link to comment Share on other sites More sharing options...
Lordmonkus Posted July 1, 2018 Share Posted July 1, 2018 A mouse move AHK script works well for Demul and several other emulators that have problems with the mouse cursor. Sleep, 3000 SetKeyDelay, -1, 110 MouseMove, 0, 1920, 0, R Quote Link to comment Share on other sites More sharing options...
defiance187 Posted July 1, 2018 Share Posted July 1, 2018 do i just paste that into the bottom of the ahk default script? would i also use 2560 instead of 1920 if my monitor res is 1440p? Quote Link to comment Share on other sites More sharing options...
Lordmonkus Posted July 1, 2018 Share Posted July 1, 2018 Open the Edit Emulators window in Tool and then pick your Demul emulator, then past the code into the AutoHotkey Script tab like this. 4 minutes ago, defiance187 said: would i also use 2560 instead of 1920 if my monitor res is 1440p? Yeah, I have a 1440p monitor as well so I use 2160, here is my full script for Demul. Sleep, 3000 SetKeyDelay, -1, 110 MouseMove, 0, 2160, 0, R $Esc:: { Process, Close, {{{StartupEXE}}} } The one potential flaw with the mouse move AHK is that if you have something bump or move your mouse you could have the mouse cursor in the way again, the script just moves the mouse to the far bottom right corner off the screen where you don't see it. Quote Link to comment Share on other sites More sharing options...
defiance187 Posted July 1, 2018 Share Posted July 1, 2018 Dude you just saved me hours of work thanks Quote Link to comment Share on other sites More sharing options...
polygonslayer Posted December 9, 2018 Share Posted December 9, 2018 Hi, I got an issue that is related to this issue I think. So I got WinVice set up for C64 emulation and want to create a way to play as many games as possible via only the gamepad. Some games use keyboard keys for certain functions and I want to set up unique JoyToKey profiles for those games and then have a "default" C64 profile that is loaded for any games that don't have specific keys. Ideally I could just select all the C64 games and add additional apps to start/end a profile, then edit the specific games with unique profiles where needed. Anyone found a way to do this? Cheers 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.