-
-
Notifications
You must be signed in to change notification settings - Fork 167
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
Computed save path wrong on linux #41
Comments
Yes, it's currently not done automatically since there's no way to know which wine prefix is used for that game (if you use more than one) unless it's set in the config. In the future third party integrations and changes to how legendary itself handles wine should make that easier. Edit: also I believe there's some issues with some games not properly resolving %APPDATA% within wine. |
Now that I know a little more about how WINE handles things related to |
Any progress on this change? |
Keeping track of the last wine prefix used is something I might come back to later (and with |
The computed save path for “Untitled Goose Game” (Flour) is
%APPDATA%/../locallow/House House/Untitled Goose Game/
. I guess%APPDATA%
should be translated to${WINEPREFIX}/drive_c/users/${USER}/Application Data/
?The text was updated successfully, but these errors were encountered: