View Full Version : CC spotter calls during playback
Rex_Racer65
06-01-2018, 03: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.
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, 11: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?
Powered by vBulletin® Version 4.2.5 Copyright © 2024 vBulletin Solutions Inc. All rights reserved.