muraioshino Posted May 5 Posted May 5 (Credit go to "Lapnex" for the tutorial) I use this method for playing since many years, that's do the job. I'm personally not a fan of JoyToKey as it seems overly complicated, so I've decided to put my own "guide" here for all to use. Starting off, for controller to key mapping, I use an open source program on github called AntiMicroX. Don't worry, if you don't understand github or don't trust it, this program is also on SourceForge and Microsoft Store for completely free. When you first open up AntiMicroX, you'll be greeted with a relatively easy to understand UI: This is the only page of the program you should need to map your controller. AntiMicroX auto detects your controller, with support for almost any type including 3rd parties, but if you do find that you can't get your controller to work with AntiMicroX, try checking the Issues page on Github. You'll know that its working and recognizes your controller when you see this towards the top of the program: Now that you've got it all set up we can keybind, I'll show you which keybinds I personally prefer. You should know that AntiMicroX doesn't overwrite controller inputs, so if you bind something to say, RS/R3 and click in your right stick you will still turn around as that button defaults in rocket league as reverse cam. I've unbound all buttons with an action in the cheat from my controller, If your wondering how I quick chat, I just use my keyboard. I left all my keybinds with the cheat default as they already do a good job at avoiding in-game binds, my primary aerial is the normal aerial and my secondary is normal freestyle. That's all you really need to know 🙂 Feel free to ask or answers to this topic if you have any question 😄! 1 Quote
muraioshino Posted May 5 Author Posted May 5 (Credit go to Aristo for the tutorial) To get the tool working on a controller, You need external softwares that allows you to map keyboard buttons to controller ones. And The softwares I've listed below will let you do that if you have a controller. Here are some tutorials: JoyToKey https://joytokey.net/en/download DS4Windows: https://github.com/Ryochan7/DS4Windows/releases AntiMicro 1 Quote
deprecat3d Posted May 12 Posted May 12 (edited) I use dualsense (ps5 controller), my best results are with ds4windows DS4Windows with simple mapping (L1 → F) sends a single WM_KEYDOWN on startup and only triggers WM_KEYUP when you release it. Whether the F key will visually "repeat" in text fields is decided by Windows itself (the OS's auto-repeat). For games that use GetAsyncKeyState, raw input, or DirectInput, the F key appears as continuously negative, which is exactly how a real physical keyboard behaves. Joy2key should behave the same way, but in my experience (perhaps it's a configuration error), it seems to repeatedly press the remapped key in a loop, as if I were repeatedly pressing F instead of functioning as if I were holding down the F key. Edited May 12 by deprecat3d 1 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.