PDA

View Full Version : Car class "95" (car class 95) - Insufficient car class data



Jacob Klein
20-04-2021, 03:13
Seeing this on the Nurburgring 24 hour practice.

Crew Chief is missing iRacing's "Porsche Cup" class (car class id: 95) that only has car "Porsche 911 GT3 Cup" (car id: 88).

Can it be fixed shortly, so CrewChief will know faster/slower classes for the Nurburgring 24HR practice this week and race this weekend?

Thanks,
Jacob

=============
21:55:39.528 : Adding new (mid-session joined) opponent name to speech recogniser:
del rio
21:55:39.537 : New driver patricio campos del rio is using car class 95 (car ID 88)
21:55:39.537 : Using unmapped driver last name parsons for raw driver name tyler parsons3
=============
21:55:39.575 : Multi-Class event:
21:55:39.576 : "GT3" (built-in)
21:55:39.576 : "95" (unmapped)
21:55:39.576 : "TCR" (built-in)
21:55:39.576 : "GT4" (built-in)
21:55:39.576 : Insufficient car class data, so dropping back to single class racing
=============

Sparten
20-04-2021, 05:26
You can fix this yourself, there is an explanation of how to add your own car classes here https://thecrewchief.org/showthread.php?27-Customizing-Car-Classes, I dont think we will release another update with only this fixed.

Jacob Klein
20-04-2021, 13:07
Okay. Would you please consider creating a fix, to be included in your next update, whenever that is?

Thanks,
Jacob

Sparten
20-04-2021, 13:16
Sure i'll add the class to the default file.

Jacob Klein
20-04-2021, 14:10
Thank you!

Jacob Klein
20-04-2021, 18:51
No luck. Details below.
I chatted with mr_belowski on Discord, and they are looking into it, thinking it's a bug.

Reminder:
If you're making any code changes, I'd love to see this added:
iRacing's "Porsche Cup" class (car class id: 95) that only has car "Porsche 911 GT3 Cup" (car id: 88).

Thanks,
Jacob

===========

I tried the json below, in Documents\CrewChiefV4\carClassData.json

{
"CarClasses": [
{
"carClassEnum": "CARRERA_CUP",
"iracingCarIds": [ 88 ],
"enabledMessageTypes": "ALL"
}
]
}

but got:

13:55:49.065 : Multi-Class event:
13:55:49.065 : "GT3" (built-in)
13:55:49.065 : "TCR" (built-in)
13:55:49.065 : "GT4" (built-in)
13:55:49.065 : "CARRERA_CUP" (built-in)
13:55:49.065 : Insufficient car class data, so dropping back to single class racing

Sparten
20-04-2021, 19:27
Not sure if mr_belowski told you can ignore "Insufficient car class data, so dropping back to single class racing" its a log bug

Jacob Klein
20-04-2021, 19:59
Yeah. Though, I can't do "Official Racing" testing with it at all to confirm that, until that actual 24-hour race on the weekend. But I might be able to cook up a Hosted Event and see if it works there. If I can do that, I'll be sure to report my results here.