Simple Tampermonkey script to track your engine and tire stats in career mode
Hey everyone, I wanted to share a little quality-of-life mod I have been working on for RacingGame over the past couple of weeks. As we all know, trying to calculate the exact grip loss on Switchback during snow or Overpass in heavy fog can be a total guessing game, especially when you are trying to balance your engine power against your tire level.
To make things easier, I wrote a simple Tampermonkey user script that adds a telemetry overlay directly onto the race HUD. It pulls the current weather data from the page and calculates your theoretical grip percentage based on your current tire upgrade level. I also added a small nitro tracker that shows the exact duration of your boost in milliseconds, which has been super helpful for timing my nitro runs on Skyline.
It is purely client-side, so it does not interfere with the game servers or break any career mode rules. It just takes the data already available on your screen and formats it into a neat little box in the top-right corner. It has really helped me stop wasting cash on the wrong engine upgrades when my tires clearly could not handle the wet tracks.
If you want to try it out, I have uploaded the code to GreasyFork under the name RacingGame UI Enhancer. You just need the Tampermonkey extension to run it. Let me know if you run into any bugs or have suggestions for other stats to track, like maybe a weather transition timer. Happy racing!
To make things easier, I wrote a simple Tampermonkey user script that adds a telemetry overlay directly onto the race HUD. It pulls the current weather data from the page and calculates your theoretical grip percentage based on your current tire upgrade level. I also added a small nitro tracker that shows the exact duration of your boost in milliseconds, which has been super helpful for timing my nitro runs on Skyline.
It is purely client-side, so it does not interfere with the game servers or break any career mode rules. It just takes the data already available on your screen and formats it into a neat little box in the top-right corner. It has really helped me stop wasting cash on the wrong engine upgrades when my tires clearly could not handle the wet tracks.
If you want to try it out, I have uploaded the code to GreasyFork under the name RacingGame UI Enhancer. You just need the Tampermonkey extension to run it. Let me know if you run into any bugs or have suggestions for other stats to track, like maybe a weather transition timer. Happy racing!