I don't have one yet, but has anyone managed to change the color of the virpil alpha LED by scan mode. IE: blue for scan mode and orange for combat mode. I imagine it would be fairly difficult to do.
Yep, its quite the undertaking. So much configuration possible.I didn't know, that it is possible. Is this also an option for the Alpha Prime Sticks? Their LED can also be changed in color.
I would be glad, if someone could show an example and what can be done.
Edit: Ok, I've seen the videos... will give it a try...
I found in practice that when using the thumb button in the heat of battle I'd end up with joy 23+27 which ED would then stop the charge.FWIW, I'm using the thumb hat, for secondary fire, but I bound it to right instead of press. Works better for me, though I'm still playing around with my bindings occasionally, so that might change.
If you are referring to the shutdown field neutralizer by charging, you can give it a keybind all of it's own (same with heatsinks, chaff, etc). I'm using the pinkie button together with one of the main buttons on the stick for that.
If you want (and want to run another script on your PC): I'm using dual Virpil sticks as HOSAS, and use the two flip triggers to switch cockpit mode (left) and deploy weapons (right) via a small Autohotkey script and the information available from the status.json.I'd like to use a second as cockpit mode switch but the game itself doesn't look for that. I can probably just assign both the up and down to be the same button and that would work(ish).
I use the flip trigger on my alpha-r for mode switch as well. I believe it worked out of the box though. I just mapped the mode switch toggle to the forward position in-game. To switch modes, I just pull the flip trigger backwards slightly and release.If you want (and want to run another script on your PC): I'm using dual Virpil sticks as HOSAS, and use the two flip triggers to switch cockpit mode (left) and deploy weapons (right) via a small Autohotkey script and the information available from the status.json.
![]()
GitHub - markus-i/AHK-EDToggle: AutoHotKey script for handling joystick toggle switches in Elite:Dangerous
AutoHotKey script for handling joystick toggle switches in Elite:Dangerous - markus-i/AHK-EDTogglegithub.com
It still isn't 100% reliable until the first command has "caught", but works usually well enough through a game session after that.
The trick I ended up with is to set the red switches to toggle on, add a logical button to the up position and then set the primary and secondary controls to the down and up switch position.If you want (and want to run another script on your PC): I'm using dual Virpil sticks as HOSAS, and use the two flip triggers to switch cockpit mode (left) and deploy weapons (right) via a small Autohotkey script and the information available from the status.json.
![]()
GitHub - markus-i/AHK-EDToggle: AutoHotKey script for handling joystick toggle switches in Elite:Dangerous
AutoHotKey script for handling joystick toggle switches in Elite:Dangerous - markus-i/AHK-EDTogglegithub.com
It still isn't 100% reliable until the first command has "caught", but works usually well enough through a game session after that.