Main > Software Forum
Keyboard2Xinput (Virtual X360 pads from keyboard)
kagaden:
--- Quote from: Schwing on June 25, 2021, 02:28:29 pm ---Hi Kagaden, and thanks a lot for trying these builds (never had those problems with MK11 corruption, really sorry about that :() !
This is really good news, so I'll be adding the option in the next release. There's a non-zero probability that it will land next week, but don't keep your hopes up ;) If it doesn't, I'm afraid you'll have to wait until the end of July, as I'll be taking some holidays without access to my computer (unless COVID ---smurfs--- everything up again...).
Again, thanks a lot for testing these wonky builds!
--- End quote ---
It's totally okay. It was my fault for alt-f4'ing out of MK11 during testing while flipping between timings to test. I understand that it's a prototype and very happy to test it out for ya!
I'll post my results on my win 7 machine today, as I was just about to start work on it but remembered you and this thread to see if you had responded.
I got your DM, check your email tonight. :applaud: Thank you so much again for making this program! I understand it's ontop of other's work too so I'll take that into consideration and give them some love as well in the near future.
I'm very excited to try out the next full release! You're making this better and better! Take your time and lmk if you need any testing along the way.
If I could request, would you be able to work in the error handling pop-up if multiple versions are spun up or is that already in the latest?
Enjoy your well deserved upcoming vacation!
Cheers!
-K
kagaden:
Well crap, I lost my post due to auto-logout while I was testing. :badmood:
In short here are the results for Windows 7. I may rewrite my analysis later but I'm sure others will draw similar questions and interest here.
System specs:
Windows 7 home premium 64
CPU - i3 6100 @ 3.7Ghz (4 CPUs)
RAM - 16GB DDR4
GPU - 1080 GTX FE
K2X Version - 1.1.2.0
MKXL Results
10/10 - 100% of throws work
MK11 Results
5/10 - 50% of throws work
Injustice Results
10/10 - 100% of throws work
Injustice 2 Results
0/10 - 1% of throws work
Injustice 2 seems to be when the input issues start and bleed into MK11. Prior NRS games seem to work fine on Win7 with K2X.
kagaden:
I also remembered that I owed someone my startup/shutdown scripts for K2X.
Setup: Using RocketlauncherUI for game launcher startup/shutdown functionality.
Normal startup - Bat file
--- Code: ---start /min X:\Path\Keyboard2xinputGui.exe
exit
--- End code ---
Delayed startup - Bat file (fixes some p2 connection issues on some games due to race condition)
--- Code: ---start /min X:\Path\Keyboard2xinputGui.exe
ping 127.0.0.1 -n 4 > nul
exit
--- End code ---
Maybe not the most elegant but it works, if anyone sees improvements to make with these I'm open! For example I was thinking of testing out if /b argument would keep multiple instances from being opened on accident.
My exit script is an autohotkey that I made some years ago and I've totally spaced on my approach with it... it works though and I'm not messing with it for now. It's an Autohotkey .exe so I won't share it here.
I imagine one could build another .bat file with the "taskkill" command to quit out similarly to the above to start.
Hope that's helpful to someone out there.
:cheers:
-K
Schwing:
Hi K, and thanks for all the tests and useful info !
As for the popup when multiple instances are started: I can't reproduce it on version 1.2.1 with Windows 10. Looking at the code, it should exit silently, but it may depend on the OS: what does the popup look like?
Normal behaviour is: when k2xi is already running, the new process (you can see it in the Task Manager) starts, wait 5 seconds, then exits if the first instance hasn't exited.
For the exit script, you can just press the configured key to make k2xi exit; in AHK :
--- Code: ---; stop keyboard2Xinput by sending numpad multiply key (see k2x mapping.ini)
SendInput {NumpadMult}
--- End code ---
kagaden:
--- Quote from: Schwing on June 28, 2021, 04:51:13 pm ---Hi K, and thanks for all the tests and useful info !
As for the popup when multiple instances are started: I can't reproduce it on version 1.2.1 with Windows 10. Looking at the code, it should exit silently, but it may depend on the OS: what does the popup look like?
Normal behaviour is: when k2xi is already running, the new process (you can see it in the Task Manager) starts, wait 5 seconds, then exits if the first instance hasn't exited.
For the exit script, you can just press the configured key to make k2xi exit; in AHK :
--- Code: ---; stop keyboard2Xinput by sending numpad multiply key (see k2x mapping.ini)
SendInput {NumpadMult}
--- End code ---
--- End quote ---
That's great, thank you Schwing! I tried to reproduce it and I couldn't reproduce the popup text box either now that I'm upgraded to Windows 10. I'm hoping you have a memorable and safe vacation. Thank you for the response :D
:applaud:
-K
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version