Open IBBoard opened 3 years ago
Currently we just take the log lines from anything with "CMatchState" in the opening and closing block, but sometimes there's useful information.
For example, this block clearly says there's a touchback without us calculating whether it is or isn't.
| +- Enter CStateMatchEngagementTouchback | | | | Release CStateMatchEngagementKickoffEnd | | GameLog(02): Bounce (D8) : 1 | | | +- Exit CStateMatchEngagementTouchback
Edit: Although we may need to be careful, because that section may be a general "kickoff has happened" event, given how much it appears!
Currently we just take the log lines from anything with "CMatchState" in the opening and closing block, but sometimes there's useful information.
For example, this block clearly says there's a touchback without us calculating whether it is or isn't.
Edit: Although we may need to be careful, because that section may be a general "kickoff has happened" event, given how much it appears!