Thread Tools Display Modes
05-31-11, 12:12 PM   #981
Mischback
A Cobalt Mageweaver
 
Mischback's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2009
Posts: 221
Working on something "minimal" atm.

I know, you won't consider it minimal, since there is some artwork in it and the font-selection may not be everyones taste, but the coding is minimal, since all oUF-styling functions are really really similar (calling abstract functions to create the general look and feel).

I would like some feedback, what do you think about font-selection, placement of names/hp values, styling of the buffs and general look?
Attached Thumbnails
Click image for larger version

Name:	Splash_PREVIEW01.jpg
Views:	795
Size:	173.8 KB
ID:	6216  
__________________
 
05-31-11, 01:07 PM   #982
nelothi
An Aku'mai Servant
AddOn Compiler - Click to view compilations
Join Date: Jul 2008
Posts: 36
Originally Posted by Mischback View Post
Working on something "minimal" atm.

I know, you won't consider it minimal, since there is some artwork in it and the font-selection may not be everyones taste, but the coding is minimal, since all oUF-styling functions are really really similar (calling abstract functions to create the general look and feel).

I would like some feedback, what do you think about font-selection, placement of names/hp values, styling of the buffs and general look?
Im not sure i like the health bar texture you are using. mainly because its a flat square with a rounded gloss on it. it just seems odd. im also not to sure why the far right frame is up so high. its just a personal gripe, but i like symmetry.

also, i would stretch the player/target frames out just a bit, or take the height down a bit. I cant tell because of the SS being of just the area with unit frames (as opposed to a full screen shot). but they seem either too tall, or too narrow for my likes.
 
05-31-11, 01:51 PM   #983
Mischback
A Cobalt Mageweaver
 
Mischback's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2009
Posts: 221
The "offsetted" frame is focus, it's of course movable and was just thrown there...

The bar-texture is not flat, it's a very smooth gradient, keeping it very simple.

As far as sizes are concerned: These are really easy adjustable, as I said, all frames use nearly the same functions (at least the creation is done with one function), so the size is a parameter which is read from the config.
__________________
 
05-31-11, 03:03 PM   #984
Lily.Petal
A Molten Giant
 
Lily.Petal's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2010
Posts: 540
Party Frames are up ;D I still need to make the border color to threat, but other then that it's done.
Attached Thumbnails
Click image for larger version

Name:	WoWScrnShot_053111_113101.jpg
Views:	794
Size:	1.64 MB
ID:	6217  Click image for larger version

Name:	WoWScrnShot_053111_111232.jpg
Views:	755
Size:	605.5 KB
ID:	6218  
__________________

Aggro Color to KG Panels Borders - Nibelheim
Lua Based UI Hider - Nibelheim
Custom LUA PowerText - Stuf - Nibelheim, Seerah
 
05-31-11, 03:21 PM   #985
Lordyfrb
A Cliff Giant
AddOn Author - Click to view addons
Join Date: Apr 2008
Posts: 71
Looking good Lily

But noticed your party's hp bar's border is over lapping the portraits border, is this intentional, coz it doesn't look right?
__________________
 
05-31-11, 03:39 PM   #986
ravagernl
Proceritate Corporis
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 1,176
Originally Posted by Lily.Petal View Post
Hm, I was trying to keep the 2x2 spacing between everything uniform; what you are saying is have one of the action bars be at 3x3 so that it is uniform with the way the unitframes slant inward?
No I actually meant 2x6, 3x3(or 3x4), 2x6. I agree about the spacing between the actionbars however
 
05-31-11, 03:40 PM   #987
Lily.Petal
A Molten Giant
 
Lily.Petal's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2010
Posts: 540
Originally Posted by Lordyfrb View Post
Looking good Lily

But noticed your party's hp bar's border is over lapping the portraits border, is this intentional, coz it doesn't look right?
Saw that when I posted and went ewww. No, I fixed it~

Originally Posted by mrruben5 View Post
No I actually meant 2x6, 3x3(or 3x4), 2x6. I agree about the spacing between the actionbars however
<-- confused easily. :>
__________________

Aggro Color to KG Panels Borders - Nibelheim
Lua Based UI Hider - Nibelheim
Custom LUA PowerText - Stuf - Nibelheim, Seerah
 
05-31-11, 03:51 PM   #988
Greevir
A Cyclonian
 
Greevir's Avatar
AddOn Compiler - Click to view compilations
Join Date: Apr 2009
Posts: 45
Originally Posted by Lily.Petal View Post
Saw that when I posted and went ewww. No, I fixed it~



<-- confused easily. :>
I think he is saying add some action bars so the action bar area, is even with the unit frames like the following:

EDIT: Made a black outline box... wow i'm pro... hopefully you can see it though, lulz. I like it better the way you have it though.

EDIT2: Also, now that I look closer, you may want to shorten the text field on the ToT. It looks like it is overlapping the border just a bit.
Attached Thumbnails
Click image for larger version

Name:	Lily.jpg
Views:	720
Size:	1.11 MB
ID:	6219  

Last edited by Greevir : 05-31-11 at 03:54 PM.
 
06-01-11, 04:49 AM   #989
Oraknathal
A Flamescale Wyrmkin
 
Oraknathal's Avatar
Join Date: Sep 2010
Posts: 143
Originally Posted by Mischback View Post
Working on something "minimal" atm.

I know, you won't consider it minimal, since there is some artwork in it and the font-selection may not be everyones taste, but the coding is minimal, since all oUF-styling functions are really really similar (calling abstract functions to create the general look and feel).

I would like some feedback, what do you think about font-selection, placement of names/hp values, styling of the buffs and general look?
how did you make the debuffs that arent yours grey??
 
06-01-11, 07:39 AM   #990
Mischback
A Cobalt Mageweaver
 
Mischback's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2009
Posts: 221
Originally Posted by Oraknathal View Post
how did you make the debuffs that arent yours grey??
Using oUF's aura-module, having a PostUpdate-function attached to target's debuffs which checks, if the buff is mine, else it is desaturated with

texture:SetDesaturated(true)
__________________
 
06-01-11, 04:44 PM   #991
Oraknathal
A Flamescale Wyrmkin
 
Oraknathal's Avatar
Join Date: Sep 2010
Posts: 143
Originally Posted by Mischback View Post
Using oUF's aura-module, having a PostUpdate-function attached to target's debuffs which checks, if the buff is mine, else it is desaturated with

texture:SetDesaturated(true)
is that only for ouf or is there a way to get stuf to do that?
 
06-01-11, 05:43 PM   #992
Dawn
A Molten Giant
 
Dawn's Avatar
AddOn Author - Click to view addons
Join Date: May 2006
Posts: 918
Originally Posted by Oraknathal View Post
is that only for ouf or is there a way to get stuf to do that?
Probably very possible if you modify STUF's aura code, since lua is lua.
__________________
Rock: "We're sub-standard DPS. Nerf Paper, Scissors are fine."
Paper: "OMG, WTF, Scissors!"
Scissors: "Rock is OP and Paper are QQers. We need PvP buffs."

"neeh the game wont be remembered as the game who made blizz the most money, it will be remembered as the game who had the most QQ'ers that just couldnt quit the game for some reason..."

 
06-01-11, 09:00 PM   #993
Lily.Petal
A Molten Giant
 
Lily.Petal's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2010
Posts: 540
Originally Posted by Dawn View Post
Probably very possible if you modify STUF's aura code, since lua is lua.
WTB a way to get SBF to do that.
__________________

Aggro Color to KG Panels Borders - Nibelheim
Lua Based UI Hider - Nibelheim
Custom LUA PowerText - Stuf - Nibelheim, Seerah
 
06-01-11, 09:14 PM   #994
Oraknathal
A Flamescale Wyrmkin
 
