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.
Is there any function to create a countdown timer on totem, or duration of debuffs on player?
I added support for demonic circle. Save this as demonicCircle.lua in the modules sub folder:
Then add a line with:
To the modules section of HudMap.toc in the main folder. Enable the add, and voila! Currently displays green dots when demonic circle isn't on cd, turns red when it's on cd. Good help for encounters such as last phase of Chimaeron.
Hmm... just tried to download the latest alpha build and this is what i get:
For those of you interested in cataclysm encounters for hudmap, you can download a module to add them here.
and @86d, I don't need any donations, but data on new mechanics that can be added is always appreciated. Make a ticket on the hudmap cata encounters page if you can think of anything.
http://wow.curseforge.com/addons/hudmap-cataclysm-encounters/
@0wn3d
Tyvm for your reply. I am extremely excited to see this project is still alive. This addon has helped me train many new raiders with much success! I am looking forward to having this in my arsenal of training tools for new raiders/and advanced ones alike.
Is there any data/donations/etc we as fans can do to assist in development ?
@mysticalos
I did realize that you can track it (I was just using the wrong spellid for the aura), and it has been added in the cata encounter module I am creating for HudMap. Unfortunately there appears to be an error with either my encounter files or with HudMap that isn't allowing encounter files outside the HudMap addon directory to work with HudMap, so the module I am making is staying in alpha until it gets fixed.
twilight meteorite can be tracked by UNIT_AURA, it doesn't show in CLEU. Bugt it is doable Own3d. just look at how other mods do it like bigwigs or dbm. another example of one that doesn't show in combat log at all is "Pestered!" on atramedes heroic
Bad that the long lack of updates of this wonderful addon ... The project is dead ? ...
@Megalithe
If you are talking about adding new encounters, than yes I have been able to add a few (Although it isn't perfect, as far as I know it only works in 10 man normal because I didn't use all the spellids).
All of these files go in the zones folder:
blackwing.lua
bastion.lua
Make sure to add these 2 lines to the toc file: modules\zones\blackwing.lua modules\zones\bastion.lua
Feel free to change these however you want, I did this a while ago and haven't really felt like updating them.
Edit: Btw, this was done way earlier in the expansion when I hadn't seen most of the end bosses, and valiona/omnotron were the only ones where I could think hudmap could be useful, at least on normal mode it wouldn't be useful on: Magmaw, Nefarian, Atramedes, and Halfus, and would have really lackluster use on chim/maloriak. I could see it being useful on TAC for lightning rod, and on Cho'gall for shadow crashes. I'm thinking I might actually try to work on completing this for the whole tier (At least on normal mode for now, I haven't really been doing heroic modes).
One more thing, I'm fairly certain the meteor thing on valiona that I put in doesn't work (I believe it might be impossible for it to be tracked by hudmap, not sure though).
May I ask an unrelated question? What is the Addon name in the demo video which can auto say/party announcement when boss's spell is coming? My alerter UI only show in screen but not to speak.
As there is a recent update, will this addon finally be returning?
Date: 2011-04-29 01:03:26
ID: 1
Error occured in: Global
Count: 1
Message: ..\AddOns\HudMap\HudMap.lua line 1968:
attempt to call method 'SetMaxFramerate' (a nil value)
Debug:
(tail call): ?
HudMap\HudMap.lua:1968:
HudMap\HudMap.lua:1945
(tail call): ?
HudMap\modules\party.lua:478: UpdatePartyUnit()
HudMap\modules\party.lua:496: ?()
...Ons\Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua:147:
...Ons\Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua:147
[string "safecall Dispatcher[1]"]:4:
[string "safecall Dispatcher[1]"]:4
[C]: ?
[string "safecall Dispatcher[1]"]:13: ?()
...Ons\Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua:92: Fire()
Ace3\AceEvent-3.0\AceEvent-3.0.lua:120:
Ace3\AceEvent-3.0\AceEvent-3.0.lua:119
However, I was shown only my position.
If you have any fixes I'd appreciate it if you could post them or send them my way. I'm not the author, but I've committed a couple fixes to hudmap before and can get them in, since Antiarc seems to be afk or at least not maintaining it.
multiple times in the addon, one example:
party.lua 548:
function mod:COMBAT_LOG_EVENT_UNFILTERED(ev, timestamp, event, hideCaster, sourceGUID, sourceName, sourceFlags, destGUID, destName, destFlags, spellID, spellName, ...)