• Dear visitors,

    The email issue has been finally solved.
    Thank you for your patience and happy browsing.

    Team ACM.

QUESTION See if Vehicle is off track in Python

SaxoBen

New Member
Hello AssettoCorsaMods community,
I'm trying so write a Script, which shows, if the car currently is on track, or not. So very similar to the bar, that pops up, if you cut a corner, but as an app.

I read the AC Python Documentation, but I couldn't find anything, that was fitting for my purpose.
Any help, or trick to get that information while driving is very appreciated.

Thank you in advance
Ben
 

luchian

Administrator
Staff member
Not in the Python API, but the SharedMemory API has the info of how many tyres are out (SharedMemory is more in-depth, but only for the driver car).

Not sure @Minolin still reads these forums, so best bet would be to try official forums :).
 

SaxoBen

New Member
Not in the Python API, but the SharedMemory API has the info of how many tyres are out (SharedMemory is more in-depth, but only for the driver car).

Not sure @Minolin still reads these forums, so best bet would be to try official forums :).

I'll have a look at it. Thank you very much, for the quick answer
 
Top