Hi !
I've seen a little bug about s2 on AC, however the difference between simhub and the game is that Simhub gives time of the sector (s2 only) while AC give a cumulated data (S2 is time for s1 + time for s2)
Thank you for the reply.
However I had already tested the summ of the first two sectors, and it's not the accumulated time that the game shows when I am indeed at the sector two acquisition line. By the way, my dash makes the summ, and the result is still not matching.
I've gotten an example of sketch to show you:
(the sketch below is sequential... I just break to make it easier to understand... the parenthesis doesn't exist's indeed)
R=0; (RPM)
Rmax=8750; (RPM Max)
G=1; (Gear)
F=8; (Fuel)
C=00:00:42.3280000; (Current lap time)
L=00:01:47.2750000; (Last lap time)
B=00:01:47.2750000; (Best lap time)
SI=1; (Sector index)
BS1=00:00:35.2360000; (Best Sector 1 time)
CS1=; (Current Sector 1 time)
BS2=00:00:08.5990000; (Best Sector 2 time)
CS2=; (Current Sector 2 time)
BS3=00:01:03.4400000; (Best Sector 3 time)
CS3=; (Current Sector 3 time)
N=4; (Lap Number)
P=7; (Position)
Z (End of sketch)
If you look at the time of "Best Sector 2" you will see that it's just 8 seconds. Much lower than the time it takes to go trough the sector 1 to sector 2 on the track (Imola with a Porsche GT3)
This sketch was gotten on Project Cars 1 and I assure you that is the same behavior I noted in Assetto Corsa. (the Assetto tooks a little more than 9 seconds between these two sectors).
I hope I have been clear.
If you want my help in any way, just tell me, and I will try.