Hello Jens,
first of all, superb app, it's quite a helpful one.
But i have a problem with my kunos Ferrari F2004 car.
The app works fine when i use the medium and the hard tyres. But on softs, the app doesn't work.
Do you have any tips or solution for it? According to the logs, the .lut files seem to be the problem. But i cannot find a solution for this problem.
This has now been fixed in 1.4.4
I found the same problem, even with app v1.4.4, but I have a solution, and an idea as to the cause:
- the Kunos F2004 tyre wear files (slickshard_front.lut, slickshard_rear.lut, slicksmedium_front.lut, slicksmedium_rear.lut, slickssoft_front.lut,slickssoft_rear.lut), each have 8 data points, except for the soft rear (slickssoft_rear.lut) which has 9.
- if we remove the final data point in this file, protyres works again.
I think pairs of numbers in the lut file are distance travelled | grip/wear level.
Here is the slickssoft_rear.lut file with it's 9 data points:
0|99.5
0.57|100
2|99
4.5|97
7.6|93
15.2|92
20.9|90
22.8|85
38.76|85
Actually the last data point is not needed, because the grip/wear level is the same as the previous point (85) - so if it's removed, the previous value is will be carried over and the result is the same. Hence we can make it 8 data points like the others and protyres is happy.
I have attached the updated file, save it to ..\assettocorsa\apps\python\proTyres\cars\ks_ferrari_f2004\slickssoft_rear.lut and over-write the existing file (note: remove the .txt extention this was only added because this forum does not allow .lut files for some reason..)
Hope this is helpful!
edit: as of protyres v1.4.5 this fix is no longer needed.