Le Mans 1991 - cars go off the track

Hello. I downloaded the 1991 Le Mans circuit and tried to create a Group C prototype race. There is one problem that seriously interferes with the normal racing process, namely, some cars, specifically Sauber C9 and Jaguar XJR-9 in the same turn (Virage du Pont), enter too much trajectory, after that they often turn around, and this provokes collisions with other cars, after a few laps, half of the peloton is no longer involved in the race. How can this problem be solved ? I set the aggression to 0%, but still the Sauber C9 and Jaguar XJR-9 almost always go out of bounds in the same turn. I understand, this is a mistake in the settings of the track itself?Thanks and sorry for my english.
1111.jpg
 
Looks like the track limits for AI lines are mucked up there. The limit should be along the green line so they stay on tarmac but instead it's along the red line so they go off-track. You can check this by opening the AI line app in game
 
Creating good / fast AI lines that can work with all types of cars is a challenge...

From your picture above, I see the modder ran the side line over the kerb... that could be why the AI is a little more aggressive there... I would have brought closer to the road instead....

One thing you can do is to add an AI hint there, so these cars dont go that close to the grass.
 
With hints.ini, should I force the cars to slow down at this point, or turn at a different angle so they dont hit the curb ?
you cant force them to turn through the ini file... but you can give them these hints...

Try them... you can get the start/end value from "normalized position" in the AI app I think?

This is speed

[HINT_0]
START=0.716
END=0.738
VALUE=1.2

This is to let them know theres something they could hit on the side of the road...

[DANGER_0]
START=0.295
END=0.35
LEFT=1
RIGHT=0
 
Last edited:
Thanks a lot! The problem was solved, just forced the cars to slow down a little in this turn, now they pass it on the edge, but stay on the track.
I use this:

[HINT_0]
START=0.8660
END=0.8701
VALUE=0.9
 
Back
Top