Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Im not sure if thats related but HLTB in general seems extremly inaccurate and elaves over hundreds of games as "unknown" beside there being known datas.
I didnt find one post from 2019 that claims changing the api fixes it but I couldnt find a way yet to do that. Has anyone a clue or an alternative for more accurate times?
First off, you can set what info appears by right clicking the category sort bar within Depressurizer. For me, I just want the names. <Game ID> is default and mandatory, and it wont transfer over anyway in this method so pay it no attention. Anything past that is up to you.
Next, select any game in the list. Then simply hit `CTRL+a` to select all. Now copy using `CTRL+c`.
Finally, open Google Sheets, Excel, Notepad, whatever you want and paste. This should create a clean formatted list of your entire Steam library.
Please note that there will always be a blank space/column before any information appears. This is the <Game ID> (appID) category I mentioned earlier, and it does not seem to transfer over in this method.
Also, there does not seem to be a way to display DLC using this method.
Steam Manifests Data Extractor
A simple nodejs script to get an inventory of installed games details by reading the Steam manifest files
Prerequisites
you will need to install NodeJS https://nodejs.org this has been tested on windows 10 and Ubunutu 18.04 linux You may need to edit the your steam install path (line 3 of steammanifest.js) if you did not select the default.
running
extract the file to your computer and in windows just click on the steammanifests.bat file
or open a command line and cd to the path
node steammanifests.js
this will generate two json files in the same folder
open the table.html file in you browser
clck on the Open File Button
select the computername-smfdata.json
you should see your sortable list of games populate
click 'Format Steam Manifest Columns CheckBox' to allow addtional filtering
you can also open the computername-smfpaths.json to show your full paths of steam folders