That's really interesting - I wasn't expecting to see the whole race for both drivers. Can you export diagnostics (instructions here) so I can see how that session was processed.
Just to clarify everything I need is in the file
Were you the first or second driver?
- Ansgar did 183 laps
- Swapped to Steve who did laps 184-212 and finished
That's really interesting - I wasn't expecting to see the whole race for both drivers. Can you export diagnostics (instructions here) so I can see how that session was processed.
Just to clarify everything I need is in the file
Were you the first or second driver?
- Ansgar did 183 laps
- Swapped to Steve who did laps 184-212 and finished
I've got the diagnostics now so I'll see what I can do - I didn't know how LMU handled driver swaps so this gives me something to work on.The file is too big to upload here, do you have discord. But all I am doing is importing the file I have posted here then exporting, would this not be the same from your side or does it call other data from my pc?
It stores your settings for the app along with the results. It only changes when you run new LMU sessions. If you delete if, you will lose all data for the appWhat's this ARC folder, by default located here: C:\Users\user_name\Documents\LMU-Results\
I've got the diagnostics now so I'll see what I can do - I didn't know how LMU handled driver swaps so this gives me something to work on.
The annoying thing is it only shows your stint as the last 28 laps...all of the others being Ansgar. I can infer where you swapped as you both use different diver aids and it does record when they change.
Maybe LMU will improve the data recorded at a future point.
Once I've got the import working, I think I did something for ACC where you could manually flag you vs other drivers. I'll see if I can get that working. It's a bit annoying as it only gives AI driver swaps in your last stint as well. I'll raise it as an issue on the support forum.Ah that's a shame, something they can possibly fix. So there currently nothing at all to id the different drivers.
Ps
As far as I was aware I don't use any driver aids?
Once I've got the import working, I think I did something for ACC where you could manually flag you vs other drivers. I'll see if I can get that working. It's a bit annoying as it only gives AI driver swaps in your last stint as well. I'll raise it as an issue on the support forum.
You use TC=2 as a driver aid on SP. I had the same thing initially - schoolboy error thinking that settings in the UI would actually affect this - see https://community.lemansultimate.com/index.php?threads/driver-aids-single-player.4591/
See the previous link https://community.lemansultimate.com/index.php?threads/driver-aids-single-player.4591/ - you need to edit a settings file otherwise it defaults to throttle control assist - you can't change it in the UI apparentlyMaybe the TC is from the car? I could have a look at the car setup to check. Zero aids, I even use manual engine start.
I've not looked too close at these files but does each driver not have any unique string?
<Driver>
<Name>Ansgar Michalik</Name>
<Connected>1</Connected>
<VehFile>4_24_PORSCEFB6B662.VEH</VehFile>
<UpgradeCode>18000000 00000000 00000000 00000000</UpgradeCode>
<VehName>Porsche Penske Motorsport 2024 #4:LM</VehName>
<Category>WEC 2024, Hypercar, Porsche 963</Category>
<CarType>Porsche 963</CarType>
<CarClass>Hyper</CarClass>
<CarNumber>4</CarNumber>
<TeamName>Porsche Penske Motorsport</TeamName>
<isPlayer>1</isPlayer>
<ServerScored>1</ServerScored>
<GridPos>1</GridPos>
<Position>1</Position>
<ClassGridPos>1</ClassGridPos>
<ClassPosition>1</ClassPosition>
<LapRankIncludingDiscos>37</LapRankIncludingDiscos>
...
<BestLapTime>97.7598</BestLapTime>
<FinishTime>21695.9902</FinishTime>
<Laps>212</Laps>
<Pitstops>7</Pitstops>
<FinishStatus>Finished Normally</FinishStatus>
<ControlAndAids startLap="1"
endLap="26">PlayerControl,Clutch</ControlAndAids>
<ControlAndAids startLap="27"
endLap="52">PlayerControl,TC=2</ControlAndAids>
<ControlAndAids startLap="53"
endLap="78">PlayerControl,Clutch</ControlAndAids>
<ControlAndAids startLap="79"
endLap="104">PlayerControl,TC=2</ControlAndAids>
<ControlAndAids startLap="105"
endLap="130">PlayerControl,TC=2,Clutch</ControlAndAids>
<ControlAndAids startLap="131"
endLap="156">PlayerControl,TC=2</ControlAndAids>
<ControlAndAids startLap="157"
endLap="182">PlayerControl,TC=2,Clutch</ControlAndAids>
<ControlAndAids startLap="183"
endLap="212">PlayerControl,TC=2</ControlAndAids>
<Swap startLap="1"
endLap="183">Ansgar Michalik</Swap>
<Swap startLap="184"
endLap="212">Steve Marshall</Swap>
Ah well with online races, it actually listens to the settings you give in the UI. For SP races, it uses the settings file. Don't ask me why@doug99
I see what you mean, the whole race is just one driver. Not sure how you're pulling the data but the only key to separate the stints I can see is the pit stop pit="1"
Is it possible you can just for the mo import on just one driver name and the teams would know when they pitted and swapped. When you look at the AI teams they are the same, just one driver done the whole race.
Just checked a recent online race file, GTE's round LeMan.
My entry
<ControlAndAids startLap="1" endLap="6">PlayerControl</ControlAndAids>
Some other driver
<ControlAndAids startLap="1" endLap="5">PlayerControl,ABS=1,Clutch,AutoBlip</ControlAndAids>
Not a single driver with TC in the aids so where thats coming from as I have checked the setup used for the COOP race and none of the TC settings are even 2.
Sorry I could not help, some times fresh eyes, I think this might need a dev tweak.
See the previous link https://community.lemansultimate.com/index.php?threads/driver-aids-single-player.4591/ - you need to edit a settings file otherwise it defaults to throttle control assist - you can't change it in the UI apparently
No idea - I only found out when I first started digging into the results files a few months agoHow long has that been going on?
- Only store best laps for player (prevent repeated session rows)
- De-register events on re-used widget controls (fix degrading performance)
- Fix showing class position (LB Widget)
- Widgets - fix hidden fields on rebuild
- Fix brands for LB Widget
- Invalidate dodgy looking laps (for Laps/LB Widget)
- Fix date picker...