Steam configuration: Difference between revisions

From wikinotes
m (Will moved page Steam programming to Steam configuration without leaving a redirect)
(No difference)

Revision as of 01:05, 28 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

install
C:/Program Files (x86)/Steam
~/.steam
${STEAM_INSTALL} (the steam install location)
files
${STEAM_INSTALL}/steamapps/appmanifest_*.acf installed games, IDs, and metadata
~/.local/share/Steam/steamapps/libraryfolders.vdf lists steam game directories
${DRIVE_LETTER}:\Steam\userdata\${STEAM_ACCOOUNT_ID}\config\shortcuts.vdf binary file with shortcuts to games, including non-steam games added to steam.

See steamsync implementation of writing to vdf