Steam Folder Tidbits - Jonius7/SteamUI-OldGlory GitHub Wiki
Not all related to the library exactly, but I did some looking around in the other Steam folders
Firstly, trying to find what all the references to SteamClient.Apps
in libraryroot.js
are referring to. Couldn't see it in any DLLs (using DLL Export Viewer by Nirsoft)
steamui_websrc_all.zip.vz.[random hash]
If I could open this file, perhaps this has the src code for the SteamUI!
How to open thesezip.vz
whatever these files are?
ok, partial solution,
so steam_client_win32.manifest
lists all the package files and their names.
So there is steamui_websrc_all.zip.[random hash]
To get the url, append http://cdn.steamstatic.com/client/
before the filename.
Eg: http://cdn.steamstatic.com/client/steamui_websrc_all.zip.[random hash]
Turns out this downloads the files you find in the steamui
folder.
No real src code, just the already minified JavaScript
http://client-download.steampowered.com/client/steam_client_win32 looks to be the same as steam_client_win32.manifest
Article of interest: https://www.raymond.cc/blog/fix-steam-is-temporarily-unavailable-please-try-later-by-changing-download-region/
has some interesting stuff
steamui_[language].txt
contains all the text strings throughout the client and library
url_list
contains a bunch of url links. Could come in handy