-
Notifications
You must be signed in to change notification settings - Fork 57
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
[EGS] "Kingdom Come: Deliverance" DLC "The Amorous Adventures of Bold Sir Hans Capon" files need to be moved. #226
Comments
how are the DLC being downloaded? through heroic/legendary? through egs store official? does the game itself have some kind of downloader? asking because this seems like the root cause is with whatever downloaded the DLC to the wrong path. it could be corrected with a protonfix to move the files, but theres no point if the issue only occurs on one specific launcher type. If there is a wine executable that downloads the DLC then we do already have a patch for that we can modify from a different game, but if something else is managing the DLC downloads such as heroic or lutris then its likely a matter of missing path checking before downloadingin that specific app. |
No game doesn't have it's own launcher. I downloaded game and DLC with with heroic launcher. Lutris doesn't have runner for EGS version of Kingdom Come: Deliverance. https://lutris.net/games/kingdom-come-deliverance/ |
If there was no issue downloading with the EGS store official then it's a problem with Heroic not checking if a path exists before creating and downloading to that path. I spoke to them over our Discord, they noted that derrod/legendary#690 should resolve that issue. To test:
|
I only started this issue when they told me they will not able to fix it at first. I will move my discussion back on their github. Anyway this build didn't fix it. Just to be sure I used legendary directly from terminal. |
Closing issue |
Describe the bug

I am having this issue with Epic game store version of the game. Some DLC files are downloaded to wrong folder
localization
instead of correct folderLocalization
due to case sensitive linux filesystem. On windows this is not issue because NTFS is case-insensitivity and files will be put in already existingLocalization
folder. This will break wine/game.To Reproduce
Install Kingdom Come: Deliverance and launch game. Game menu text is ok.

Install DLC "The Amorous Adventures of Bold Sir Hans Capon" and launch game. Game menu is broken as on the screenshot

Expected behavior
Protonfixes could be used to move files from
localization
folder toLocalization
and deletelocalization
Game (if applicable):
Additional Information
I also created issue for legendary launcher but he doesn't think he can fix it on his side. derrod/legendary#689
The text was updated successfully, but these errors were encountered: