Download
(280Kb)
Download
Updated: 08-26-08 04:04 PM
Pictures
File Info
Updated:08-26-08 04:04 PM
Created:unknown
Downloads:10,330
Favorites:28
MD5:

Extended Unit Frames  Popular! (More than 5000 hits)

Version: r101
by: STFX [More]

stopped support because i am no longer playing wow. if someone wants to take over this addon he/she has my full assistance.


eUF (Extended Unit Frames) was made to upgrade the default Blizzard Unit Frames by important features like

  • focus frame
  • party target frames
  • party cast bars
  • class icons
  • highly modifyable status texts
  • zoomed-in buff icons
  • and much more

eUF uses the default Unit Frames and doesn’t create them by scratch that’s why its that much more lightweight than other Unit Frame addons.
It also uses LibDogTag-3.0 to format the status texts which makes them very adaptable.

All unit frames (player, target, focus, party, castbar) are movable too. Hint: They are already unlocked by default. If u want to reset the frame positions to default delete file WoW\WTF\Account\*accountname*\*servername*\*charname*\layout-cache.txt

Configuration can be found under Esc -> Interface Options -> AddOns or via /euf and /extendeduf.

r101

* Fixed typo in toc and config
---------------------------------------------------------------
r99

* Fixed status bar texture reset after logout/reload
---------------------------------------------------------------
r95

* Fixed party target visibility
* Disabled enlarged buffs/debuffs because it does not work without own buff anchoring
---------------------------------------------------------------
r94

* Fixed display of status text when unit is dead
* Fixed zoomed in buff icons for player
---------------------------------------------------------------
r93

* Fixed memory leak due bad function hooking
* Fixed TextStatusBar_UpdateTextString taint error
* Fixed health bar color on disconnect
* Fixed display of focus dead text
---------------------------------------------------------------
r89

* Fixed assigning focus frame debuffs to target frame
---------------------------------------------------------------
r88

* Fixed taint errors now properly with still being able to click on the frames for menu or target functions
* Added support for gradient health bars
* Added full hp color, medium hp color and empty hp color to options
* Added preview of textures to options
---------------------------------------------------------------
r86

* Fixed taint errors
* Added option for buff/debuff size
* Added edge display of buff/debuff cooldown introduced in 2.4.3
---------------------------------------------------------------
r71

* Added option for small status text outline
---------------------------------------------------------------
r70

* Fixed texture display bug after logout
---------------------------------------------------------------
r69

* Fixed bug when clicking on party target health/mana bar
---------------------------------------------------------------
r68

* Fixed target class icon
---------------------------------------------------------------
r67

* Added target/focus/party class icons
* Fixed /euf lock
---------------------------------------------------------------
r66

* Added target/focus/party cast bar icons to zoomed in icon display function
* Fixed focus status text visibility
* Fixed party cast bar visibility
* Added player cast bar to the movable unit frames
---------------------------------------------------------------
r64

* Changed party pet frame layout to something without a mana bar because the mana bar wont be shown anyways
* Added party cast bars
* Added options for target/focus/party cast bar visibility
* Added options for player/target/pet/focus/party status text visibility
* Fixed party pet health bar texture
* Changed party target frame layout
* Added option for zoomed in buff/debuff icons
* Added version number to savedvariables to be able to handle old versions as from now
* Changed update function so after changing settings only the affected visuals have to be reloaded
* Added a few more textures
* Removed focus frame and party target frame scale option
* Added possibility to move the party frames with party member 2-4
---------------------------------------------------------------
r54

* Changed status text display method which provides much cleaner code and some status text bug fixes
* Added party and pet status texts
* Fixed focus frame buff / debuff size
* Changed target of focus frame visibility to reflect bliz default UI style
---------------------------------------------------------------
r52

* Fixed bug when joining a group while in combat
* Corrected display when moving the mouse over focus frame health and mana bar
---------------------------------------------------------------
r51

* Added option to hide focus frame and target of party frame
* Changed focus frame and target of party frame anchors
* Changed focus frame default position
Optional Files (0)


