PDA

View Full Version : Saroz's Unitframe Layout



Saroz
06-24-2006, 04:32 PM
Figured I'd make a standalone thread.

Here you go, work in progress. Merged with latest version of Nurfed Alpha:

Screenshot (http://pub.tsn.dk/screendumps/wow/WoWScrnShot_070106_152724.jpg)


Made the following changes to the default unitframes:
* Placed Target's Target and Target's Target's Target on top of the Target frame
* Removed 3D models
* Centered HP and MP text
* Changed HP and MP format to "cur/max"
* Removed tooltips when hovering over unit frames
* Moved combat feedback text to the center of the player frame, made it larger aswell.
--
* Fixed background color now having to be set inside layout.lua
--
* Merged with 30/6-2006 version
--
* Moved raid target icon under PVP rank icon

gedgold
06-25-2006, 02:40 AM
* Removed tooltips when hovering over unit frames

How did you do it?

grom
06-25-2006, 06:11 AM
search for the events


OnEnter = function() UnitFrame_OnEnter() end,
OnLeave = function() UnitFrame_OnLeave() end,

in your layout.lua and delete those lines.

Timbui
06-25-2006, 08:17 PM
can i have your squeaky wheel

Elee
06-26-2006, 09:27 AM
How did you remove the 3d models?

Saroz
06-26-2006, 12:28 PM
can i have your squeaky wheel
http://www.curse-gaming.com/en/wow/addons-2205-1-squeakywheel.html

Timbui
06-26-2006, 01:08 PM
http://www.curse-gaming.com/en/wow/addons-2205-1-squeakywheel.html

Yours is modified though with health deficit and class color coding. Could you upload it? =D

Saroz
06-26-2006, 01:18 PM
Yours is modified though with health deficit and class color coding. Could you upload it? =D
Didn't modify anything, must be castparty modifying the syntax :)

jackflack
06-26-2006, 03:54 PM
Hey Saroz,

What do you use for the Necrosis version for Paladins. I have looked all over for a Paladin version.

BTW nice layouts on the UI.

muhunzo
06-26-2006, 04:37 PM
Hey Saroz,

What do you use for the Necrosis version for Paladins. I have looked all over for a Paladin version.

BTW nice layouts on the UI.


It's HolyHope: http://www.curse-gaming.com/en/wow/addons-3751-1-holyhope.html

dizaster
06-26-2006, 06:21 PM
how can i remove targets rank ?
and how can i add icons of the myself and the targets but not the 3d models :O

snootz
06-26-2006, 09:29 PM
Hey Saroz, this is almost exactly what I want as my unitframe. There is 2 changes I would want to make, maybe you could help me since I have no idea how to do it.

1. How could I get the default unitframes 3d models back in?
2. How could I get the targets pvp rank into the unitframe box instead of outside it?

lolhat
06-27-2006, 02:13 PM
this is exactly what I have been looking for in a layout, but I'm having a small problem. The transparent black "background" where name/level text shows up is light grey for me, making it incredibly hard to see. I have attached a screenshot so you can see what I mean. Any idea how I can fix it?

edit: Nevermind, this is not an issue with your layout. I tried a different one and I am having the same problem :(.

Asgor
06-27-2006, 05:20 PM
I tried to install this layout (it looks great) but I had the same issue with the grey background. It appears that the new version of Nurfed Posted the 27th has an issue with these new custom layouts. I'm not sure of the exact details of why.

It appears that layout.lua is not in the new zip file. I removed the downloaded layout.lua and replaced the default.lua from the zip and its back to the original layout which is good and bad.

Saroz
06-27-2006, 05:28 PM
Fixing background, hang on...

Having some ODD problems with the name showing as "..."

Update: Fixed, merged newest nurfed changes in to the layout.. download new zip file

ohhnoes
06-28-2006, 03:14 AM
hi saroz, how do you get titan panel to have a clear background ?

Saroz
06-28-2006, 06:05 AM
That's Fubar, not Titan Panel

mrGringo
06-28-2006, 06:23 AM
Is it possible to add exp bar?

Nycktail
06-28-2006, 05:37 PM
Hi, can you tell me the addon you use for battlegrounds queued?

Thanks in advance :P

KornY05
06-29-2006, 04:39 AM
Removed tooltips when hovering over unit frames...
I want Tooltips. :) how can i get them back.

mrGringo
06-29-2006, 11:55 AM
just read second and third post in this thread :)

