The mod conflicts with DUI - Squad Radar and possibly other mods that check for objects when showing Nametags. When the player is hidden by HATG, the mirror prevents those Nametag mods from properly detecting the player to show the nametag.
Steps to reproduce
Enable DUI and HATG.
Have another player/teammate get hidden by HATG.
Look at the DUI Squad Radar or the player nearby.
Notice the lack of an icon on DUI Squad Radar or the absence of the nametag showing up.
Expected behaviour
One would expect the nametag to appear, and the player to be visible on the DUI Squad Radar.
Suggestion
Perhaps adding all HATG objects to some sort of game logic side group or assigning a property to them stating that they are HATG objects, e.g., this setVariable ["HATG_object", true], could allow other mods to ignore these objects. This is just a suggestion for a solution, as I have not read the code and am not certain how it works. It is very likely that this issue needs to be resolved on both sides for proper compatibility.
DUI - Squad Radar
Description
The mod conflicts with DUI - Squad Radar and possibly other mods that check for objects when showing Nametags. When the player is hidden by HATG, the mirror prevents those Nametag mods from properly detecting the player to show the nametag.
Steps to reproduce
Expected behaviour
One would expect the nametag to appear, and the player to be visible on the DUI Squad Radar.
Suggestion
Perhaps adding all HATG objects to some sort of game logic side group or assigning a property to them stating that they are HATG objects, e.g.,
this setVariable ["HATG_object", true]
, could allow other mods to ignore these objects. This is just a suggestion for a solution, as I have not read the code and am not certain how it works. It is very likely that this issue needs to be resolved on both sides for proper compatibility.