Custom browser script to show real-time weather grip coefficients on all tracks
Hey everyone. I got tired of guessing how much grip I actually have left when transitioning from sunny to foggy weather in the middle of career mode, so I put together a basic user script to help with that. It is a simple Tampermonkey mod that injects a small telemetry overlay into the game UI.
Currently, it pulls your active car upgrades (engine, tires, and nitro levels) and calculates a real-time traction percentage based on the current track and weather conditions. For example, if you are running level 3 tires on Overpass during a rain race, it will show your exact grip loss compared to sunny conditions. I also added a small visual indicator for nitro efficiency, which is super useful on Skyline when you need to know the exact moment to burn your boost without spinning out.
I have tested it on Chrome and Firefox, and it runs perfectly without hurting the game's performance. It is strictly client-side visual telemetry, so it does not violate any fair play rules or trigger the anti-cheat. You can grab the script from my Github repository (link in my profile, do not want to trigger spam filters here). Let me know if you run into any bugs, especially on Switchback where the elevation changes sometimes mess up the grip calculations. I am planning to add support for custom UI themes in the next update. Feedback is highly appreciated!
Currently, it pulls your active car upgrades (engine, tires, and nitro levels) and calculates a real-time traction percentage based on the current track and weather conditions. For example, if you are running level 3 tires on Overpass during a rain race, it will show your exact grip loss compared to sunny conditions. I also added a small visual indicator for nitro efficiency, which is super useful on Skyline when you need to know the exact moment to burn your boost without spinning out.
I have tested it on Chrome and Firefox, and it runs perfectly without hurting the game's performance. It is strictly client-side visual telemetry, so it does not violate any fair play rules or trigger the anti-cheat. You can grab the script from my Github repository (link in my profile, do not want to trigger spam filters here). Let me know if you run into any bugs, especially on Switchback where the elevation changes sometimes mess up the grip calculations. I am planning to add support for custom UI themes in the next update. Feedback is highly appreciated!