Custom HUD overlay script for real-time speed and tire grip tracking
Hey everyone, I have been working on a small user script over the last weekend and wanted to share it with the community. If you are like me, you probably find it hard to judge exactly when your tires are losing grip or how much speed you are actually carrying through the sharp corners on Switchback.
This script injects a small, clean telemetry overlay in the top-right corner of the screen. It displays your current speed in km/h, your actual tire traction percentage based on the active weather (sunny, rain, snow, or fog), and a live nitro depletion bar. I found this super helpful for fine-tuning my upgrade path in career mode, especially when trying to decide whether to buy the next level engine or save up for better tires to handle the snow on Overpass.
It works perfectly with Tampermonkey or Violentmonkey. The code is completely open-source, and I made sure it does not automate any driving controls so it remains fully compliant with the game rules. You can customize the overlay colors by editing the CSS variables at the top of the script.
I would love to get some feedback from you guys. Are there any other stats you would like to see on the HUD? Maybe a split-time comparison for your personal bests on Skyline? Let me know and I will try to add it in the next update!
This script injects a small, clean telemetry overlay in the top-right corner of the screen. It displays your current speed in km/h, your actual tire traction percentage based on the active weather (sunny, rain, snow, or fog), and a live nitro depletion bar. I found this super helpful for fine-tuning my upgrade path in career mode, especially when trying to decide whether to buy the next level engine or save up for better tires to handle the snow on Overpass.
It works perfectly with Tampermonkey or Violentmonkey. The code is completely open-source, and I made sure it does not automate any driving controls so it remains fully compliant with the game rules. You can customize the overlay colors by editing the CSS variables at the top of the script.
I would love to get some feedback from you guys. Are there any other stats you would like to see on the HUD? Maybe a split-time comparison for your personal bests on Skyline? Let me know and I will try to add it in the next update!