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,541
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 09-27-09, 08:16 PM  
deke913
A Deviate Faerie Dragon
 
deke913's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 13
File comments: 49
Uploads: 2
digital sexiness. well done.
Report comment to moderator  
Reply With Quote
Unread 09-28-09, 08:58 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Hi Maul.

Since 3.0 or 3.1 WoW allows 2048px textures. So you could make a texture that is 2048x2048 px in size. (Atleast I guess so)

If one of your orb textures is 128x128 this leaves place for 16x16 texture files.
So 256 textures in just one texture file. Maybe that's enough for your plasma sequence.

I used the same technique in one of my first animation tests aswell.
http://www.wowinterface.com/download...07-Disco2.html

But what really bothered me was the onUpdate. To make this smooth your update timer needs to be really fast and you need a lot of graphics. And since the limitation of space the orbs cannot be that high quality aswell.

What I'm currently using (since m2 animation fogs seem to not work anymore) is a simple rotation that takes advantage of the Blizzard animationgroups. You only need one texture and everything else gets calculated on speed, alpha and degrees.

Good to see someone else working on animation stuff aswell
__________________
| 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 : 09-28-09 at 08:59 AM.
Report comment to moderator  
Reply With Quote
Unread 09-28-09, 09:24 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
Hi Maul.

Since 3.0 or 3.1 WoW allows 2048px textures. So you could make a texture that is 2048x2048 px in size. (Atleast I guess so)

If one of your orb textures is 128x128 this leaves place for 16x16 texture files.
So 256 textures in just one texture file. Maybe that's enough for your plasma sequence.

I used the same technique in one of my first animation tests aswell.
http://www.wowinterface.com/download...07-Disco2.html

But what really bothered me was the onUpdate. To make this smooth your update timer needs to be really fast and you need a lot of graphics. And since the limitation of space the orbs cannot be that high quality aswell.

What I'm currently using (since m2 animation fogs seem to not work anymore) is a simple rotation that takes advantage of the Blizzard animationgroups. You only need one texture and everything else gets calculated on speed, alpha and degrees.

Good to see someone else working on animation stuff aswell
Wow, thanks =)

I did try to work with the animation API, but was not comfortable enough with them. I tweaked my OnUpdates so that at least on my system, I could run the frames with no appreciable loss in FPS.

Perhaps if I get back into the addon game again, I will tackle the animation API

And thanks for the info. I did not know that and that certainly is good info to know!
__________________

Twitter: @IonMaul | Windows Live: [email protected] | Google Talk: [email protected]
Report comment to moderator  
Reply With Quote
Unread 10-03-09, 04:57 AM  
kasca
A Frostmaul Preserver

Forum posts: 288
File comments: 204
Uploads: 0
I love your orbs!!

Question how do you move the target frame <witch is also cool> and the target of target?
Report comment to moderator  
Reply With Quote
Unread 10-03-09, 11:04 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 kasca
I love your orbs!!

Question how do you move the target frame <witch is also cool> and the target of target?
Alt-drag the frames.
__________________

Twitter: @IonMaul | Windows Live: [email protected] | Google Talk: [email protected]
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
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-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-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 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 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 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 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, 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-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
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.