Posted July 05, 2023 by Sk1ds
#lightspeed #bug #solved
I believe I've found the culprit: a text file that represented the tire slip curve had commas as the decimal separator. English systems wouldn't recognize this comma and simply removed it, multiplying the values by 100 in the process. I removed the comma altogether, multiplied the values by 1000 and divided the value in the code itself. Problem solved!