Updated this morning, split it all out and smooth sailing, tho I didn't config anything, Working nice and smooth.
Sounds good :) Not sure what timezone your in, but I made the last commit quite a few hours ago, mostly drag and drop stuff, bulk handling and minor fixes.
Kind of running out of things I want to do, witch is a good thing I suppose. Mostly low level configuration, localization and optimization left.
I've noticed that the dogtags associated with the player health and player mana bars, for the current hp & mp, lose their positioning on reload. I move them closer to the bars, restart the game, and they're back spread out again. Interestingly, the texts associated with teh pet health/mana bars tha ti created seem to hold their position fine.
Just started playing with the new version... one thing I noticed with the chud arcs is that the "width" affects two attributes, both the width of the frame (the amount of arc you get) and the width of the bar. It is impossible, as far as I can tell, to get narrow bars with a lot of arc.
Just started playing with the new version... one thing I noticed with the chud arcs is that the "width" affects two attributes, both the width of the frame (the amount of arc you get) and the width of the bar. It is impossible, as far as I can tell, to get narrow bars with a lot of arc.
It's just a static picture, so you can't actually change the arc parameters, just resize the images width and height. Shouldn't be to hard to make your own tho :) In PS or something
Edit: As far as I know, you can't create or modify textures IG, only modify the way they are applied. The only way I know of, to get the same effect is to expensive in terms of CPU / memory.
I am planing to create more skins tho, so if you have any wishes, do share :)
First of all - thanks for the nice mod, very easy to configure, the first hud able to replace my 2 year old statusbars...nearly.
Is there a possibility to add an option to make certain bars not to go idle in combat? It is very irritating for me as a rogue, that my energy bar or combo-bar disappears at 0 or 100. I would very appreciate it.
I've noticed that the dogtags associated with the player health and player mana bars, for the current hp & mp, lose their positioning on reload. I move them closer to the bars, restart the game, and they're back spread out again. Interestingly, the texts associated with teh pet health/mana bars tha ti created seem to hold their position fine.
I rebuilt to a skin system, but I had some of the same problems after the commit with texts not being shown where they were supposed to. Didn't have time to debug it, but I'll have another go tomorrow.
I've looked through things and don't see this anywhere, but is there an option for a druid mana bar (for when in feral forms).
It looks like there's an ace library for it, LibDruidMana, or what I used with ArcHUD, DruidBar. Given the regen changes coming with 2.4, I'd ideally have it use an ace library that would at least theoretically get updated more quickly.
It's just a static picture, so you can't actually change the arc parameters, just resize the images width and height. Shouldn't be to hard to make your own tho :) In PS or something
Edit: As far as I know, you can't create or modify textures IG, only modify the way they are applied. The only way I know of, to get the same effect is to expensive in terms of CPU / memory.
I am planing to create more skins tho, so if you have any wishes, do share :)
I'd be very happy with the simple arc you have... if you could just make it bend more :-)
I downloaded the latest version excited to try it out, and when I load with add-on enabled and type "/mhud", I get all of the commands to pop up and the icon is on my fubar but no hud and it won't let me unlock? I type /mhud lock and when I hit return nothing happens? When I load I see no hud? Something doesn't appear to be working for me.... any ideas? I'm using the All dueuce UI.
I downloaded the latest version excited to try it out, and when I load with add-on enabled and type "/mhud", I get all of the commands to pop up and the icon is on my fubar but no hud and it won't let me unlock? I type /mhud lock and when I hit return nothing happens? When I load I see no hud? Something doesn't appear to be working for me.... any ideas? I'm using the All dueuce UI.
Please Help
I've been working on another version for quite some time, so I actually can't remember everything about the old one. I recommend you try the alpha. The configuration isn't 100% and some features are missing, but I haven't encountered any run-time errors for some time.
trying out the alpha version downloaded from the SVN branches.
Getting an error on login. I have deleted my previous saved variables, so there should be no legacy issues.
: mHud\mSkin.lua:14: attempt to index global 'mHudDB' (a nil value)
mHud\mSkin.lua:44: in function `Init'
mHud\mHud.lua:75: in function <Interface\AddOns\mHud\mHud.lua:69>
(tail call): ?:
<in C code>: ?
<string>:"safecall Dispatcher[1]":9: in function <[string "safecall Dispatcher[1]"]:5>
(tail call): ?:
AceAddon-3.0\AceAddon-3.0.lua:337: in function `EnableAddon'
AceAddon-3.0\AceAddon-3.0.lua:399: in function <Interface\AddOns\Ace3\AceAddon-3.0\AceAddon-3.0.lua:385>
<in C code>: ?
<in C code>: in function `LoadAddOn'
AddonLoader-1.0\Conditions.lua:211: in function `?'
AddonLoader-1.0\AddonLoader.lua:187: in function <Interface\AddOns\AddonLoader\AddonLoader.lua:173>
<in C code>: in function `pcall'
AceAddon-2.0-57245 (!StopTheSpam):24: in function <...dOns\!StopTheSpam\libs\AceAddon-2.0\AceAddon-2.0.lua:23>
AceAddon-2.0-57245 (!StopTheSpam):998: in function `ManualEnable'
AceAddon-2.0-57245 (!StopTheSpam):926: in function <...dOns\!StopTheSpam\libs\AceAddon-2.0\AceAddon-2.0.lua:919>
<in C code>: ?
AceEvent-2.0-56171 (!StopTheSpam):263: in function `TriggerEvent'
AceEvent-2.0-56171 (!StopTheSpam):914: in function <...dOns\!StopTheSpam\libs\AceEvent-2.0\AceEvent-2.0.lua:907>
---
Logged on to an alt I hadn't in a long time, and mHUD overwrote most of the settings I had. It kept a couple of the dogtags, the number of bars, but changed the skin back to cArch and did some weird offset things wrere the up and to the left.
By the by, I was wondering if you had a chance to look at AceDBOptions-3.0 yet for profile support?
Logged on to an alt I hadn't in a long time, and mHUD overwrote most of the settings I had. It kept a couple of the dogtags, the number of bars, but changed the skin back to cArch and did some weird offset things wrere the up and to the left.
By the by, I was wondering if you had a chance to look at AceDBOptions-3.0 yet for profile support?
Thx :) I'll look into that, the skins load before AceDB-3.0, so it didn't find any profile for that char, and thus created a default one, called "profile", in other words, overwriting the one you already had for your other character... I'll fix it tomorrow if I have a chance :)
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Sounds good :) Not sure what timezone your in, but I made the last commit quite a few hours ago, mostly drag and drop stuff, bulk handling and minor fixes.
Kind of running out of things I want to do, witch is a good thing I suppose. Mostly low level configuration, localization and optimization left.
Branch: http://svn.wowace.com/wowace/branches/mHud/
@ kergoth: I'm guessing there is something wrong with the default profile handling, I'll look into it :)
It's just a static picture, so you can't actually change the arc parameters, just resize the images width and height. Shouldn't be to hard to make your own tho :) In PS or something
Edit: As far as I know, you can't create or modify textures IG, only modify the way they are applied. The only way I know of, to get the same effect is to expensive in terms of CPU / memory.
I am planing to create more skins tho, so if you have any wishes, do share :)
Is there a possibility to add an option to make certain bars not to go idle in combat? It is very irritating for me as a rogue, that my energy bar or combo-bar disappears at 0 or 100. I would very appreciate it.
Thanks,
Dazzle
When it's stable, I'll upload it to the trunk. Running short on time, so hoping I'll be soon :)
I rebuilt to a skin system, but I had some of the same problems after the commit with texts not being shown where they were supposed to. Didn't have time to debug it, but I'll have another go tomorrow.
I've looked through things and don't see this anywhere, but is there an option for a druid mana bar (for when in feral forms).
It looks like there's an ace library for it, LibDruidMana, or what I used with ArcHUD, DruidBar. Given the regen changes coming with 2.4, I'd ideally have it use an ace library that would at least theoretically get updated more quickly.
I've wanted to do this, but haven't had the time yet. Hopefully I'll have time for it soon enough :)
I'd be very happy with the simple arc you have... if you could just make it bend more :-)
Please Help
I've been working on another version for quite some time, so I actually can't remember everything about the old one. I recommend you try the alpha. The configuration isn't 100% and some features are missing, but I haven't encountered any run-time errors for some time.
Download: Alpha (1. mar 08)
Getting an error on login. I have deleted my previous saved variables, so there should be no legacy issues.
Logged on to an alt I hadn't in a long time, and mHUD overwrote most of the settings I had. It kept a couple of the dogtags, the number of bars, but changed the skin back to cArch and did some weird offset things wrere the up and to the left.
By the by, I was wondering if you had a chance to look at AceDBOptions-3.0 yet for profile support?
Thx :) I'll look into that, the skins load before AceDB-3.0, so it didn't find any profile for that char, and thus created a default one, called "profile", in other words, overwriting the one you already had for your other character... I'll fix it tomorrow if I have a chance :)