Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

Topic on Glossary talk:Game data

Steam folders vary depending on the means of installation

1
Save-location-editer (talkcontribs)

https://www.pcgamingwiki.com/wiki/Glossary:Game_data#Steam_client

The section above mentions `~/.steam/steam` as the default location for Linux. This is true, and there are more folders that contain client files.

Depending on the way steam has been installed and the distro the client has been installed to, the following directories might contain client files:

https://github.com/lutris/lutris/blob/a903b67180522ac9024a901313b85406cd58b4e0/lutris/util/steam/config.py#L13-L23

The most important ones are probably `~/.local/share/Steam`, `~/.var/app/com.valvesoftware.Steam/data/steam` and `~/.var/app/com.valvesoftware.Steam/data/Steam`. These should cover the most common installation variations.