Post A Reply Comment Options
Unread 06-21-08, 10:44 AM  
qwksilver
A Kobold Labourer

Forum posts: 0
File comments: 48
Uploads: 0
continued

i can see part of my answer in http://wowace.com/wiki/LibDogTag-3.0.

however: i would still need the two extra anchor's per frame
player right, target left, focus left, tot right, ftot right, pet right, party right, etc.

right now all those frames have the two for HP and MP centered in each frame. i can not see how to have part in one place and part in another.

i get these features now with SimpleUnitFrames + FocusFrame. I like the more universal implementation, and the ability to get rid of two mods for one. without these features it just doesn't cut it yet.

also see libstickyframes i think, or bongos as example. it would be nice to have some alignment tools for the frames to be able to make it look cleaner.
Report comment to moderator  
Reply With Quote
Unread 06-21-08, 07:48 AM  
STFX
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 47
Uploads: 3
Originally posted by kaimox
This is a great mod. It has everything I want and is still small enough and easy to configure.
Just one thing thats really bugging me:
For health/mana you use a white font with a black outline. Result: it's not possible to see the background anymore, so I don't see how much health is left. I see the green line with full health and I see the last third, but not the area where the numbers are over, because the green background is not visible there.
It's a pain if you can't see large parts of your healthbar anymore ...
Do you understand what I mean?

Simple unitframes (and also Mobinfo2), which I used before, uses a white font without outline and its no problem to see the background colour through that. It even has an option to choose among fonts. A choice would be nice, but not really necessary - a font without outline would be enough. White on green or white on blue is easy readable without the outline.

Is there a way I can change the font myself? I don't know lua but I can read code. But I did'nt find any font definition in your code.

@qwksilver: have a look at http://wowace.com/wiki/LibDogTag-3.0
eUF uses the default unit frame font which is already implemented in bliz ui thats the reason u cant find any font definitions. i am currently trying to implement an option for status text display without outline.

EDIT: added in r71
Last edited by STFX : 06-21-08 at 08:42 AM.
Report comment to moderator  
Reply With Quote
Unread 06-21-08, 05:34 AM  
kaimox
A Fallenroot Satyr

Forum posts: 25
File comments: 100
Uploads: 0
This is a great mod. It has everything I want and is still small enough and easy to configure.
Just one thing thats really bugging me:
For health/mana you use a white font with a black outline. Result: it's not possible to see the background anymore, so I don't see how much health is left. I see the green line with full health and I see the last third, but not the area where the numbers are over, because the green background is not visible there.
It's a pain if you can't see large parts of your healthbar anymore ...
Do you understand what I mean?

Simple unitframes (and also Mobinfo2), which I used before, uses a white font without outline and its no problem to see the background colour through that. It even has an option to choose among fonts. A choice would be nice, but not really necessary - a font without outline would be enough. White on green or white on blue is easy readable without the outline.

Is there a way I can change the font myself? I don't know lua but I can read code. But I did'nt find any font definition in your code.

@qwksilver: have a look at http://wowace.com/wiki/LibDogTag-3.0
Last edited by kaimox : 06-21-08 at 05:37 AM.
Report comment to moderator  
Reply With Quote
Unread 06-21-08, 03:06 AM  
qwksilver
A Kobold Labourer

Forum posts: 0
File comments: 48
Uploads: 0
idea's

first: what are the options to go in texts.
second: i use MobHealth3, is there a way to place that information on the frames, i usually put in player health the fractionalhp, then the percentage to the right of the frame, same for mana, then on the target the reverse (percentage to left of frame) same look for focus would be good
and pet is deficit based or whatever.
Report comment to moderator  
Reply With Quote
Unread 06-19-08, 11:15 AM  
STFX
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 47
Uploads: 3
Originally posted by ronjon
Using r69 and my statusbar texture always revert to blizzard after log out, even though in the menu it still has a check mark beside the texture I specified before.
fixed in r70
Report comment to moderator  
Reply With Quote
Unread 06-19-08, 08:27 AM  
ronjon
A Kobold Labourer
 
ronjon's Avatar

