-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Worked fine yesterday but now won't let me use the joystick or throttle. #329
Comments
If there are no errors in the desktop view I recommend opening up vJoy Monitor and checking to see if it is receiving those axis changes. |
Sorry for slow response. |
So the "vJoy Monitor" program doesn't show any changes to axis when you use the joystick? |
Sorry to hi-jack the thread. I have the same issue - joystick and throttle controls don't appear to work in-game. vJoy Monitor is receiving the inputs on the axes. First time hearing of and attempting to use this excellent project so unlike the OP the controls have never worked for me. I'm using Oculus Rift S and the Epic version of the game. Navigating menus (eg, options, setting controls, etc) all work fine. Let me know if I should start a separate bug report. Thanks. amazing work by the way |
These are done by faking keyboard input. While joysticks act as a virtual controller hardware using vJoy. So the EVRC overlay interactions are working. But there is something wrong in the path from EVRC -> vJoy -> Elite Dangerous.
Things not working for someone from just setting up is probably a different issue than things working then not working. Unless the issue is that things recently completely broke for everyone. I haven't played recently enough to know.
Oculus and maybe Epic have been recurring issues. If you search you might actually find an issue from someone using Oculus/Epic that had the same issue. |
Ok. I'm going to do a pull on the code and see if there's anything I can see. Not that I have much hope as my skills are limited, but I'll be able to output some stuff to console at different parts and maybe see something. The movement on the correct axis are being picked up in the vJoy monitor but then it's somehow just not being picked up in ED. I'm sure I saw you mention what version of Unity you used for this in one of the other bug reports on here so I'll check again.
Yea, I realise that these two things separately already require workarounds so both together are likely to give problems. I'll have another look, thanks. |
Struggling to get the project running through Unity, I'll look in detail at this later. In the meantime I discovered that if I use the vJoy feeder to input the axes when defining controls in ED, instead of using the helper menus in the VR Overlay, it works correctly in-game. What's strange about this is that I can see on the vJoy monitor that they are all manipulating the same (correct) axes. EDIT: |
The throttle axis moves buit nothing happens and the joystick doesn't work(this also applies to any controls that require me to hold the joystick or throttle).
The text was updated successfully, but these errors were encountered: