@kurtkz: Got this error log after successfully chasing down a target in a test match.
MESSAGE: Index was outside the bounds of the array.
STACK TRACE: at Cricket.Main.GameStateEndOfMatch.ProcessVisual(Single ms, Single ms2) in c:\Users\touchlab\work\Personal\Cricket Heroesv3D\Cricket Heroesv3\Cricket Heroes\Main\GameStateEndOfMatch.cs:line 1759
at Cricket.Main.GameStateEndOfMatch.ProcessInput(Single ms) in c:\Users\touchlab\work\Personal\Cricket Heroesv3D\Cricket Heroesv3\Cricket Heroes\Main\GameStateEndOfMatch.cs:line 647
at Cricket.Main.GameInstance.Loop() in c:\Users\touchlab\work\Personal\Cricket Heroesv3D\Cricket Heroesv3\Cricket Heroes\Main\GameInstance.cs:line 12007
at Cricket.Main.Game.Main(String[] args) in c:\Users\touchlab\work\Personal\Cricket Heroesv3D\Cricket Heroesv3\Cricket Heroes\Main\Game.cs:line 3301
Also, just a couple of observations:
- There were a few occasions where the AI uses the same bowler two overs in a row.
- Over rate in test matches are still slow (I don't know how many overs short, but it was definitely 10 to 15 overs short per day)