which means u need to open Layout.lua file and remove "--" before


OnEnter = function() UnitFrame_OnEnter() end,
OnLeave = function() UnitFrame_OnLeave() end,

KornY05
06-29-2006, 12:05 PM
thx :)

mrGringo
06-30-2006, 11:08 AM
Hey, Saroz, can u update your layout for new alpha version?
I kinda get used to your layout :)

Saroz
06-30-2006, 11:52 AM
Hey, Saroz, can u update your layout for new alpha version?
I kinda get used to your layout :)
New alpha? what, where?

SandDemon
06-30-2006, 12:55 PM
nurfedui.net

Hit download button up top, it came out today

locke
06-30-2006, 12:59 PM
yes i have the ... display problems did you say that the one in the first post is now fixed?

Saroz
06-30-2006, 01:11 PM
Updated, don't really like the XP/rep bar, it should hide when you are lvl 60 or have no faction selected...

oh, and the "rest" part doesn't work with reputation.. but not my fault :)

one also has to wonder why "$rest" is formatted internally as "(12345)", it should just be the number.

locke
06-30-2006, 03:04 PM
i dl'ed your new file, tried it without your file and even replaced the unitframes folder and my target names are still displaying ... any idea how to fix?

Saroz
06-30-2006, 03:05 PM
i dl'ed your new file, tried it without your file and even replaced the unitframes folder and my target names are still displaying ... any idea how to fix?
You use a mod that modifies the fonts?

Saroz
07-01-2006, 06:22 AM
Updated, moved raid target icon under PVP rank icon, made it a big larger aswell.

Screenshot also updated

Altaran
07-01-2006, 07:38 AM
This is perfect.

However I do have one request (whether you add it to yours or just want to tell me where to put the code?)

How can I get the text to have a background shadow, so HP/Mana text stands out more on the Unit Frames?

Ceon
07-01-2006, 11:24 AM
Thank you!!! This is awesome.

Lunk
07-04-2006, 06:19 PM
hmm i like this layout.. but i want MobHealth to work with it :)

Saroz
07-04-2006, 06:20 PM
hmm i like this layout.. but i want MobHealth to work with it :)
It does, but you have to edit your nurfed_unit.lua file, like every other layout... or wait untill Tivoli decides to put it in... maybe I need to make another CAPS LOCK topic for him.

Cleeq
07-04-2006, 07:40 PM
I've got a question, its a bit off topic I guess. I found Holy Hope, and Necrosis very useful. In a post you said that there was a priest version as well, do you have any idea where to find it, or what its called? I just like the idea, if there are any other class specific ones I'd love to see them too :)

Cleeq
07-05-2006, 02:03 PM
Nevermind, I found them :)

