Results 1 to 3 of 3

Thread: CC spotter calls during playback

  1. #1
    Junior Member
    Join Date
    Dec 2017
    Posts
    6

    CC spotter calls during playback

    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.

  2. #2
    VP PR Manager Sparten's Avatar
    Join Date
    Feb 2017
    Posts
    720
    It was never designed to work in playback and to be honest its not some thing that i'm going to look into fixing,

  3. #3
    Crew Chief Mega Corp CEO mr_belowski's Avatar
    Join Date
    Feb 2017
    Posts
    1,815
    isn't this just a case of adding

    Code:
    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?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •