Skip to content

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.

Notifications You must be signed in to change notification settings

Zmarfan/F1_Telemetry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dream Commentator

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.

Includes features such as:
  • 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!

Installation

Not available for download as of now

Screenshots

pic-1 pic-2 pic-3

How it works (roughly)

  1. UDP Receiver listen on F1 2020 specified port and collects data packets framewise sent from the game itself
  2. Interpret and store this data correctly through codemasters packet documentation
  3. Create borderless fullscreen overlay without screen borders through specific OS functions
  4. Events are invoked on event-based data which tells the application which state the game currently is in
  5. Low level keyobard hook based input system controls what information is displayed

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages