Skip to content
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

Issue with keys not registering at all #326

Open
Kitsuneko111 opened this issue Jan 13, 2023 · 1 comment
Open

Issue with keys not registering at all #326

Kitsuneko111 opened this issue Jan 13, 2023 · 1 comment

Comments

@Kitsuneko111
Copy link

I think it's because my game (steam btw) is saved in D: but the overlay is running off of C:
Is it possible to make a patch to properly state the game locations needed, or walk me through where this is in the code as I do have some experience coding, although it is limited in C#. May also need help rebuilding it.

@dantman
Copy link
Owner

dantman commented Jan 14, 2023

The overlay doesn't hardcode the location of the game. It asks SteamVR what process is currently rendering to VR and if that appears to be the EliteDangerous32/54.exe process then it uses the folder of that running executable to find built-in controls.

For your personal control settings it uses the LocalAppData environment variable that Windows provides to find where ED saves those settings to. That should be the same method that ED uses to find the same folder.

Could you share what the desktop view shows when you're having the issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants