hi @all
yesterday ater the race in Mugello wit the Lotus a few of us discussed if the file is corrupted. I took a further look at it and its simple as it could be:
the entries -->"time": -1,<-- mean that this lap is destroyed thru the cut the track detection. The problem is that the webpage www.simresults.net doesn't know that so the best laps are -00:00.0010. The problem is that nobody is faster than a tunnel in the time space continuum . But this leads to wrong results in Qualify and in the start grid.
A very simple way to delete this and having a nice result as wished is to open an editor and replace the string
"time": -1,
by
"time": 999999,
and everything is fine.
Hope this helps.
hape
yesterday ater the race in Mugello wit the Lotus a few of us discussed if the file is corrupted. I took a further look at it and its simple as it could be:
the entries -->"time": -1,<-- mean that this lap is destroyed thru the cut the track detection. The problem is that the webpage www.simresults.net doesn't know that so the best laps are -00:00.0010. The problem is that nobody is faster than a tunnel in the time space continuum . But this leads to wrong results in Qualify and in the start grid.
A very simple way to delete this and having a nice result as wished is to open an editor and replace the string
"time": -1,
by
"time": 999999,
and everything is fine.
Hope this helps.
hape