Skip to main content
iRacing Live Streamer

iRacing Live Streamer – 6.4.0.2 rev 494

By 17th May 2019June 29th, 2019No Comments
  • Time and date have been added to the overlay
  • Driver photo has been added to the overlay
  • Driver data overrides are now displayed in the overlay (first name, last name, suffix, team name, country flag)

Time and date

A few weeks ago time of day and date have become available in the live data sent to us by iRacing. Time and date have been added on top of the weather component:
upload_2019-5-17_13-25-19.png

If you don’t want to display time or date add the following rules to your style overrides (Settings / Overlay / Style overrides):

Code:
.overlay>.weather>.time {
    display: none;
}

.overlay>.weather>.date {
    display: none;
}

Driver photo and driver data overrides

To complement live data sent to us by iRacing a new driver database and the corresponding application to create or update a driver profile have been built (many thanks to Tim for his work in the background). The application and detailed information can be found here: http://apexracinguk.com/forums/threads/installation-and-documentation.3993/

The overlay used overridden driver data (first name, last name, suffix, team name, country flag) in all display components. In addition a switch has been added to the Driver Details component to display the currently selected driver’s photo if available:

[​IMG]

upload_2019-5-17_13-36-57.png

Leave a Reply