A simple console application to export a match result as an Excel file.
How to use this:
- DOTNET framework 4.8 is required
- Run the app(.exe) before/during a game session, and just put it there.
- Check telemetry setting where IP: 127.0.0.1, port: 20777.(which is default in the game)
- The excel file is saved at the same folder with the EXE file, when the "RESULTS" panel pops up. (file would be something like "20210204-2107.xlsx")
Note:
- Every time you switch back to "RESULTS" panel, a UDP packet is sent out. You can do so in order to let the app receive the result for the race(but no qualifying time) if you forgot to open it earlier.
- Player names are not displayed properly in online multiplayer session since Codemasters failed to provide it... (Availble in Single player and LAN game though)
- Does not work with practice session and full qualifying session. (I haven't coded for them yet)
Based on @TimHanewich 's work, thanks a lot :D https://github.com/TimHanewich/Codemasters.F1_2020

