Thread Tools Display Modes
09-13-10, 07:36 AM   #3521
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2008
Posts: 1,740
Currently trying to gather ideas for a ring ui. Based on circluar unitframes and a circlular minimap. But it's kind of hard to make it look "shiny" in a rectangular environment. You have to blend a lot of stuff with rounded textures.



Not even sure how to add strings to that. Some stuff can be put into the tooltip but ... yeah.
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
 
09-13-10, 07:50 AM   #3522
Led ++
A Frostmaul Preserver
 
Led ++'s Avatar
AddOn Author - Click to view addons
Join Date: Jan 2009
Posts: 254
Meh, new UI again. Simple design tho.

idle with bags + actionbars on mouseover. Pet bar shows when pet is out ofcourse
http://img12.abload.de/img/enb2010_9..._57_23c8xm.png

random combat with castbarz
http://img12.abload.de/img/enb2010_9..._13_17njjg.png

party
http://img12.abload.de/img/enb2010_9..._25_447vzr.png

Still finding a good way for party frames and placement.
__________________
 
09-13-10, 08:57 AM   #3523
Larzzon6
A Defias Bandit
Join Date: Sep 2010
Posts: 2
Originally Posted by Leitka View Post
Not really much of an update since the last pictures I posted, just darkened some things slightly, added a bit more color and desaturated my icons more for aesthetic preferences. Swapped back to LitePanels over KGPanels and threw in an AFK timer for fun :P

New bar skin too. Not all that different, nearly identical to the normal one (LeiB.tga) except for the arced secondary gradient. Personally like the extra bit of flair it adds to that region, since my UI as a whole is very rectangular.

If you will post a download link to that you will be my god!
 
09-13-10, 09:09 AM   #3524
Dawn
A Molten Giant
 
Dawn's Avatar
AddOn Author - Click to view addons
Join Date: May 2006
Posts: 918
Originally Posted by zork View Post
Currently trying to gather ideas for a ring ui. Based on circluar unitframes and a circlular minimap. But it's kind of hard to make it look "shiny" in a rectangular environment. You have to blend a lot of stuff with rounded textures.



Not even sure how to add strings to that. Some stuff can be put into the tooltip but ... yeah.
I would remove the background panels, don't think they are needed. The rings are awesome and standing out on their own.

I would show text information on mouseover. Bars are a good indicator on their own, if you need details, ... mouseover the unit. If anything show only Percent values for power and health without mouseover.

I would use a custom filter to only show important buffs/debuffs in a row or column next to the unit. I wouldn't make them go AROUND the unit, to much "roundiness" can become boring, imho.

What goes around the minimap? experience/reputation?

I would show the cast icon overlaying the portrait while casting.

Not sure what all the rings are for, but maybe get rid of some of the outer ones, to much borders shown at once can be quite distracting for the eye. Asuming these are allways shown. Maybe the most outer ring is the castbar and only shows when you cast... etc. Can't tell from the screenshot.

Anyway, I like it ... a lot! Bring it on, if you need help (guess not, but hey...), just tell me.
__________________
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..."

 
09-13-10, 10:06 AM   #3525
sacrife
An Onyxian Warder
 
sacrife's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2009
Posts: 384
Originally Posted by Led ++ View Post
Meh, new UI again. Simple design tho.

idle with bags + actionbars on mouseover. Pet bar shows when pet is out ofcourse
http://img12.abload.de/img/enb2010_9..._57_23c8xm.png

random combat with castbarz
http://img12.abload.de/img/enb2010_9..._13_17njjg.png

party
http://img12.abload.de/img/enb2010_9..._25_447vzr.png

Still finding a good way for party frames and placement.
Easier for me to understand with a more normal placement :P I like it, however I find it hard to read the chat without OutlineMonochrome. And are the portraits really needed for party frames?
__________________

 
09-13-10, 10:17 AM   #3526
Led ++
A Frostmaul Preserver
 
Led ++'s Avatar
AddOn Author - Click to view addons
Join Date: Jan 2009
Posts: 254
Originally Posted by sacrife View Post
Easier for me to understand with a more normal placement :P I like it, however I find it hard to read the chat without OutlineMonochrome. And are the portraits really needed for party frames?
Not really no, was just experimenting a bit with it. I don't really know what to do with party frames tbh.

And the chat, well yeah you're right, it depends a bit on the background you are. Might see if I can change it in PhanxChat. outline|monochrome like my UF's would be better. Same goes for SBF and sThreatMeter tho, I'm just clueless at lua.
__________________
 
09-13-10, 11:06 AM   #3527
sacrife
An Onyxian Warder
 
sacrife's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2009
Posts: 384
ChatFrame1:SetFont(font, fontsize, "OUTLINEMONOCHROME")
__________________

 
09-13-10, 11:40 AM   #3528
Led ++
A Frostmaul Preserver
 
Led ++'s Avatar
AddOn Author - Click to view addons
Join Date: Jan 2009
Posts: 254
Originally Posted by sacrife View Post
ChatFrame1:SetFont(font, fontsize, "OUTLINEMONOCHROME")
Cheers, was easier then I expected actually. Added an extra line to 'remove' the shadow you normally get tho.

http://www.abload.de/img/chatskiexbd.png

is the result. Thanks again. PM me if you know how to do the same with sThreatMeter2 and SBF! ^^
__________________
 
09-13-10, 11:59 AM   #3529
sacrife
An Onyxian Warder
 
