Quote:
Originally Posted by Irishray
I believe that the game uses sequence numbers on the box score files to keep track of them. Not sure how many digits that sequence number is off the top of my head, but I am sure that you are running into a situation where the sequence numbers for new box score files are being exhausted, and the numbers are "rolling over". Therefore the sequence number that used to point to one box score is now pointing to a different box score.
If you want to keep all box scores, make sure that you create the annual almanac. Not sure if you then would need to clean up the old box scores or not, but at least this would correct that issue.
|
The identifier used in game_logs and box_scores is the Game ID from the world.dat file and that resets at the start of every season. IIRC, there are no gaps in the game ID sequence until you get to the playoffs when series end sooner than their full length.