It is a feature that many clearly want so it is entirely right for it to be posted here.This will most likely be included in their paid service : Race Control, so no need for this feature request.
That's about meWould be a great motivation for offline player who don't like to play online and i bet there are lots of people who only use it offline since the AI makes it a lot of fun to race against.

That's great work you did! Appreciate the time and effort you put into it. I'd certainly like to give it a try.For those interested: I wrote a very rough .NET console app (wanted to freshen up on my C#) that can read out statistics based on your LMU/UserData/Log/Results directory. Here the game collects rFactor2 style xml's of every session you've ever run on that PC/laptop. It is not very accurate, for example: the game stores every lap you've started, but sets it's laptime to --.--- if you had your lap invalidated or did not finish it or your outlap. Anyway, it gives you a rough idea of how much you have driven. Currently I show some basic distance stats, others could be made available if I can extract it from the data I have.
If anyone is interested I can post it here, just let me know.
Some example output of the current version:
View attachment 9419
Don't worry, everyone will forgive the simple nature of the program which fulfills its assumptionsI'll clean up a few things and I'll put a link to the repo here this afternoon or evening. But forgive the simple nature of it, right? I'm sure they'll add it to the game soon and I don't wanna waste time on it too much.