Oraknathal's Avatar
Join Date: Sep 2010
Posts: 143
Originally Posted by Lily.Petal View Post
WTB a way to get SBF to do that.
thats what i mean aswell i want to know how to do it for sbf.
that would be amazing.
 
06-01-11, 09:15 PM   #995
Oraknathal
A Flamescale Wyrmkin
 
Oraknathal's Avatar
Join Date: Sep 2010
Posts: 143
[quote=Dawn;238587]Probably very possible if you modify STUF's aura code, since lua is lua. [/QUOte

I dont know if you can but do you know where to place the code to make the buffs like that?
 
06-02-11, 02:20 AM   #996
Lily.Petal
A Molten Giant
 
Lily.Petal's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2010
Posts: 540
[quote=Oraknathal;238603]
Originally Posted by Dawn View Post
Probably very possible if you modify STUF's aura code, since lua is lua. [/QUOte

I dont know if you can but do you know where to place the code to make the buffs like that?
Try making a different thread for this ;D
__________________

Aggro Color to KG Panels Borders - Nibelheim
Lua Based UI Hider - Nibelheim
Custom LUA PowerText - Stuf - Nibelheim, Seerah
 
06-02-11, 10:46 AM   #997
ravagernl
Proceritate Corporis
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 1,176
Originally Posted by Lily.Petal View Post
<-- confused easily. :>
Originally Posted by Greevir View Post
I think he is saying add some action bars so the action bar area, is even with the unit frames like the following...
Something like the following - I have 1337 photo-shopping skills
You could have a bar there with various spells and/or items/potions/bandages which you don't necessarily keybind.

EDIT: The text also looks better if you remove the shadow and set MONOCHROME,OUTLINE as font style.
Attached Thumbnails
Click image for larger version

Name:	lili.petal.jpg
Views:	688
Size:	206.0 KB
ID:	6221  
 
06-02-11, 10:51 AM   #998
Lily.Petal
A Molten Giant
 
Lily.Petal's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2010
Posts: 540
Originally Posted by mrruben5 View Post
Something like the following - I have 1337 photo-shopping skills
You could have a bar there with various spells and/or items/potions/bandages which you don't necessarily keybind.

EDIT: The text also looks better if you remove the shadow and set MONOCHROME,OUTLINE as font style.
ooh I like this, hopefully my BF skin is able to be scaled to that height though.
I will try this right meow.

Also, I am just using OUTLINE style atm, only the cast bar has a backrop shadow since I am using quartz :< Maybe I should just Stuf's own cast bar.

I (personally) prefer it just the normal shadow without MONOCHROME, but will try it once again and post opinions :>

EDIT: BF and bartender sucks at scaling down xD I would probably need to go into my BF and scale everything down in half.

EDIT2: I could always just make a Panel for those buttons I guess. What were your measurements for them?
__________________

Aggro Color to KG Panels Borders - Nibelheim
Lua Based UI Hider - Nibelheim
Custom LUA PowerText - Stuf - Nibelheim, Seerah

Last edited by Lily.Petal : 06-02-11 at 11:21 AM.
 
06-02-11, 05:01 PM   #999
ravagernl
Proceritate Corporis
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 1,176
Originally Posted by Lily.Petal View Post
EDIT2: I could always just make a Panel for those buttons I guess. What were your measurements for them?
From the top of my head they are 22px both in width and height, border included.

EDIT: IT'S OVER ONE THOUSAND!

Last edited by ravagernl : 06-03-11 at 07:11 AM.
 
06-03-11, 02:19 PM   #1000
Aftermathhqt
A Molten Giant
 
Aftermathhqt's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2009
Posts: 784
Finally got that damn threat working on my oUF like i wanted. Let me know what you think

 

WoWInterface » AddOns, Compilations, Macros » UI Screenshots, Feedback and Design Discussion » UI Feedback Thread


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off