- 180

- France
The problem is inside the Nuzzi app, 4.5 version. If you want to have correct pitstops at Monza 66, you have to change the code of Nuzzi app.Maybe I'm stupid... š£so, I downloaded "csp 0.2.12p1-full" (is this the full version???), installed it, and the problem still persists...š£š©
To do so, go to your assetto corsa folder -> apps -> lua -> Nuzzi_pits_app
in this last folder, you should have a file named : Nuzzis_Pit_App.lua
open it with a text editor, then you have to go to lines 412 and 427 .
for each of these lines, change
toif aiDriversArray.pitStopRequested == false and ac.getCar(i).isInPitlane == false and ac.getCar(i).splinePosition >= 0.25 then
if aiDriversArray.pitStopRequested == false and ac.getCar(i).isInPitlane == false and ac.getCar(i).splinePosition >= 0.25 and ac.getCar(i).splinePosition <= 0.96 then
save the file (ctrl+S) and close the text editor.
Then go back to content manager and enable new AI behaviour.
If you start a race with Monza66 with csp0.2.12 preview and make AI pit at lap 1 with Nuzzi app: you should observe that the "go back to pit just after release" bug has disappeared. At least it worked with my setup.
But the hack is not generic, the 0.96 value is specific to Monza66 pit position and will most probably not work for every tracks that have this bug.
I think there is a way to generalize the solution, but the app is not open source
Last edited: