There's a tool that does this for TF2 items, but I haven't seen a tool for cards or other inventory items.
Comment has been collapsed.
Learn JavaScript. ^^
For example go to your inventory and put this:
jQuery.each(g_rgAppContextData[753].rgContexts[6].inventory.rgInventory,function(i){console.log('Item'+i+' - Name: '+this.market_name);})
Into the browsers webconsole.
It will list the item ID + the name.
Also you could tell me how the formating of that list should look like and I would probably build it for you. ;)
Edit: Stupid markdown, replace ' with '.
Comment has been collapsed.
I code in 13 different programming languages (with varying levels of skill) and I still didn't consider JavaScript, LOL.
I'll have to give this a shot at some point. Web development work isn't my strong field and I was hoping there was a COTS solution I could utilize rather than rolling my own. Typical lazy developer. :)
Comment has been collapsed.
243 Comments - Last post 18 minutes ago by xaivierx
2,974 Comments - Last post 41 minutes ago by MeguminShiro
504 Comments - Last post 1 hour ago by TheSteveHarvey
203 Comments - Last post 2 hours ago by pauper
6 Comments - Last post 2 hours ago by DeliberateTaco
13 Comments - Last post 2 hours ago by CelticBatman
20 Comments - Last post 3 hours ago by YQMaoski
70 Comments - Last post 48 seconds ago by zordios
24 Comments - Last post 14 minutes ago by PoeticKatana
130 Comments - Last post 17 minutes ago by HitScan
12 Comments - Last post 24 minutes ago by CakeGremlin
0 Comments - Created 44 minutes ago by Slava10303
5 Comments - Last post 55 minutes ago by 666lhdkiller
117 Comments - Last post 1 hour ago by RiderOfPhoenix
So I have a fair amount of Steam trading cards. I'd like to build a list of the cards I have so I can list them on trading sites and I'd prefer not to have to build the list by hand.
Are there any sites that will index your cards and provide a text list of the result of your inventory?
Comment has been collapsed.