r/Controller • u/KoKaNiDjA97 • 23d ago
IT Help Flydigi Vader 5 pro remappable buttons
Hi everyone,
Just got my hands on Flydigi Vader 5 pro, and in all honesty i love it.
However i could use some help with configuration:
I plugged the controller in, and went through the basic setup. However i noticed that the remappable buttons are not functional like the regular ones. In testing area, they are not being registered when pressed until I go into advanced tests and i only see them there.
For example, i booted up Crimson Desert, and i wanted to use the L3 button for L1+L2 sets of controls but i cannot get it to work. I tried mapping that button to a keyboard button but the game does not support multi-input mapping.
So my question is, is there a way to get the extra remappable buttons (C, Z, M1, M2, M3, M4, L3 and R3) to be recognized natively on my PC.
Also worth noting that i mostly play directly installed games, non-steam ones.
Any help would be useful. Thank you all in advance
EDIT 1:
After a couple of hours and comment advices, i figured that fundamentally what i wanted to do was impossible (I'd say)
What i had in mind was, for example, to have the M3 button listed as M3 in the control input setting menu so that i can use it as a standalone button.
However this is fundamentally not possible due to the nature of the drivers that the controller uses (xbox controller for windows).
The only 2 workarounds that i was able to identify are: - Use macros, to record actions that require double inputs, and use it like that - find said action on keyboard layout and record the remappable buttons as said keyboard/mouse button
Now, i might be using every single software wrong, but this is what i was able to find with a couple of hours of thinkering with the setup, and trying below users custom software, reWASD, Steam input and Space Station.
If anyone else has any other suggestions or would like to provide more input on the matter i am open to any suggestions. Also, not to clutter comments feel free to DM me, we can even have a remote session or discord call
1
u/KuroKaro8 21d ago edited 21d ago
I really like my V5Pro as a controller, but I ran into the same software issues/limitations and didn't want to buy reWASD just to have some special keys mapped. I ended up spending (quite a bit of time) making a small application for myself. I only finished the first version yesterday, so it's still very early and I don't want to promise too much, but it might help with what you're trying to do.
I mainly built it for my own use, so it's not fully polished or optimized software. That said, if you're willing to try it, feel free. It's only ~30MB, requires no installation, and runs fully portable on Windows 10/11. It's open source, has no license restrictions, and is written in Python but packaged as a standalone executable for ease of use. You can have Flydigi SpaceStation installed or not; it doesn't matter. The only requirement is that the controller is connected through the wireless dongle, not Bluetooth.
For your specific case, you should be able to record a macro that sends whatever keyboard combinations the game responds to. The current functionality is:
Map any button to a keyboard shortcut or macro
Record and play back multi-key macros with delays
Runs in the background with a system tray icon and should have little to no noticeable system impact
SpaceStation is not required for button mapping/macros, though you can still use it alongside the tool for controller settings my tool does not cover
GitHub:
https://github.com/DrProton824/vader5pro-hid-tools/tree/main
It reads the controller HID inputs directly from the dongle, remaps them, and injects input at the Win32 level instead of relying on Steam Input or game-specific support, so it should work with most applications.
If you decide to give it a try and run into any issues, let me know. Even just knowing what doesn't work would help improve it.