mrtwisties
Club Cricketer
Great work! I'm currently working on changing FC friendlies to test matches. I have it working for test matches hosted in England. However the same approach doesn't work for international FC friendly. The reverse (test match -> friendly) works ok. This just may be a limitation of their file format, or we need some special information.
Apologies if this is teaching you to suck eggs, since I know you're a FXT file veteran - but have you told the game engine about each of the days that the match is on? For example, if you have a Test starting on day 45, you also need to tell the game that it needs to be ready for play to continue (potentially) on days 46-49 as well like so:
45 0 1 0 0 0 <= day 45, ninth match in file starts
[test match definition string]
46 0 1 0 0 0 10 0 <= day 46, ninth match on
47 0 1 0 0 0 10 0 <= day 47, ninth match on
48 0 1 0 0 0 10 0 <= day 48, ninth match on
49 0 1 0 0 0 10 0 <= day 49, ninth match on
50 0 0 0 0 0 <= day 50, no match on
If you haven't got days 48 and 49 set up for play (and 3-day FC matches don't), then the game will crash once you get to those days.