-
Notifications
You must be signed in to change notification settings - Fork 82
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
Add support for multiple Elite:Dangerous accounts #505
Comments
Also, adding this would allow us to support having different configurations for live and beta releases. |
There is an unimplemented Initial thought would be to add the commander name to the configuration data files saved to The other option would be to include multiple cmdr names in a single json file. |
Probably safest, generate a uuid (or calculate a hash) over the Commander name and use that elsewhere; avoids any potential characterset and formatting issues. |
as far as i know. Frontier allows the full qwerty keyboard character set for commander names. there is a Character length limit. |
When we implement this, we can also implement storing the active config in memory to reduce unnecessary reads from the file system. |
@parduz has suggested having EDDI be as portable as possible configuring the location of EDDI's settings during installation (perhaps via a settings file saved with the .exe?) |
Any possibility/work around to add multiple cmdr feature? |
Request EDDI be able to discern which Elite Dangerous account is logged in and provide separate configurations for multiple accounts (support for EDSM, Materials, etc.)
Right now, when I switch between multiple Elite accounts I have to remember to reconfig EDDI for the correct account before I log in or I end up with inaccurate information both locally and being uploaded to EDSM (I actually had to have EDSM delete one of my accounts so I could recreate it and reupload the correct information - my fault obviously, but multiple account support would have prevented my error). And I have to replace the materials .json file with a "zeroed out quantities" materials .json file when switching accounts or the only things that are updated are those materials I have, not those I don't have (which I'm betting is a Frontier thing - they probably don't send zero quantity information).
EDMC (as an example) is able to switch accounts on-the-fly and remembers different logons and API's for the various accounts. Can EDDI be written at some point to do the same?
The text was updated successfully, but these errors were encountered: