eckhchri / pcars-ds-liveview

Provides a html page for project cars dedicated server and display a map of the current race.
14 stars 1 forks source link

Same car names in different car classes in AMS2 #147

Closed viper4gh closed 4 years ago

viper4gh commented 4 years ago

Car: "MetalMoro MRX Duratec" / Car Class: "P3" Car: "MetalMoro MRX Duratec" / Car Class: "P4"

In CREST mode cars are identified by name, because we don't read the classes from SharedMemory. We use the class mapping from our own vehcilelist.

In this case we have two car class results for one car name, but it must be clearly assigned.

viper4gh commented 4 years ago

In a test it shows that the car "MetalMoro MRX Duratec" is always mapped to class "P4"

liveview both drivers: 2020-04-06_06-45-00__Window

CREST data driver on position 1: 2020-04-06_06-45-37__Window

CREST data driver on position 7: 2020-04-06_06-46-16__Window

viper4gh commented 4 years ago

The recent commit solved the issue, liveview can now differentiate the same vehicle name in different classes, look here.

liveview both drivers: 2020-04-06_12-48-32__Window

CREST data driver on position 3: 2020-04-06_12-49-26__Window

CREST data driver on position 6: 2020-04-06_12-50-01__Window