Forum posts: 0
File comments: 43
Uploads: 0
Using r69 and my statusbar texture always revert to blizzard after log out, even though in the menu it still has a check mark beside the texture I specified before.
Report comment to moderator  
Reply With Quote
Unread 06-16-08, 02:25 AM  
STFX
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 47
Uploads: 3
Originally posted by paard
This is an excellent mod! I love the look of the standard UnitFrames, but it needs improvements

I was wondering if you could get the classicon to use the same border as Trav used in his outdated mod Trav's Unit Frame Extensions.
It fits better in the overall look of the frames.
thanks. well i already thought about that but i am very busy irl so it wont happen atm.
Report comment to moderator  
Reply With Quote
Unread 06-14-08, 05:10 AM  
paard
A Murloc Raider

Forum posts: 4
File comments: 8
Uploads: 0
This is an excellent mod! I love the look of the standard UnitFrames, but it needs improvements

I was wondering if you could get the classicon to use the same border as Trav used in his outdated mod Trav's Unit Frame Extensions.
It fits better in the overall look of the frames.
Report comment to moderator  
Reply With Quote
Unread 06-05-08, 07:52 AM  
STFX
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 47
Uploads: 3
Originally posted by Ajuga
Hey, I played around with r64 and it's coming along nicely. I just wanted to say that the party targets are not the same scale as the party members. Also, cast bars could use a little height - it's hard to see the text too.
uhm r66 is already out for a while.

1) party target size is intended (imho it should not be equal to party layout).

2) its hard to increase just the party castbar height coz that would stretch the texture and would not look good. i guess i have to make my own texture though thats kinda cumbersome.
Report comment to moderator  
Reply With Quote
Unread 06-04-08, 03:14 PM  
Ajuga
A Kobold Labourer

Forum posts: 1
File comments: 27
Uploads: 0
Hey, I played around with r64 and it's coming along nicely. I just wanted to say that the party targets are not the same scale as the party members. Also, cast bars could use a little height - it's hard to see the text too.
Report comment to moderator  
Reply With Quote
Unread 05-29-08, 08:46 AM  
STFX
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 47
Uploads: 3
Originally posted by Fiorina
How to reset positions of the Unit Frames to default?
Even if delete eUF addon and related file from savedvariables folder, the positions of unit frames remain where they was with euf addon enabled.
i will add such an option to eUF. anyways if u want to reset it by hand right now delete WoW\WTF\Account\*accountname*\*servername*\*charname*\layout-cache.txt
Report comment to moderator  
Reply With Quote
Unread 05-29-08, 08:37 AM  
Fiorina
A Kobold Labourer

Forum posts: 0
File comments: 9
Uploads: 0
How to reset positions of the Unit Frames to default?
Even if delete eUF addon and related file from savedvariables folder, the positions of unit frames remain where they was with euf addon enabled.
Report comment to moderator  
Reply With Quote
Unread 05-27-08, 05:26 AM  
zirka
A Kobold Labourer

Forum posts: 1
File comments: 14
Uploads: 0
Yes, class icons on/off option will be nice and i think that a possibility to move default player cast bar will suits ppl that use this frames.

BR
Last edited by zirka : 05-27-08 at 05:27 AM.
Report comment to moderator  
Reply With Quote
Unread 05-24-08, 05:43 AM  
STFX
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 47
Uploads: 3
Re: Nice looking Mod

Originally posted by Therigwin
[...] the one thing I am going to miss that Party Target had was class icons on the portraits. Get that and I am sold.
added to my todo list
Report comment to moderator  
Reply With Quote
Unread 05-23-08, 04:24 PM  
Therigwin
A Murloc Raider
 
Therigwin's Avatar
AddOn Author - Click to view AddOns

Forum posts: 7
File comments: 44
Uploads: 1
Nice looking Mod

Have been looking for a replacement for Party Target as the mod author promised an update and nothing happened. Tired of the cast bars he has in that mod not looking right.

This has some promise, the one thing I am going to miss that Party Target had was class icons on the portraits. Get that and I am sold.

Right now I think I am going to just use Party Target with Focus Frame.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: