Home Artists Posts Import Register

Content

This is the big one everyone has been waiting for, you can now define as many pit stops as you want!

For other update info, see below.

v1.8 Update has added the following:

1) Supports as many stops as the user wants

2) Read default Pit Stop time from car's data/car.ini file (The PitStopTime user var is still present as a backup.)

3) Code clean and improvements.

4) Logo/Icon Update

Files

(No title)

Comments

No specific name

Great job! Just one question. In the previous version you could make it variable which lap the air would stop on. For example in a 10 lap race I could set it to have them stop anywhere from lap 2 to lap 8. Is that functionality anywhere in the new code?

MK

Hey, thanks so much for working on these QoL apps! Really been enjoying them. I'm encountering an issue though where AC is retiring cars cause they spend too long in their pitbox i.e. car.ini pit stop time is 20 seconds, so if the car doesn't move off around ~18 seconds, AC / CSP (?) considers the car as ditched and retires the car. Any workarounds? Thanks! (I'm using New AI Behavior. If I additionally use the "Get back to race after pits", it technically works but extends the time they stay in pits.)

D.Nuzzo

Yeah, so you can increase the range around each AI pit stop by doing the following: Go to the driver.lua file inside the Nuzzis_Pit_App → Classes folder. On line 17 update the values inside the "math.random(-1, 1)" Increasing the -1 and 1. (For example math.random(-2, 2) will mean the ai can pit up to 2 laps sooner or 2 laps later than each stop defined in the User Vars pitLaps variable.)

D.Nuzzo

Hi, really glad you are enjoying the Apps. I've done some investigating, and it appears CSP or Default Assetto Corsa is causing the issue. What I recommend is to reduce the car's tyre change time (aka Pit Stop time) to below 20. This can be done by unpacking the car in content manager, then going to the car's data folder and opening car.ini. There will be a line with: "TYRE_CHANGE_TIME_SEC=10" reduce the number on that line so it is lower than 20. Save and Pack the car in content manager, and you should be good to go. Thanks