gstelmack
07-15-2006, 01:43 PM
I can't seem to find anywhere in the stats.dat file a listing of the actual games played. I can sort of divine this from the WeekStats tables by getting a list of game ids and finding the two teams that each have entries for them, but that won't tell me who was home or away. Am I missing it? If not, I'll have to post over in the suggestions area to get this added.
I can also sort of hack this by parsing the box score HTML, but that's slow.
What I'm trying to do is get a list of games for an offline viewer (hoping to port my FOF one), but right now I have to scan and open lots of text files to get the list of games, and my experience with the FOF viewer is that this can be pretty slow.
I can also sort of hack this by parsing the box score HTML, but that's slow.
What I'm trying to do is get a list of games for an offline viewer (hoping to port my FOF one), but right now I have to scan and open lots of text files to get the list of games, and my experience with the FOF viewer is that this can be pretty slow.