doberk
Registered
Hello @Nibo, I have checked the log file with AI drivers, and I found this couple of lines in all AI drivers:
In the other hand, human drivers have this lines:
So it seems that "isPlayer" tag is no longer valid to find AI, I don't know why. Instead, "ControlAndAids" tag shows clearful "PlayerControl" or "AIControl".
Code:
<ControlAndAids startLap="1" endLap="28">AIControl</ControlAndAids>
<isPlayer>1</isPlayer>
Code:
<ControlAndAids startLap="1" endLap="21">PlayerControl,Clutch,AutoBlip</ControlAndAids>
<isPlayer>1</isPlayer>
So it seems that "isPlayer" tag is no longer valid to find AI, I don't know why. Instead, "ControlAndAids" tag shows clearful "PlayerControl" or "AIControl".
Last edited: