• HUD Compass
    5 replies, posted
I want to make some kind of compass like the one at the top of the screen on the PUBG HUD, seen here: https://i.ytimg.com/vi/7C_QYCdNOyM/maxresdefault.jpg I want it so when you look around you can see North, East etc. and the numbers, any ideas?
Apologies for the plug, but download TFA HUD and take a look at the compass on that. Basically I draw the text/bar twice: once offset by the appropriate ratio, and one full width behind that. Meanwhile, its clipped into a rectangle.
Ok will do, thanks man!
That has helped tremendously, but how do I change the space between the directions( e.g. the space between NN and NE). And how do I remove the dot between the directions.
That doesn't make that much sense, the distance from ne to nn will be the same since a compass is 360 degrees, if you just want to make it bigger, then you should look into understanding the code and then seeing how does it works
its fine, I have figured things out now, I meant the distance between the text on the screen...
Sorry, you need to Log In to post a reply to this thread.