This mod will add a compass and street name display to your HUD. The compass is customizable and the street name display also properly shows names for intersections (although sometimes it may overlap with the freeway for example).
I didn’t test any configuration other than what is default, so you’ll have to experiment and see what works best for you. I made the configuration part just for you guys, I hope you like it.
As per usual, no credits required. You are free to alter and re-publish, or copy bits of it to use in your own project. Shoutouts are always appreciated, though.
compass.fov = 180 - The amount of degrees to be visible on the compass.
compass.followGameplayCam = true - When true, compass will point to wherever the camera is pointing to. When false, compass will point to whatever the player’s heading is.
compass.ticksBetweenCardinals = 9.0 - The amount of ticks between cardinals. 9.0 is 1/10th of 90°. This value should always be a division of 90° as well as 45° (ie. 4.5, 9.0, 22.5, etc).
You could but I haven’t made the configuration options for that. If you know a little bit of LUA, you could try to edit the file yourself to get the desired effect. To change the font, find the following in streetname.lua and add font = 1, to the list. Default font is “0” but you can also try “2” etc…