-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support time recording for Rally Cross events #19
Comments
This is exactly what I'm looking for 👍 |
Good to hear! Do you mean you will try this tool for stage time recording? Or are you rooting for adding Rally cross support? There has been no effort in that direction as of now. Indeed I don't think there's a way to extract laptimes from the game (which seems to treat best times per class rather than per car). |
Hi @maxbechtold , Actuely i Only play Rallycross and I'm interested in tracking races Times especially racing with Friends to compare times and track our progress. Thanks to your project I managed to code a small nodejs program that listens to UDP Packets, and send each lap/lap_time into a DB. Now that I found a correct way to track lap_times I Can easily add support for Rallycross on dirt-rally-time-recorder. |
Sounds like a project I'd like to follow, is it OSS? Then maybe this issue is resolved by placing a link to your project. Otherwise let's start a discussion here on how RX could be included in dirt-rally-time-recorder, from the top of my head:
Since a bunch of new tracks and cars must be identified, I could assist with providing the telemetry data for those. |
Hi, Yes my app will be open source but for now it is dirtt as I was just exploring 😜 1- I record every last_lap_time with trackname (based on track_length) and lap number + timestamp. |
By the way one part of my project is providing an API to report personnal laps and then create WEB dashboard to analyses performances on tracks, during time, ... |
Yeah, I don't see how this can be pulled from the telemetry with certainty. But maybe it's not needed anyway.
Of course the tracks can be identified by length (like for stage rallies), I meant that there might be a script like
Interesting, but an entirely different topic. This tool started out as a web solution (which was broken since the server was shut down). Considering this could be seen as poaching in Codemaster's territory (Racenet), I don't think dirt-rally-time-recorder should go that way. GDPR and data privacy in general is also something that would have to be taken into account. Instead, I've been thinking about a peer-to-peer solution where users can exchange their best times without a central server, just by exchanging db files. I think it's less effort than going client/server. |
I'm unsure if this is interesting to anyone, but I could add support for Rally Cross to dirt-rally-time-recorder.
There's no stage time in RX, but rather lap time, but this is also reported via UDP if memory serves. The tool could record any completed lap, or perhaps only the fastest in a (finished) session/race.
The text was updated successfully, but these errors were encountered: