Steam ID Project - Another 63

Comments on blog posts from WSGF members
Post Reply
User avatar
LuckyNoS7evin
Posts: 163
Joined: 27 Feb 2013, 16:25
Location: Gloucester, UK
Contact:

Steam ID Project - Another 63

Post by LuckyNoS7evin »

Today I finished the Ts in my initial 500+ Steam IDs this meant I had finished, so I thought I would revisit my code to try and get a few more matches...

I changed my "matching" a little and removed case and spaces. You may not care about the previous version but the initial version just removed punctuation.

So here is the new version


foreach (XElement wsgfGame in noMatch)
{
var name = wsgfGame.Element("Title").Value.ToLower();
name = new string(name.Where(c => !char.IsPunctuation(c)).ToArray());
name = name.Replace(" ", "");
if (steam.Descendants("name").Select(s => new string(s.Value.ToLower().Where(c => !char.IsPunctuation(c)).ToArray()).Replace(" ","")).Contains(name))
{
var theMatch = steam.Descendants("app").First(s => new string(s.Element("name").Value.ToLower().Where(c => !char.IsPunctuation(c)).ToArray()).Replace(" ","") == name);
reMatch.Add(wsgfGame, theMatch);
}
}


By the title of this blog guess what, I got 63 new matches.....Time to get these put in to WSGF!
i7 3770K (Ivy bridge) | Corsair Dominator 32GB | Asus P8Z77-V LE Plus Intel Z77 | Corsair H100i | 2 x Gigabyte ATi Radeon HD 7950 in crossfire | NXZT Phantom case | OCZ 1000W Powersupply | Samsung 840 PRO 256GB | 2x OCZ agility 3 60GB SSDs | 2x 1TB HDDs |
nicereddy
Posts: 7
Joined: 04 May 2013, 05:33

Re: Steam ID Project - Another 63

Post by nicereddy »

Next you might think about added the PCGamingWiki link to all the pages that don't have it.

Would it be possible to make a list of every game on the WSGF?
I'm a moderator on the PCGamingWiki! View my profile or more easily contact me on my user page there. http://pcgamingwiki.com/wiki/User:Nicereddy
User avatar
LuckyNoS7evin
Posts: 163
Joined: 27 Feb 2013, 16:25
Location: Gloucester, UK
Contact:

Re: Steam ID Project - Another 63

Post by LuckyNoS7evin »

nicereddy wrote:Next you might think about added the PCGamingWiki link to all the pages that don't have it.

Would it be possible to make a list of every game on the WSGF?


I've got to have a word with the WSGF dev guys at some point in the near future, they have an xml version of the Master Games List but it only displays those WSGF games with Steam IDs. I would like a version which displays all games rather than those with just Steam IDs, the internet is about information these days and would love to use the info WSGF has :)
i7 3770K (Ivy bridge) | Corsair Dominator 32GB | Asus P8Z77-V LE Plus Intel Z77 | Corsair H100i | 2 x Gigabyte ATi Radeon HD 7950 in crossfire | NXZT Phantom case | OCZ 1000W Powersupply | Samsung 840 PRO 256GB | 2x OCZ agility 3 60GB SSDs | 2x 1TB HDDs |
Post Reply

Who is online

Users browsing this forum: No registered users and 5 guests