I finished up a small mod that moves the Cruise Control onscreen text to the bottom of the screen so it doesn’t overlap the action/driving.

This was an interesting mod because the added y value that worked for widescreen 16:9 and 16:10 resolutions ended up pushing the text down too far in 4:3 resolutions. To make it work, I found a function I could use in another script named vint_hack_is_std_res(). This function evaluates to true for standard resolutions and false for anything else. The rest was simply a matter of setting up a conditional block and assigning a different (lesser) value for the added y position if it evaluated true.
I’ve uploaded the mod here if anyone wants to a preview. It will also be in the next beta release of GotR.