Features
The NASCAR 2025 Settings component is used to configure settings used in all the NASCAR 2025 panels:
These are its main features:
- Number background style
- Number text style
- Number image (generated by iRacing or image file from driver overrides)
- NASCAR Series color
- Stage laps
Adding the NASCAR 2025 Settings to the Remote Control panel
Components are imported directly from within iRacing Live Timing. In iRacing Live Timing press F4 to open the Remote Control Tab and then F2 to enter Edit Mode. Click the Import Library button and select from the list the component you want to import. The component will then be imported to your Remote Control Tab in the first available empty space (often below existing components).
For a full list of all available Overlay Components please check out the Overlay Component List
Appearance
Component:
Display options
Number style
- Background: selection of driver number background
- Car: sets car number background color to car body color set in iRacing
- Team: sets car number background color to Background color set in the Multicar teams editor
- Class: sets car number background color to Background color override in the Driver classes editor
- Style: sets car number background color according to the overlay style sheet. Styles can be edited in the Style overrides editor
- Black: sets car number background color to black
- White: sets car number background color to white
- Transparent: sets car number background color to transparent
- Text: selection of driver number text color
- Car: sets car number text color to car body color set in iRacing
- Team: sets car number text color to Text color set in the Multicar teams editor
- Class: sets car number text color to Text color override in the Driver classes editor
- Style: sets car number text color according to the overlay style sheet. Styles can be edited in the Style overrides editor
- iRacing number color: set car number text color to car number color set in iRacing
- Text image: selection of driver number text image
- Fixed style: sets car number image to iRacing Fixed Style Image if available. Provided by iRacing in some road series. When available the car number bitmap style will be the same for all cars
- Driver style: sets car number image to iRacing Driver Image if available. Provided by iRacing in some NASCAR and Dirt Oval series. When available the car number bitmap will be based on car number style settings set in iRacing
- Outline threshold: sets the color difference threshold between text and background color triggering text outline display
- 0 never displays outlines
- Small values display outlines for large color differences
- Large values display outlines for small color difference
Series color: base color of NASCAR series
- Cup: grey
- XFinity: dark purple
- Truck: dark red
All 3 buttons set variable Overlay.Style.SeriesColor. The value must set CSS variable –series-color
For example, this is the Left mouse button click of the Truck button:
Overlay.Style.SeriesColor = "set --series-color #CA1C22";
In this example, –series-color is set to #CA1C22, corresponding to a dark red color
To add series colors:
- Buttons with new color values can be added to the remote control panel
- Assignment to the Overlay.Style.SeriesColor can be added to the Initial variable values editor
Stage laps: comma separated list of stage laps
- If value blank, a single stage is defined
- Length of stage is session_laps
- If value holds 1 number (number_1), 2 stages are defined
- Length of stage 1 is number_1
- Length of stage 2 is session_laps – number_1
- If value holds 2 numbers (number_1 and number_2), 3 stages are defined
- Length of stage 1 is number_1
- Length of stage 2 is number_2
- Length of stage 3 is session_laps – number_1 – number_2