Warlock : Necrosis (http://www.curse-gaming.com/en/wow/addons-3089-1-necrosis-ldc.html)
Mage : Arcanum (http://www.curse-gaming.com/en/wow/addons-4327-1-arcanum.html)
Paladin : Holyhope (http://www.curse-gaming.com/en/wow/addons-3751-1-holyhope.html)
Priest : SacredBuff (http://www.curse-gaming.com/en/wow/addons-3982-1-sacredbuff.html)

dodgerslim
07-05-2006, 03:18 PM
Saroz, props on the work. One question: what is the mod that lists your BG queue times on the left side of your screen?

Saroz
07-06-2006, 03:20 PM
Saroz, props on the work. One question: what is the mod that lists your BG queue times on the left side of your screen?
BattlegroundFu

Amadeo
07-06-2006, 11:08 PM
This is my favorite layout so far...but not being able to see the levels of people in my party at a glance is a bit frustrating, especially when there are no tooltips either!

So, quick question(s):

How can I add player level to each party frame, and how do I add the tooltips on mouseover back in? (I mouse over players to find out where the hell they are and why it's taking them so long to get somewhere). :)

Cleeq
07-06-2006, 11:22 PM
For party levels:

Open up Layout.lua and look for Party = { underneath that you will find the code:
name = {
type = "FontString",
size = { 140, 10 },
layer = "OVERLAY",
Font = { NRF_FONT.."framd.ttf", 10, "NONE" },
JustifyH = "LEFT",
Anchor = { "TOPLEFT", "$parent", "TOPLEFT", 28, -4 },
vars = { format = " $nam" },
Replace it with:
name = {
type = "FontString",
size = { 140, 10 },
layer = "OVERLAY",
Font = { NRF_FONT.."framd.ttf", 10, "NONE" },
JustifyH = "LEFT",
Anchor = { "TOPLEFT", "$parent", "TOPLEFT", 28, -4 },
vars = { format = "$lev $nam" },

Amadeo
07-07-2006, 12:58 PM
Thanks Cleeq. :)

kjazmo
07-07-2006, 01:50 PM
What Fontaddon are you using Saroz?

Saroz
07-07-2006, 01:51 PM
What Fontaddon are you using Saroz?

ClearFont, let me know if you know of any alternatives :)

kjazmo
07-07-2006, 01:52 PM
wow, that was the quickiest answer ever OO
ow and thx ^^

kjazmo
07-07-2006, 02:16 PM
I feel real dumb right now. How do I install this Unitframes?

nibel
07-07-2006, 06:02 PM
I like this setup, but there were some post in this thread that weren't answered and that I would like an answer too. How do you get the player model back?

Cleeq
07-09-2006, 09:42 AM
Thanks Cleeq. :)


NP :)

NERV
07-09-2006, 07:01 PM
Love the unitframe layout. It works great :)

Ladrial
07-10-2006, 11:34 AM
That was Really great tbh,when i first saw New Nurfed Interface i was kinda pissed mostly cause for those stupit Images of your char/target.. I never like those "cool Looking " interfaces, the more simple they are the best for me...

x01A4
07-10-2006, 07:27 PM
Hi, first off all: great Layout.

But I noticed a bug: I'm lvl 60 but see the XP-Bar :(

ryusick
07-11-2006, 03:12 AM
Hi, first off all: great Layout.

But I noticed a bug: I'm lvl 60 but see the XP-Bar :(

not a bug, you could always replace it with a faction rep though

nnep82
07-11-2006, 12:38 PM
Very nice look, i'm now using it. Curious though, what's that emergency monitor-esque box near the BG addon? I like it

Saroz
07-11-2006, 02:03 PM
Very nice look, i'm now using it. Curious though, what's that emergency monitor-esque box near the BG addon? I like it
SqeakyWheel, but looking for an alternative.. it sucks too many FPS

Enochlol
07-13-2006, 04:32 AM
When you write : " Moved combat feedback text to the center of the player frame, made it larger aswell." , you are talking about dammage displayed on your character model by defaut right?
Where is this written in the nurfed files, and is there a way to add it for targets too.
Is there a way to only make it appears on top of others bars (the long message are hidden).

davveh
07-26-2006, 11:52 PM
Thanks for this!

I am gonna use this, so please keep it updated till a new version of nurfed is out where we can choose what to do ourselfs..!

Love ya! :D

wendoll
08-01-2006, 07:07 AM
@saroz : try Squishy (http://www.wowace.com/forums/index.php/topic,1455.0.html)

Enzos
08-18-2006, 07:36 PM
Saroz i thank u alot for your wonderful layout /respect
But i have one question : Is it possible to add the perentage for my hp bar like my group mates have ?
I can only see the numbers but a percentage would be awesome ^^

Thanks alot !

EDIT: Ah and there`s a bug, when i log in my HP bar has no green color, dunno why Oo ?

chr0n1cha0s
08-19-2006, 03:17 PM
Cool, now how do i dl it >_<

Enzos
08-19-2006, 04:22 PM
Cool, now how do i dl it >_<

http://forums.nurfed.com/attachment.php?attachmentid=122&d=1151760102

Enzos
08-20-2006, 01:22 PM
Saroz i thank u alot for your wonderful layout /respect
But i have one question : Is it possible to add the perentage for my hp bar like my group mates have ?
I can only see the numbers but a percentage would be awesome ^^

Thanks alot !

EDIT: Ah and there`s a bug, when i log in my HP bar has no green color, dunno why Oo ?

/bump ^^

huaqiao
08-25-2006, 09:23 PM
When you write : " Moved combat feedback text to the center of the player frame, made it larger aswell." , you are talking about dammage displayed on your character model by defaut right?
Where is this written in the nurfed files, and is there a way to add it for targets too.
Is there a way to only make it appears on top of others bars (the long message are hidden).

I would love to know this as well.

p00kie
09-10-2006, 01:38 PM
Saroz,

Is there anyway to keep the 3d player models in the unit frames?

Thanks

xanaxi
09-12-2006, 01:40 PM
is there an easy way to hide party frames while in a raid?

Basi
09-13-2006, 03:36 PM
EDIT: Ah and there`s a bug, when i log in my HP bar has no green color, dunno why Oo ?


I have the same problem : /

http://img219.imageshack.us/img219/7017/unitframehk9.jpg

Lafammefatal
09-14-2006, 04:15 AM
how can i remove the xpbar?

Enzos
09-14-2006, 05:32 AM
hmm unfortunately saroz seems to be inactive right now !

Rejzer
09-14-2006, 10:20 AM
not a bug, you could always replace it with a faction rep though

Could you please tell me how to do that, I tried to figure out something in the layout.lua but couldn't make out what to change?

Thanks in advance.

Ralrra
09-14-2006, 11:27 AM
Could you please tell me how to do that, I tried to figure out something in the layout.lua but couldn't make out what to change?

Thanks in advance.

Just open up your reputation panel in game (U by default I think) Click the faction you want and check "Show as experience bar." You don't have to edit any files.

Enzos
09-17-2006, 04:35 AM
I have the same problem : /

http://img219.imageshack.us/img219/7017/unitframehk9.jpg

Solution ?

Kelcen
09-27-2006, 01:32 PM
Does this layout still work with September 27, 2006 (12:51 PM)? - My server is having an extended maintainence :/. Thanks!

Neirin
10-01-2006, 06:10 PM
Complete and utter newbie to nurfedui. Where do I place these files, and where can I find an a guide to messing with nurfed? The FAQ on the mainpage doesnt really help me much. I placed it in the unitframe folder, but I didnt see any changes at all.

Bonshee
10-01-2006, 07:07 PM
Anyone able to do that layout but put the ToT on top, and preferably just ToT and not ToTT

- Figured it out, replaced the target code with


target = { template = "Nurfed_Unit_mini", Anchor = { "TOPLEFT", "$parent", "TOPLEFT", 3, 22 } },
-- target = { template = "Nurfed_Unit_mini", Anchor = { "TOPLEFT", "$parent", "TOPRIGHT", -3, -3 } },

Kelcen
10-02-2006, 02:00 PM
New version, saw an error in the partyframe, so here it is: My modified version of Saroz unitframe layout for the new nurfed version!

What it differs is how the TOT and TOTT is shown and no xp-/repbar - that's all!

Tape
10-02-2006, 06:34 PM
New version, saw an error in the partyframe, so here it is: My modified version of Saroz unitframe layout for the new nurfed version!

What it differs is how the TOT and TOTT is shown - that's all!


I was about to complain that they did not work but your fix...fixed it ^^ Thanks man.

EDIT: Bah, problem. I have no EXP bar now =(

shocked
10-03-2006, 04:20 PM
Yeah, I can live without the xp bar while leveling my noob, but i'd much rather have it. I found the post that says how to REMOVE it, but i can't find one that tells you how to add it back in ;)

Saroz
10-04-2006, 09:43 AM
Sup people? Using Ace2 stuff now :)

Angeris
10-06-2006, 08:55 AM
if anyone cares,i asked for him to be removed from the guild,since he changed from nurf unitframes!!!

Dritzfury
10-07-2006, 11:08 PM
Where do we put this layout file? I threw it into the hud folder where the only "layoutfile" I could find was and it keeps erroring.

Dritz

Kelcen
01-15-2007, 11:08 AM
Anyone that has made an update on this layout yet? :)

a67rhf7823jn8747==