sacrife's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2009
Posts: 384
Actually what I do is use a font addon which replaces all blizz fonts ingame with the fonts and setting of my choosing, and thus I only need to search for SetFont in the addons I have and replace with SetFontObject(), GameFontNormalSmall, etc etc.

Just search for SetFont in those addons, and edit the fonts used, if it's setFontObject just make it SetFont with the same settings as in chat, and with shadowoffset 0,0 as you said

*edit* I recommend nBuff from neav's ui, or I can send you my pixel modified version Just don't release it as it's modified for personal use only. (Someone correct me here if this is wrong and I wont send the file)
__________________

 
09-13-10, 12:45 PM   #3530
blkdrgn
A Warpwood Thunder Caller
 
blkdrgn's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2010
Posts: 91
Layout tweaks.

Just finished some layout touching up.. Comments welcome as always=)

***Yes I am aware the chat is different, but I dont have perfect sight, and its just easier for me to read with a standard font..**
Attached Thumbnails
Click image for larger version

Name:	layoutshot2.jpg
Views:	914
Size:	738.7 KB
ID:	4824  
__________________
Missconfused 80 Dk
Missbehavied 80 Hunter
Missconduct 80 Rogue
Missconstrew 80 Mage
-Many other lower level alts=)
 
09-13-10, 04:43 PM   #3531
Wimpface
A Molten Giant
 
Wimpface's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 648
Originally Posted by Led ++ View Post
Uhn tiss uhn tiss uhn tiss baby.
__________________
All I see is strobe lights blinding me in my hindsight.
 
09-13-10, 07:24 PM   #3532
Zagrei
A Cobalt Mageweaver
 
Zagrei's Avatar
AddOn Compiler - Click to view compilations
Join Date: Nov 2009
Posts: 246
Originally Posted by sacrife View Post
<snip>
*edit* I recommend nBuff from neav's ui, or I can send you my pixel modified version ...
Does this offer only apply to Led?
__________________
 
09-14-10, 02:10 AM   #3533
Led ++
A Frostmaul Preserver
 
Led ++'s Avatar
AddOn Author - Click to view addons
Join Date: Jan 2009
Posts: 254
I don't need nBuff btw since I use SBF's option to make custom bars with filters etc. Can't live without it.

Got the monochrome thingy working on sThreatMeter and AzCastBar too now.
__________________
 
09-14-10, 03:23 AM   #3534
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2008
Posts: 1,740
Originally Posted by blkdrgn View Post
Just finished some layout touching up.. Comments welcome as always=)

I really like it. Especially the colors.
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
 
09-14-10, 09:56 AM   #3535
Sec
A Cyclonian
 
Sec's Avatar
Join Date: Jan 2008
Posts: 48
Thanks for the insight on Outline, Monochrome.

I had suggested this for sThreatMeter2 back in 2009 but it still remains out of the addon's scope.

EDIT:

I've got Outline, Monochrome to apply as a setting in sThreatMeter2, however I am unable to name the drop-down entry correctly. Entries like "Outline monochrome" in the .lua instead display as "Error..." in the drop-down menu. I've tried several variations without success - can anyone advise the correct value/name?

Code snippit (applied around line 402)
Code:
table.insert(dropdownlist, { update = frame, text =  L("outlinemonochrome"), func = function() sThreatMeter_Data.Font[3] = "OUTLINEMONOCHROME" end });
        if ( sThreatMeter_Data.Font[3] == "OUTLINEMONOCHROME" ) then dropdownlist[#dropdownlist].checked = true end;

Last edited by Sec : 09-14-10 at 12:21 PM.
 
09-14-10, 01:36 PM   #3536
feraldrood
A Theradrim Guardian
 
feraldrood's Avatar
Join Date: Dec 2008
Posts: 62
like led, I too use phanxchat but haven't figured out where to put the one liner about monochrome and outline, as well as led's edit to normal font shadowing.
(also i seem to remember someone saying one can change the vertical spacing between lines in chat?)

For the sake of crowd accelerated innovation in the user interface community, could one or both of you show me how to do that? thanks

and sacrifice, using an overall blizzard font changer is elegantly simple! but which addon is that? I'd love to use it

great job on the last incarnation of your ui led! i love the colors

and for posterity; here is an ooc shot of mine

text shown on mouseover but pretty basic and plain
 
09-14-10, 02:01 PM   #3537
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2008
Posts: 1,740
New combobar for Roth UI Cataclysm.



<3
__________________
| 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-14-10 at 02:09 PM.
 
09-14-10, 02:45 PM   #3538
haylie
A Scalebane Royal Guard
 
haylie's Avatar
Join Date: May 2009
Posts: 417
Originally Posted by zork View Post
New combobar for Roth UI Cataclysm. <3
The chat log in the 2nd screenshot <3

[/offtopic]
 
09-14-10, 02:52 PM   #3539
Firedancer
An Aku'mai Servant
 
Firedancer's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2005
Posts: 35
Originally Posted by zork View Post
New combobar for Roth UI Cataclysm.



<3
Sexiness!!
__________________
(\ /)
( . .) <( if you say 'plz' because it's shorter than 'please' then I'll say 'no' because it's shorter than 'yes' )
c('')('')
 
09-14-10, 03:46 PM   #3540
Cayze
A Kobold Labourer
Join Date: Sep 2010
Posts: 1
My current UI. Still working on a few details.



Uploaded with ImageShack.us
 

WoWInterface » AddOns, Compilations, Macros » UI Screenshots, Feedback and Design Discussion » Screen Shots of your UI...


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