-
Notifications
You must be signed in to change notification settings - Fork 6
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
Support additional steam installation directories #69
Comments
cyberrumor
added a commit
that referenced
this issue
Dec 15, 2024
Try to get the steam install location from the symlink ~/.steam/steam, and if it can't be found, fallback to the old location of ~/.local/share/Steam.
In my case both |
cyberrumor
added a commit
that referenced
this issue
Dec 16, 2024
Ammo now requires this folder to exist. It's okay if it's a symlink to the folder that contains steamapps.
Now it's ok. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steam may be installed in a location besides
~/.local/share/Steam
, which would break libraryfolders.vdf detection logic.~/.steam/steam
is typically a symlink. Perhaps we can use it to reliably detect the actual install location of steam.The text was updated successfully, but these errors were encountered: