ac-custom-shaders-patch / acc-extension-config

Configuration files for Assetto Corsa Custom Shaders Patch
235 stars 224 forks source link

Wheels_valid_surface variable in CAI_CAR_DATA structure not working #478

Open Za9Game opened 2 months ago

Za9Game commented 2 months ago

I'm having an issue with a variable in the CAI_CAR_DATA structure. I'm thinking to use the variable wheels_valid_surface to check if the car is still on track or not. But the vaule of this variable is always 0, i'm not understanding why. All the other variables works, but not this one. I suspect that the value is not being written to the shared memory. I am also analyzing it raw and those bits always remain at 0. Version of csp that I'm using: 0.8.2686.39678

CheesyManiac commented 2 months ago

Hi, that version number you have quoted is the Content Manager version, not CSP.

The latest CSP is 0.2.4 aka build 3117

Please check and confirm your version, and perhaps test a roll back to 0.1.79

Za9Game commented 2 months ago

Yeah sorry I was using CSP 0.2.5, but even with 0.1.79 (the recommended one) I still have the same issue. So I don't think is a version problem