HudMap
HudMap is still beta!
I'd love for people to start using it, chewing on it, trying it out. Tell me what you like, what you don't, what breaks, and what you'd like to see. Bugs are to be expected, though it's fairly stable at this point. There are a lot of directions that the mod could go, and I'd love feedback.
Additionally, if you play WoW in a non-English language, you're invited to help by localizing HudMap into your client's language. We need translators!
What is it?
HudMap is an addon that provides a true heads-up tactical display of an encounter, with raid member positions, range data, debuff area-of-effect indicators, and more.
Additionally, HudMap ships with totem radius indicators. In general, if you want to do range or player-to-player directional stuff, HudMap's your huckleberry.
FAQ
How do I toggle the HUD?
Left-click the LibDataBroker icon, or set a key binding in the HudMap options to toggle the map on and off.
Can I move or resize the HUD?
Absolutely. Right-click on the LibDataBroker icon, or go to Interface Options -> AddOns -> HudMap -> Adaptive Zoom -> Set Area. This will let you define the location and size of the map.
Can I turn [specific feature] off?
Yes! HudMap is very flexible. Though it comes with some functionality turned on, there are lots of options and you can tweak it to your preferences to show as much or as little as you'd like.
How do I request a new feature?
Just create a feature request ticket. That's the best way to ask for new functionality!
Can I use this in to replace AVRe? Possibly. You can use it in a similar manner, though it definitely takes a very different approach to information display. HudMap is designed to give you proximity awareness of your partymates and areas that are potentially hazardous due to proximity or some other effect that boss mods generally warn you about. In that sense, yes, it's a replacement.
However, HudMap is not going to let you annotate the world, add additional data over physical locations, or let you draw obscene pictures on Arthas before you pull him. HudMap does nothing to emulate or project 3D data, and never will. Additionally, feature parity is not a goal of the project - some information is better presented in AVR than it will ever be in HudMap, and I'm not going to try to replicate that. Other data will fit HudMap better naturally, and those pieces will be actively pursued.
Is this addon going to get banned because Blizzard doesn't like AVR?
To head off the inevitable, I've already asked Blizzard directly if this is kosher in light of the AVR breakage. They have not indicated that it is a violation of the rules. Until they indicate otherwise, HudMap will be developed and updated. The impression I get is that Blizzard's primary complaint was with AVR's ability to draw pseudo-3D images over the game world, which is outside of the scope of what the UI was intended to be able to do. HudMap doesn't do any of that.
Extending HudMap
Have an idea for a range feature? It's easy to implement one. Just see modules\example.lua for a simple framework upon which you can build your own modules.
@Lintorus That's intentional, though non-obvious as to why. Distances in WoW are measured in terms of one edge of a hitbox to the nearest edge of the other hit box, rather than center-to-center. Player hitboxes are about a 1-yard radius (maybe slightly less), so when you set a range marker by radius, HudMap adds 2 yards to the total radius to account for player-to-player hitboxes. If HudMap were to not account for this, and you were to drop Ice Tombs with two players each just barely outside of the other's HudMap's indication range, they would splash each other due to the edge-to-edge rule. Thus, the fudged size.
For now, just subtract 2 yards from the radius if you want a true 10-yard circle. It's not pretty, but it works. I'll likely provide a mechanism in the future that allows you to set a true X-yard marker, but that'll work for now.
(Small anecdote: I spent most of an evening driving myself insane trying to figure out why the range of my bandage was being computed out to 17.9 yards rather than the 15 yards stated in the tooltip. Turns out the player centers were 17.9 yards apart, while the hitboxes were 15 yards apart. :)
First: Great addon!
While implementing an extension for our raid showing block positions for Sindragosa, I've discovered a bug:
Everything is drawn with a too big radius. Example: If you draw two objects with radius 10 and distance 20 yards, they should touch each other in exactly one point. But HudMap draws them overlapping. It doesn't matter whether static zoom or dynamic zoom is used.
also a friend of mine has tried it but has no minimap icon to set the arrow, or fubar icon
"Interface Options -> AddOns -> HudMap -> Adaptive Zoom -> Set Area"
I can move the big green box but I cant resize it, the arrows dont do anything, nor does the slider.
Player icons appear correctly etc, but I cant resize the greenbox, seems to be the only issue so far.
Great idea though, going to get the guild using it once I solve this issue
The addon options wouldnt like me change it and on updating today I cant find that anymore but doesnt matter, it works. Nice one