PDA

View Full Version : CC spotter calls during playback



Rex_Racer65
06-01-2018, 02:27
Not a big deal, but the CC spotter makes erroneous calls during AC playback and tends to repeat the wrong spotter calls over and over. Again, not a huge deal, but it would be nice for the spotter calls to be correct like during the actual race.

Thanks for all your work on this wonderful app. Greatly appreciated sir. Well done.

Sparten
07-01-2018, 10:45
It was never designed to work in playback and to be honest its not some thing that i'm going to look into fixing,

mr_belowski
07-01-2018, 10:56
isn't this just a case of adding



if (!enabled || currentState.acsChief.numVehicles <= 1 ||
currentState.acsGraphic.status == AC_STATUS.AC_REPLAY ||
(mapToFloatTime(currentState.acsChief.vehicle[0].currentLapTimeMS) < timeAfterRaceStartToActivate &&
currentState.acsChief.vehicle[0].lapCount <= 0))
{
return;
}




to the spotter code?