Created
June 8, 2025 10:17
-
-
Save fastfingertips/ed362605636fc3de22adabed0567ba51 to your computer and use it in GitHub Desktop.
A CSV file detailing common Steam directory and file paths on Windows and their purposes. Useful for managing game installations, backups, mods, and troubleshooting.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Directory/File Path (Default) | Variable Path Component | Primary Purpose/Content | |
---|---|---|---|
C:\Program Files (x86)\Steam | %Steam% | Main Steam client installation. | |
%Steam%\steam.exe | Main Steam executable file. | ||
%Steam%\appcache | Store cache, client components, statistics. | ||
%Steam%\appcache\packageinfo.vdf | Database of installed client components. | ||
%Steam%\bin | Embedded browser, client service files. | ||
%Steam%\config | Client settings cache (not game-specific). | ||
%Steam%\depotcache | Cache for SteamPipe game update files. | ||
%Steam%\logs | Client operational logs. | ||
%Steam%\steamapps | Root for game installations, workshop, manifests. | ||
%Steam%\steamapps\common | Actual game files for installed games. | ||
%Steam%\steamapps\workshop | Downloaded Steam Workshop content. | ||
%Steam%\steamapps\appmanifest_<AppID>.acf | %AppID% | Metadata for a specific installed game. | |
%Steam%\steamapps\libraryfolders.vdf | Defines the locations of Steam library folders. | ||
%Steam%\userdata | Root for user-specific data. | ||
%Steam%\userdata\%UserID% | %UserID% | Data for a specific Steam user. | |
%Steam%\userdata\%UserID%\config\localconfig.vdf | %UserID% | User-specific client configuration. | |
%Steam%\userdata\%UserID%\%AppID%\remote | %UserID%, %AppID% | Cloud-synced saves/configurations for a specific game. | |
%Steam%\userdata\%UserID%\760\remote\%AppID%\screenshots | %UserID%, %AppID% | Screenshots for a specific game. | |
C:\Users\%WindowsUserName%\Documents\My Games | %WindowsUserName% | Common alternative game save location. | |
C:\Users\%WindowsUserName%\AppData\Local or Roaming | %WindowsUserName% | Common alternative game save/configuration location. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment