Download
(8MB)
Download
Updated: 11-29-11 09:38 AM
Pictures
File Info
Updated:11-29-11 09:38 AM
Created:09-27-09 02:51 PM
Downloads:4,537
Favorites:11
MD5:

Orb Unit Frames

Version: 40300.beta1
by: Maul [More]

PLEASE NOTE: THIS IS AT BEST A BETA QUALITY ADDON.
DO NOT USE IT UNLESS YOU UNDERSTAND WHAT THAT MEANS.


I have always been very dissatisfied with the rectangular madness that is the predominant Unit Frame addon. Rectangles are practical, I agree, but aesthetically I have always had a fondness of circles in my UI.

I then came across Zork's oUF_D3Orbs. Which are very cool and much of my own addon is based on it as far as concept goes. However, I wanted more orbs! I wanted every unitframe to be an orb.

So I embarked on my own experimentation and found a very efficient way to use standard textures to animate the orbs while also creating all unit frames in orb-form.

This addon is not intended to become a release-level unit frame addon, but to introduce what I have done. Much of it's current code is redundant and not refined. I would love nothing more than for someone else to take off on what I am doing here, like I did with Zork's concept, to make a full-blown orb unit frame addon.

There are some options in the Orbs main menu. More are to come. Also there is a slash command /orbs to enter/leave config mode. To move a unit frame enter config mode and alt-drag the frame.

My plans are to eventually release a solid beta version that can be configured beyond the initial install but not offer a gazillion configuration options.

40300.beta1
-updated for 4.3
-made many small tweaks and changes since the last version.
-updating due to Diablo III being prominent.


40000.beta3
- Added more options to resize/scale.
- Added a Druid eclipse bar and a paladin holy power bar.
- Moved the DeathKnight rune bar to the player frame.

40000.beta2
- Fixed an issue with role assignments.
- Cleaned up the static animation so it was no so dark sometimes.
- Hides the new Blizzard raid frames.

40000.beta1
- I have been slowly updating the code and addressing bugs.

30300.1 *very beta*

Okay, I changed some things since it was known as "Plasma" -

- I removed most of the Diablo 3 art and focused on purely the Orb feel.
- I added 7 new animations. The animations are -

Bubbles
Energy
Plasma
Rain
Smoke
Snow
Sprites
Water

I trashed the old config options and starting to build new ones. The current option to enable/disable units is not stable.
Post A Reply Comment Options
Unread 02-12-11, 09:26 AM  
ufgunk
A Defias Bandit
 
ufgunk's Avatar

Forum posts: 2
File comments: 1
Uploads: 0
Hide player & pet frames

Trinity user and macaroon user right from day one. I have to say amazing work Maul.

I have been eyeing up your unit frames for sometime now and have finally replaced my unit frame add-on with Orb unit frames and incorporated it with my interface. I think I'm pretty happy with it all so far.

Here is my question, I'm wondering if there are some simple lines of code I code add to normally hide the player and pet frame but show frames upon targeting a unit.

Just looking for away to clean up my screen when not targeting or in combat.

Any suggestions would be much appreciated, thanks in advance
Report comment to moderator  
Reply With Quote
Unread 12-06-10, 02:47 PM  
cmv1087
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
I'm just curious if this is still something you're working on. I've been wanting this sort of unit frames addon for ages now (even have a mental picture of how I'd set it up!) so I was more than a little interested when I saw this. It seems that no updates have been done to for a little while, though?

I've been tempted to try my hand at it myself, but it seems a daunting task, particularly given that I know no LUA and such. :s
Report comment to moderator  
Reply With Quote
Unread 10-27-10, 12:21 PM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
Report comment to moderator  
Reply With Quote
Unread 10-26-10, 12:02 PM  
lodewijk
A Deviate Faerie Dragon

Forum posts: 13
File comments: 120
Uploads: 0
great to see the circle/orb idea has been picked up again for now! let's see how far you're willing to take it and who shall pick it up next. 1 request tho, is there any chance to have my own health/mana(rage/energy/etc) on one side (left in my case) and targets health/mana(rage/energy/etc) on the other side? that would make this addon THE addon of choice as far as unit frames go.

edit: maybe even make bars in set-up mode auto-center like the bars in macaroon! do.
Last edited by lodewijk : 10-26-10 at 12:04 PM.
Report comment to moderator  
Reply With Quote
Unread 10-26-10, 11:38 AM  
Maul
Ion Engines, Engage!
 
Maul's Avatar
AddOn Author - Click to view AddOns

Forum posts: 401
File comments: 157
Uploads: 14
Originally posted by zork
You are the orb-maniac. I could not stand with that many orbs.


Guilty as charged!

Maul I have a tip for you since you use animations aswell.

Cataclysm introduced "SetDisplayInfo" and I wrote a modelviewer to show all the current models. That gave me the opportunity to find out that the fogs are back in town.

If you want to get a quick view on the fogs check Seerahs mod, he is using the SetDisplayIDs I found:
http://www.wowinterface.com/download...bientAura.html

Fogs are constantly moving model files in different colors available. They need no onUpdate, they look awesome, they are circular...they are perfect!

But, just a tipp.

Wait a few days, I will have a testmod up and running by then.

Complete list of all model files as csv:
http://code.google.com/p/rothui/downloads/list

Look out for "cloud".
I shall look forward to more orby goodness, thanks!
__________________

Twitter: @IonMaul | Windows Live: [email protected] | Google Talk: [email protected]
Report comment to moderator  
Reply With Quote
Unread 10-26-10, 09:37 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
You are the orb-maniac. I could not stand with that many orbs.

Maul I have a tip for you since you use animations aswell.

Cataclysm introduced "SetDisplayInfo" and I wrote a modelviewer to show all the current models. That gave me the opportunity to find out that the fogs are back in town.

If you want to get a quick view on the fogs check Seerahs mod, he is using the SetDisplayIDs I found:
http://www.wowinterface.com/download...bientAura.html

Fogs are constantly moving model files in different colors available. They need no onUpdate, they look awesome, they are circular...they are perfect!

But, just a tipp.

Wait a few days, I will have a testmod up and running by then.

Complete list of all model files as csv:
http://code.google.com/p/rothui/downloads/list

Look out for "cloud".
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
Last edited by zork : 10-26-10 at 09:44 AM.
Report comment to moderator  
Reply With Quote
Unread 10-23-10, 06:23 PM  
Zanier
A Defias Bandit
 
Zanier's Avatar

Forum posts: 2
File comments: 9
Uploads: 0
Smile Maul, I think this would be great for warlocks!

I have been running ForteX since the patch, since NecrosisLDC isn't tready yet, and I came across your add-on long time ago, when I was searching for a 'Lock specific UI, and thought this has such a cool, "Locky" look to it that I am eager to see how it does since the patch.
I mostly play my 'Lock, so as you can guess, I have a lot of stuff on my screen, and thought this would give me back some screen real estate, what size screen is best to use with this, and/or, is it scaleable? I am glad I revisited your add-on, and I am looking forward to using it to see how it interfaces with the rest of my "Locky" stuff, lolz!

p.s. It kinda reminds me of the UI in early Diablo, where I played a Necromancer!
Last edited by Zanier : 10-23-10 at 06:25 PM.
Report comment to moderator  
Reply With Quote
Unread 10-23-10, 12:24 PM  
Maul
Ion Engines, Engage!
 
Maul's Avatar
AddOn Author - Click to view AddOns

Forum posts: 401
File comments: 157
Uploads: 14
Re: orb focus

Originally posted by corithna
Great job on this so far. I absolutely love the visual effects available and the general feel this adds to my customized UI. I do seem however to be unable to set my focus while using these frames, thus rendering my focus macros on my hunter useless. With a few more features (focus support, width/height adjustments, pet target, focus target), this project would become my exclusive frames add on, much the same as trinity/macaroon has done for my bars. Thanks again for all the years of work you've put into these.
Oh wow, a new comment!

The focus frame is attached to the target frame on the mana orb and just this second I verified it is working on my end. It is not movable right now however such options could certainly be forthcoming. This is an addon I work slowly on. I myself use it as my primary unit frame as well.

This morning I just fixed an issue with group roles as a Blizzard function changed that I just found out about and I plan on implementing the new secure aura headers for the player frame as well as making the aura buttons skinnable via button facade. I do also have plans to be able to adjust the spacing of all elements.

But now that I know at least one other person wants to use it as their main unit frame, I may work a bit more on it
__________________

Twitter: @IonMaul | Windows Live: [email protected] | Google Talk: [email protected]
Report comment to moderator  
Reply With Quote
Unread 10-23-10, 12:01 PM  
corithna
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
orb focus

Great job on this so far. I absolutely love the visual effects available and the general feel this adds to my customized UI. I do seem however to be unable to set my focus while using these frames, thus rendering my focus macros on my hunter useless. With a few more features (focus support, width/height adjustments, pet target, focus target), this project would become my exclusive frames add on, much the same as trinity/macaroon has done for my bars. Thanks again for all the years of work you've put into these.
Report comment to moderator  
Reply With Quote
Unread 03-19-10, 11:12 AM  
Plexy
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Is there a way to make this addon just show the orbs for your party mates?
Report comment to moderator  
Reply With Quote
Unread 02-07-10, 08:27 PM  
Disco Stan
A Kobold Labourer

Forum posts: 0
File comments: 19
Uploads: 0
Hey maul, you might remember me from macaroon, I've been using your bars for years and I love your work. I am interested in helping with the development of this addon but to be frank I dont know much about mod creation. I think this mod can be really great, if I can get my head around the syntax of this. (I have experience coding in java, c+ and c#)
Report comment to moderator  
Reply With Quote
Unread 10-16-09, 06:59 PM  
kasca
A Frostmaul Preserver

Forum posts: 288
File comments: 204
Uploads: 0
HIyas.. is there away of makeing the target bars larger?
Report comment to moderator  
Reply With Quote
Unread 10-15-09, 02:52 AM  
zatoshi
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Position

hi, when i use Alt-drag and close the wow, the position of UF didn't save. I try use the LUA but is some complicated ^^.
Report comment to moderator  
Reply With Quote
Unread 10-11-09, 12:53 AM  
Aurorablade
A Deviate Faerie Dragon
 
Aurorablade's Avatar
AddOn Author - Click to view AddOns

Forum posts: 16
File comments: 88
Uploads: 2
Originally posted by Aurorablade
Has anyone had issues with the health orbs not updateing the texture right, and by that i mean instead of shrinking it, it kind of smears upward, my Manaorbs work fine...
NM fixed.
Report comment to moderator  
Reply With Quote
Unread 10-11-09, 12:47 AM  
Aurorablade
A Deviate Faerie Dragon
 
Aurorablade's Avatar
AddOn Author - Click to view AddOns

Forum posts: 16
File comments: 88
Uploads: 2
Has anyone had issues with the health orbs not updateing the texture right, and by that i mean instead of shrinking it, it kind of smears upward, my Manaorbs work fine...
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.