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

Fix bindED trying to load .binds file that doesn't exist. #41

Closed
wants to merge 1 commit into from
Closed

Conversation

Chanoler
Copy link

@Chanoler Chanoler commented Jan 7, 2024

My StartPreset.4.start file contained the following lines:

KeyboardMouseOnly
Custom
Custom
KeyboardMouseOnly

This caused it to try to load "KeyboardMouseOnly" which does not exist.

This fixes the issue at least on my machine.

My StartPreset.4.start file contained the following lines:

```
KeyboardMouseOnly
Custom
Custom
KeyboardMouseOnly
```

This caused it to try to load "KeyboardMouseOnly" which does not exist.

This fixes the issue at least on my machine.
@alterNERDtive
Copy link
Owner

If I’m not mistaken, KeyboardMouseOnly is a default preset? In that case, this is exactly working as expected.

  1. You need to use the same preset for all 4 sections if you’re playing Odyssey.
  2. You need to change anything in the preset to have it change to “Custom” and actually write a binds file into the expected location.

Both of those could technically be solved; see #12 for 2, and 1 needs a (manually maintained, since the game doesn’t do that!) list of which bind belongs to which section.

Since I am no longer playing Elite I am not going to implement either of those, but if you file pull requests for either I’m happy to merge them. Not this one though, since the behaviour is expected. It should be documented, too; if not, please file an issue for me to fix the docs :)

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

Successfully merging this pull request may close these issues.

2 participants