One of the other huge headaches that comes with running the league is recording stats, which child me did by hand. Be it on sheets of paper or Excel spreadsheets, I would literally just write down the stats I wanted to keep and call it a day.
I know that 2k11 actually keeps box score records under the Features section of the menu, where you can browse games previously played in Quick Play and see how they turned out. I've noticed the presence of a "Game Re1.REC" file in the same location as the Roster and Settings files, and I'm wondering if that would have everything I need in order to parse through games programmatically.
So all of that to pose two questions: what do we know about .REC files, and how did we go about decoding the .ROS files when that CLI tool was made? If .REC files work in a similar fashion, it would be pretty easy to just decode the .REC files and parse whatever information I want to keep.

Comment