@kurtkz: Is there anyway to just use the roster with the correct player names (without having the incorrectly spelt ones as well)?
I tried replacing the csv file with the incorrectly spelt player names and tried to run the game... but this error log keeps popping up:
MESSAGE: Input string was not in a correct format.
STACK TRACE: at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
at Cricket.Main.Game.ImportRoster(String filename) in d:\Projects\Cricket Heroesv3D\Cricket Heroesv3\Cricket Heroes\Main\Game.cs:line 1870
at Cricket.Main.Game.Main(String[] args) in d:\Projects\Cricket Heroesv3D\Cricket Heroesv3\Cricket Heroes\Main\Game.cs:line 3463
I tried replacing the csv file with the incorrectly spelt player names and tried to run the game... but this error log keeps popping up:
MESSAGE: Input string was not in a correct format.
STACK TRACE: at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
at Cricket.Main.Game.ImportRoster(String filename) in d:\Projects\Cricket Heroesv3D\Cricket Heroesv3\Cricket Heroes\Main\Game.cs:line 1870
at Cricket.Main.Game.Main(String[] args) in d:\Projects\Cricket Heroesv3D\Cricket Heroesv3\Cricket Heroes\Main\Game.cs:line 3463
Last edited: