Тема закрыта
Export list of games - .xls, .csv, etc.
I would love to be able to export a list of games so I could keep notes, comments, etc. on all my games - including non-steam games.
< >
Сообщения 110 из 10
I feel your pain. I have a crude (but simple) method of exporting the list of games from steam into Excel. Go into Account Details and the first list shown will be a list of games in your account. Use the mouse and highlight all the games, right-click and choose copy. Paste this list into Notepad and import the list into Excel. From there you can keep your notes, comments, etc.

I use a program called Game Collector from Collectorz.com. It's a very nice program which can link game titles to their online database giving tons of info (even game trailers) to a game title. It's a nice way to sort/edit/add your own descriptions and comments, etc. to games. They may be working on a method also to import from steam I believe, but that's down the road.

Hope that helps...
Cool. Thanks for the info. I've used the crude export method, but as a programmer, I know this is a fairly simple thing that could really help out.
http://www.mysteamgauge.com

or you mentioned you are a programmer:
http://steamcommunity.com/dev code it yourself.
Отредактировано wuddih; 21 ноя. 2014 г. в 20:04
Thank you for the links! MySteamGuage is excellent!! Very cool!

Thanks again!
Thanks. mysteamguage will work nicely.
Not sure, if you need any help after two years, but my profile for example is private. So this link does not work out for me. Moreover I was to lazy to do the API thing.
What I did, was going to the steam website, logging in, going to my games overview, opening the console and writing the following:

var names = document.body.getElementsByClassName('gameListRowItemName');
var namesString = '';
for (var i = 0; i < names.length; i++) namesString += (names.innerText + '\n');

You can copy and paste it and then you'll get a list with all of your games, which you can simply copy and paste to excel or another text program :)

Отредактировано zuggaperle; 23 сен. 2016 г. в 12:37
A small fix for the last line - markup formatting tries to break the code:

for (var i = 0; i < names.length; i++) namesString += (names[i].innerText + '\n')
Отредактировано brouillard; 23 окт. 2016 г. в 0:44
I used an app called VG Collection Tracker Pro for Android and it imported all my steam games, play time, price etc then it downloads the box art and additional info from giantbomb of some other game database. It worked really well.

I know this is an ancient post but maybe it will help someone.
Thanks. I'll give it a look.
< >
Сообщения 110 из 10
Показывать на странице: 1530 50

Дата создания: 18 ноя. 2014 г. в 17:33
Сообщений: 10