A tool made for commentators for the game F1 2020 by codemasters. Runs over the game and is controlled by keyboard inputs to display certain information. Windows OS only. Made in Unity.
- Customizable timingscreen
- Custom driver names
- Custom driver portraits
- Mid race lap time comparisions between drivers
- Halo hud
- Wear & Damage information per driver
- Weather information
- Qualifying timing comparisions
- Penalty events
- And much, much more!
Not available for download as of now
- UDP Receiver listen on F1 2020 specified port and collects data packets framewise sent from the game itself
- Interpret and store this data correctly through codemasters packet documentation
- Create borderless fullscreen overlay without screen borders through specific OS functions
- Events are invoked on event-based data which tells the application which state the game currently is in
- Low level keyobard hook based input system controls what information is displayed