Rodney
Rodney
You're trying ot update "Elite Dangerous", but the update is for "Elite Dangerous: Odysee". You must specify the correct game, otherwise it's obviously not gonna work.
The game name resolver doesn't always work perfectly, try it without the colon or just use the app name instead.
You can run `legendary alias list fb246286c93e453e8f99d8b7b5c1069e` to see which other forms it would accept as valid. The automatically generated ones aren't always pefect, so the system allows you to...
That's probably due to the INI parsing, try putting the name in quotes in the ini file and see if that works. (Really the aliasing should've been the other way...
Technically the same as #402, I don't know what the Epic Launcher does (or Legendary doesn't) for the 2K launcher to recognise it as installed. It's kinda weird.
> Yes, I tried the solution of [402](https://github.com/derrod/legendary/issues/402) before. With everything I tried I either got Civ6 running in offline mode, with just singleplayer enabled (which is probably enough for...
So as an update, this is a bit more complicated than I thought. When the game is launched the following happens: 1. EGL runs 2K Launcher 2. 2K Launcher uses...
Starting with the next version, Legendary will warn users about the 2K launcher, and automatically override the EXE for known games: https://github.com/derrod/legendary/commit/a3bc07e15a13a67931a9d10c84dc978a55b15f2b
Legendary has had an aliasing feature for a few releases now. That includes (part of) the game's name being a valid thing to type in instead of the app name.
Bash completion for commands would be possible, I don't think it would work for games since the bash completion file would not contain that information or would have to be...