Just want to share with you guys
In this 24 hours CS: Source is only for 5 dolars.
http://store.steampowered.com/app/240/
Got other promotion too you guys can find out.
Just want to share with you guys
In this 24 hours CS: Source is only for 5 dolars.
http://store.steampowered.com/app/240/
Got other promotion too you guys can find out.
-It's not about the quantity, It's about the quality-
If you're bored you could make a pretty simple script to see how much you can save on every game on Steam.
Something like..
python Code:for i in range(len(gameIDs)):
uf = urllib.urlopen('http://store.steampowered.com/app/' + str(i))
txt = uf.read()
found = re.search(r'Save \d*%', txt)
if found:
print found.group()
or something. Then you could only save games where you save >= X%.
(Can Python tags be added? :< Highlight=Python../Highlight is way lamer than Python../Python.)
Last edited by i luffs yeww; 11-24-2010 at 11:36 PM.
There are currently 1 users browsing this thread. (0 members and 1 guests)