Steam configuration: Difference between revisions

From wikinotes
Line 16: Line 16:
{| class="wikitable"
{| class="wikitable"
|-
|-
| <code>C:/Program Files (x86)/Steam</code><br><code>~/.steam</code> || <code>${STEAMDIR}</code> (the steam install location)
| <code>C:/Program Files (x86)/Steam</code><br><code>~/.steam</code> || <code>${STEAM_INSTALL}</code> (the steam install location)
|-
|-
| <code>${STEAMDIR}/steamapps/appmanifest_*.acf</code> || installed games, IDs, and metadata
| <code>${STEAM_INSTALL}/steamapps/appmanifest_*.acf</code> || installed games, IDs, and metadata
|-
|-
| <code>~/.local/share/Steam/steamapps/libraryfolders.vdf</code> || lists steam game directories
| <code>~/.local/share/Steam/steamapps/libraryfolders.vdf</code> || lists steam game directories

Revision as of 21:24, 27 August 2023

TODO:

This should probably be renamed steam configuration...

Documentation

steam cloud FAQ https://help.steampowered.com/en/faqs/view/68D2-35AB-09A9-7678

Locations

C:/Program Files (x86)/Steam
~/.steam
${STEAM_INSTALL} (the steam install location)
${STEAM_INSTALL}/steamapps/appmanifest_*.acf installed games, IDs, and metadata
~/.local/share/Steam/steamapps/libraryfolders.vdf lists steam game directories