[Release] [ZM] Compass Display
-
I made a compass thing inspirated from Cold War.
Its very minimalistic but I hope it would be useful.This script shows the players direction, the angle, and the zone and you can configure what do you want shown/hidden
Compiled: https://github.com/techboy04/Compass-T6Zombies/blob/main/compass.gsc
Source: https://github.com/techboy04/Compass-T6Zombies/blob/main/compass_sourcecode.gsc -
techboy04gaming One issue with this mod is you aren't using an overflow fix despite using setText(). If someone runs this on their server they will eventually run into the configstring overflow error due to potentially have 8 players with their own hud calling setText(). The error can happen in solo after a period of time as well.
-
JezuzLizard I do not! That was my mistake. While testing I played it for awhile without using it and have not gotten a single overflow error. The only time I got it was with the numbers but I switched to using labels and havent gotten one since. I will keep the fix in mind for tomorrow. Thank you!