View Full Version : My layout (work in progress)
Here is my custom layout, currently a work in progress. I trimed off a bunch of features I do not use, as well as added one key piece of functionality. I will gladly post my layout and saved variable files if any are interested.
Preview:
http://members.dslextreme.com/users/drunkenmaster/nurfed_frames.jpg
Key Features
- Party frames automatically hide when you join a raid group!!!
- Removed secondary target of target, and moved the single target of target to the top of the target frame.
- Removed party pet frames.
- Removed text from party and target frames.
- Misc. font changes.
To Do
- Pet frame.
- Raid frames.
Download added 6/24
Download (right-click -> save as)
http://members.dslextreme.com/users/drunkenmaster/Layout.lua
http://members.dslextreme.com/users/drunkenmaster/Nurfed_UnitFrames.lua
Installation
1. Place Layout.lua in World of Warcraft\Interface\AddOns\Nurfed_UnitFrames\ (overwrite existing file).
2. Open Nufred_UnitFrames.lua and look at the second line. Change YOURCHARACTER and YOURSERVER to the appropriate names.
3. Place Nurfed_UnitFrames.lua in World of Warcraft\WTF\Account\ACCOUNTNAME\SavedVariables\ (change ACCOUNTNAME to the appropriate name and overwrite existing file).
Dunce
06-24-2006, 02:58 PM
please post the files !
I am making a few last minute tweaks, then I will post both sets of files + quick installation guide.
Dunce
06-24-2006, 06:25 PM
sounds good ! ill check back !
I can't wait for you to post the file for this, hurry up!
Saroz' unitframes look a bit bulky to me, and yours look exactly like something I'd make if I had any idea how to make unitframes... so, again, hurry up ;)
Sorry for the delay, naxx ran a bit long today... op updated.
Dunce
06-24-2006, 11:16 PM
kick ass !
hypnotoad
06-25-2006, 02:04 AM
Which function hides the party frame when you enter a raid?
Dunce
06-25-2006, 07:39 AM
ok what if i play mutil toon i normally play a
mage lock priest and some times a hunter and rogue will ihave to change the name every time ?
you actually dont need the nurfed_unitframes.lua, it only sets the frame scaling und positioning.
Tivoli
06-25-2006, 11:28 AM
you actually dont need the nurfed_unitframes.lua, it only sets the frame scaling und positioning.
And the event handling ;).
Dunce
06-25-2006, 11:54 AM
ok ive been playing with this and i would to know how to remove the numbers in the user frame to look like the target .
alos how can i move the target to target from the top to the left side please
and move the buff - debuff frame to the top :P yea i need to move it becuase of where i have it placed
And the event handling ;).
thats true but the nurfed_unitframes.lua erel attached doesnt handle any event :p
I only included the Nurfed_UnitFrames.lua for the default positioning / scaling, you can always change it if you'd like. I knew sooner or later someone would ask "how did I get mine to look like your screenshot?" I included it for that reason alone.
Dunce
06-25-2006, 03:42 PM
ok ive been playing with this and i would to know how to remove the numbers in the user frame to look like the target .
alos how can i move the target to target from the top to the left side please
and move the buff - debuff frame to the top :P yea i need to move it becuase of where i have it placed
info please :D
hypnotoad
06-25-2006, 04:23 PM
Also mobhealth is showing up outside the frame completely, how do I edit this?
Mine is showing up somewhere in the top left corner of my screen. For others it isn't showing up at all.
Any ideas?
oh and the party frames not showing in raids, how to edit.
I'd like to point out that this is MY layout. I've been getting several requests to change so many things... if I complied to every request, there would be 15 different versions of my layout. I made this layout to be minimalistic, I do not use mob health, so I can not address the problem you are having (and seeing as how I just diabled the the text on the target frame this isn't something related to my layout). I know not everyone is going to like my layout, but it was something several of my friends and guildies loved so I thought I would post it here.
I'd like to point out that this is MY layout. I've been getting several requests to change so many things... if I complied to every request, there would be 15 different versions of my layout. I made this layout to be minimalistic, I do not use mob health, so I can not address the problem you are having (and seeing as how I just diabled the the text on the target frame this isn't something related to my layout). I know not everyone is going to like my layout, but it was something several of my friends and guildies loved so I thought I would post it here.
Wait, what? This doesn't work with Mobhealth? That pretty much renders this whole layout useless!! :eek:
On a side note, could you make a version of this without the 3D avatar renders? Like, just have the regular pictures, because I think the 3D renders can cause performance issues sometimes.
Edit: and make it work with MobHealth, please. The graphics on this layout are much better than the standard Nurfed layout, and I really want to use it. But the whole point of having a target frame is being able to see how much health/mana he has left in NUMBERS, not bars..
hypnotoad
06-25-2006, 05:55 PM
To add mobhealth support:
http://forums.nurfed.com/showthread.php?t=9623
FZFZ, the mob health issue has NOTHING to do with this layout (as I already explained in my post that you quoted). hypnotoad linked the thread that should fix your problem. I will release a version with player, target, and party text later tonight.
Dunce
06-25-2006, 10:24 PM
so i guess im not going to get the info i need to do the mods i need to make it perfect for my ui set up ... this will be for my own personal useage
Which buff / debuff icons are you looking to move? Target? Party? Pet?
Removing text from player frame (line 57 and 90):
vars = { format = "$cur / $max" },
change to:
vars = { format = "" },
Moving target of target (line 630)
target = { template = "Nurfed_Unit_mini", properties = { Anchor = { "BOTTOMLEFT", "$parent", "TOPLEFT", 1, -3 } } },
Change to (adjust 0, 0 to your liking):
target = { template = "Nurfed_Unit_mini", properties = { Anchor = { "TOPRIGHT", "$parent", "TOPLEFT", 0, 0 } } },
Dunce
06-25-2006, 10:53 PM
Which buff / debuff icons are you looking to move? Target? Party? Pet?
Removing text from player frame (line 57 and 90):
vars = { format = "$cur / $max" },
change to:
vars = { format = "" },
Moving target of target (line 630)
target = { template = "Nurfed_Unit_mini", properties = { Anchor = { "BOTTOMLEFT", "$parent", "TOPLEFT", 1, -3 } } },
Change to (adjust 0, 0 to your liking):
target = { template = "Nurfed_Unit_mini", properties = { Anchor = { "TOPRIGHT", "$parent", "TOPLEFT", 0, 0 } } },
yes on the target sorry for the mess up and thx for the info
Unbodi
06-27-2006, 03:57 AM
Hi i was wondering how can i make my party frame visible in raids?
Thanks.... (:
- Removed secondary target of target, and moved the single target of target to the top of the target frame.
how can i do this ?
this is the only thing i need to know
andy maybe it is possible to resize the targets target frame to the same width?!? (<-->) like the target frame ? when yes ... how ?
... sorry for my english i´m a german ^^
Gintonic
06-29-2006, 11:55 AM
Which function hides the party frame when you enter a raid?
Anomoly
06-29-2006, 12:21 PM
Which function hides the party frame when you enter a raid?
http://forums.nurfed.com/showthread.php?t=9735
There ^^
rezeerf
07-09-2006, 12:53 PM
Thanks alot.. this one worked really nice.
Is there any way to change the whiteish transparent background on the unitframes? I want my blackish back!! =)
Tamadur
08-02-2006, 01:11 PM
Ok I am kind of new with using Nurfed, but I can't seem to get this one to work and I like it a lot =(. Does is it still work or am I just doing something wrong? Yes I posted the files in the correct directories.
Powered by vBulletin® Version 4.1.9 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.