PDA

View Full Version : Coldfury's NUF Layout



Coldfury
10-10-2006, 06:37 PM
** UPDATED againē**
Here it is. if you find any bug, or any change you want me to make..post them :)

No model in party version.Download Here (http://files.filefront.com/ColdfuryNUFzip/;6082265;;/fileinfo.html)
http://img161.imageshack.us/img161/6558/coldfurynufjt2.jpg

================================================== ==========

Model in party version.Download Here (http://www.box.net/public/y5gjl1hy4z)
http://img182.imageshack.us/img182/7606/nuf3dpartycp2.jpg
Changelog:
fixed target pvp icon position
fixed elite level. the "+" appears under the level.
fixed guild color. blue when same as player, otherwise white.
fixed, updated with the lastest nurfed.

To Do:
fix Hiighlight

griddark
10-10-2006, 09:41 PM
Nice look. Can't wait to see the end product.

mooja
10-10-2006, 11:00 PM
id like that font your using for the names

Coldfury
10-10-2006, 11:10 PM
id like that font your using for the names

Called Dark Crystal. Here's the link.
http://www.1001fonts.com/font_details.html?font_id=1815

Coldfury
10-10-2006, 11:13 PM
the thing is, i can't choose what i want lol.

i like it like that...but find it kinda cluster up. but if i remove some thing to make it more minimalisc, i find that somethings are missing...

plus, im on a 15inch screen atm, with a 800x600 max resolution, so i can't make it bigger because then it take too much space on my screen :(

KBTibbs
10-14-2006, 01:47 PM
I gotta say, this may make me replace my current unit frames...

Have you settled ona final design?

Freezer64
10-14-2006, 02:41 PM
Love it, will definatley have to try these out.

-Freez

Imaru
10-14-2006, 07:11 PM
Coldfury, how would I go about changing the font of the names on my unit frames so that they look like yours?

Coldfury
10-14-2006, 10:51 PM
edit: i updated the first post instead of reposting.

Coldfury
10-14-2006, 10:57 PM
Coldfury, how would I go about changing the font of the names on my unit frames so that they look like yours?

you download the font (i gived the link in a post above).

i replaced it with Scurlock.ttf in "Nurfed_Utility/Fonts" folder.(because when using it as another font i got an error in Nurfed_Units.lua)

and then you change the Font=" " OR the FontObject=" " line.

If you change FontObject=" " you'll need to change the code of the FontObject ur using.

Imaru
10-14-2006, 11:43 PM
you download the font (i gived the link in a post above).

i replaced it with Scurlock.ttf in "Nurfed_Utility/Fonts" folder.(because when using it as another font i got an error in Nurfed_Units.lua)

and then you change the Font=" " OR the FontObject=" " line.

If you change FontObject=" " you'll need to change the code of the FontObject ur using.


Thank You :) .

DeSert-FoX
10-15-2006, 06:00 AM
;)

looks very nice..

KBTibbs
10-17-2006, 11:40 AM
RE: The '+' for an elite mob


Would it be to the right of the level and not below it right?

I would imagine that to the right would look fine...

Coldfury
10-17-2006, 07:01 PM
ill post a screenshot. ull judge

Freezer64
10-18-2006, 05:04 PM
Still waiting for these, any updates as to when, or did you give up?

-Freez

Synner
10-18-2006, 07:45 PM
Looks awesome!! Please post your layout! Dying to try it!!!
-syn

Coldfury
10-19-2006, 01:13 PM
im sorry, i didnt give up. i just had less time to work on it because im playing TBC. but ill give it a shot tonight or tomorrow to finish this for all of you.

expect the Lua to be up tonight or tomorrow.

Coldfury
10-20-2006, 01:29 AM
heres what i was speaking about. the "elite" problem.
http://img208.imageshack.us/img208/6130/elitesh8.jpg

what should i do about this? leave it like this? change the layout?

Freezer64
10-20-2006, 06:10 AM
Is there anyway that you could bring the '+' down underneath the level?

kinda like this. 41
Kinda like this ' + '

Just throwin something out there.

-Freez

Coldfury
10-20-2006, 11:21 AM
Is there anyway that you could bring the '+' down underneath the level?

kinda like this. 41
Kinda like this ' + '

Just throwin something out there.

-Freez

i dunno, ill look into this. thx

Kat
10-21-2006, 11:51 AM
In nurfed_units.lua

change

if (UnitIsPlusMob(unit)) then
level = level.."+";

to

if (UnitIsPlusMob(unit)) then
level = level.."\n +";

if you want to put the '+' below the level.

Freezer64
10-21-2006, 03:26 PM
In nurfed_units.lua

change

if (UnitIsPlusMob(unit)) then
level = level.."+";

to

if (UnitIsPlusMob(unit)) then
level = level.."\n +";

if you want to put the '+' below the level.

Wow, thank you for this Kat.

@Coldfury: When I click on someone with a long name, say 'Cenarion Emissary', I only see 'Cenarion Em..', is there a simple way to fix this? Maybe make it so it puts one name on top, and the other on bottom.? In other words stacks the name. Also, another thing Inoticed, people with special character's in their name, like the U with the two dots on the top, that character won't show up, I assume it's because the font itself doesn't have those characters. Again just letting you know, maybe you can provide us a fix for these, or just show us would be fine too. These are all things I can live with,I just thought I would let you know. Great Job!!

-Freez

Murasamoonfckingkin
10-21-2006, 05:02 PM
I'm a newb at implementing these custom layouts... can someone please teach me how to implement this awesome layout? or at least direct me to a forum post that teaches me?

I will deeply appreciate it.

- Mura.

Coldfury
10-21-2006, 05:07 PM
In nurfed_units.lua

change

if (UnitIsPlusMob(unit)) then
level = level.."+";

to

if (UnitIsPlusMob(unit)) then
level = level.."\n +";

if you want to put the '+' below the level.

thx a lot

Coldfury
10-21-2006, 05:10 PM
Wow, thank you for this Kat.

@Coldfury: When I click on someone with a long name, say 'Cenarion Emissary', I only see 'Cenarion Em..', is there a simple way to fix this? Maybe make it so it puts one name on top, and the other on bottom.? In other words stacks the name. Also, another thing Inoticed, people with special character's in their name, like the U with the two dots on the top, that character won't show up, I assume it's because the font itself doesn't have those characters. Again just letting you know, maybe you can provide us a fix for these, or just show us would be fine too. These are all things I can live with,I just thought I would let you know. Great Job!!

-Freez

i guess i could put the name on 2 line when too long but it wont fit the name frame. but yeah i could do that.

ya the font doesnt support them. but i find that font so cool that it doesnt really bother me hehe but i could try to put a new font that support them in this style :)

thx ^_^

Coldfury
10-21-2006, 05:13 PM
I'm a newb at implementing these custom layouts... can someone please teach me how to implement this awesome layout? or at least direct me to a forum post that teaches me?

I will deeply appreciate it.

- Mura.

put these in respective folder.

then, in-game, right-click the "N" to open up the Nurfed option. Go in the Unitframes section and check "Use custom Layout (Reload UI)".

Murasamoonfckingkin
10-21-2006, 05:20 PM
put these in respective folder.

then, in-game, right-click the "N" to open up the Nurfed option. Go in the Unitframes section and check "Use custom Layout (Reload UI)".

thank-you very much!

i didn't know you have to reloadui :P

/hug! :p

Coldfury
10-21-2006, 05:59 PM
i changed the "+" position and and putted it so the name appears on 2 line when 2 long. like this :
http://img183.imageshack.us/img183/9206/eliteqr7.jpg

i updated the ZIP file in the 1st post.



@ Kat: you know how i could put it like that "Humanoid+" instead of "Elite Humanoid"? i looked into nurfed_units.lua but didnt really see it, and didnt want to mess things up lol.

Ralrra
10-21-2006, 07:34 PM
How did you get the names to appear on two lines? Also it looks like the nurfed_units.lua included is outdated from the one included in the latest release (Oct. 18th)

Coldfury
10-21-2006, 11:15 PM
How did you get the names to appear on two lines? Also it looks like the nurfed_units.lua included is outdated from the one included in the latest release (Oct. 18th)

i only putted the text box higher in my target name template.


text = {
type = "FontString",
size = { 120, 32 },
layer = "OVERLAY",
FontObject = "Nurfed_TargetScurlock_Name",
JustifyH = "CENTER",
Anchor = { "CENTER", "$parent", "CENTER", 0, -1 },
vars = { format = "$name" },
},


and i updated the Nurfed_Units.lua. thx

Ralrra
10-22-2006, 03:38 AM
Shoulda known it'd be something extremely simple like that.

BTW, what does the ustatus element in your ToT template represent?

davveh
10-22-2006, 04:15 AM
Errors and suggestion :)

I cant rightclick the target and get up the menu.

I cant click myself and get myself as my target.


My suggestion is to get background behind the TOT and TOTT names, cuz the white names on a white background isnt easy to read :D

Love your unitframes! Keep working on em please :D

Kat
10-22-2006, 05:51 AM
@ Kat: you know how i could put it like that "Humanoid+" instead of "Elite Humanoid"? i looked into nurfed_units.lua but didnt really see it, and didnt want to mess things up lol.
I'm not sure either, it's not as clear as the other bit was. I'll carry on looking, or maybe someone else can suggest what to change. It would be a shame not to be able to change it, but your frames are looking very good already.

Coldfury
10-22-2006, 12:18 PM
Shoulda known it'd be something extremely simple like that.

BTW, what does the ustatus element in your ToT template represent?

i totally dont know haha

but ill try to find it out.

Coldfury
10-22-2006, 12:24 PM
Errors and suggestion :)

I cant rightclick the target and get up the menu.

I cant click myself and get myself as my target.


My suggestion is to get background behind the TOT and TOTT names, cuz the white names on a white background isnt easy to read :D

Love your unitframes! Keep working on em please :D

mm i dont know why this is happening.

but try redownloading it, it should be fixed. You can't click on the name frame to target someone tho, same thing to open up the menu.
If you click the model, or your health bar, etc..it should target yourself.
samething as menu, right-click on model, health bar, etc.

Anything in the main frame exept the name frame should work.
tell me if its working.

about the background for name of the ToT&ToTT, ill look into this.

thx :)

Coldfury
10-22-2006, 12:26 PM
I'm not sure either, it's not as clear as the other bit was. I'll carry on looking, or maybe someone else can suggest what to change. It would be a shame not to be able to change it, but your frames are looking very good already.

thank you :)

davveh
10-23-2006, 12:52 AM
mm i dont know why this is happening.

but try redownloading it, it should be fixed. You can't click on the name frame to target someone tho, same thing to open up the menu.
If you click the model, or your health bar, etc..it should target yourself.
samething as menu, right-click on model, health bar, etc.

Anything in the main frame exept the name frame should work.
tell me if its working.

about the background for name of the ToT&ToTT, ill look into this.

thx :)

It was a clique problem! :P

thanks for looking into the background thingy... :)

Coldfury
10-26-2006, 12:05 AM
It was a clique problem! :P

thanks for looking into the background thingy... :)


sorry, was busy these last day. thats why i didnt make any update with the ToT/ToTT but ill look into it today. i should post the update by the end of the day.

davveh
10-26-2006, 12:19 AM
sorry, was busy these last day. thats why i didnt make any update with the ToT/ToTT but ill look into it today. i should post the update by the end of the day.

Sweet!

I think this layout is perfect for me as a shaman, it shows missing HP when it comes to healing, it shows targets, it got a sweet look... ok there is tiny things that needs fixing, but overall this is perfect for me!

keep it up! :)

Coldfury
10-26-2006, 09:23 AM
its now fixed. if you dont like it, just tell me how you want them ill fix it :)

Lyconn
10-26-2006, 09:33 AM
by any chance does your layout (or any others for that matter) have an enemy / friendly cast bar?

i've seen a few screenshots showing people's targets with their cast bars and timer...your layout looks sick and just was wondering if it included it

davveh
10-26-2006, 10:09 AM
its now fixed. if you dont like it, just tell me how you want them ill fix it :)

Ill try em out, ill let you know later/tomorrow how i feal about it and if it can be made better... but it looks ok!

Thanks!

Lyconn
10-26-2006, 12:30 PM
hey coldfury any chance you could make a version of this that also has party 3D portraits in addition to the self portrait and target portrait?

davveh
10-26-2006, 01:08 PM
its now fixed. if you dont like it, just tell me how you want them ill fix it :)

The file isnst updated? I dont see any changes when i overwrite my old one... ? :)

Coldfury
10-26-2006, 03:51 PM
by any chance does your layout (or any others for that matter) have an enemy / friendly cast bar?

i've seen a few screenshots showing people's targets with their cast bars and timer...your layout looks sick and just was wondering if it included it

i never saw a unitframe including a cast bar. maybe they just putted the mod there. or maybe it was in tbc, ive heard that blizzard included one.. but i dont know

by showing me a screenshot if you have any it would help me.

Coldfury
10-26-2006, 03:51 PM
hey coldfury any chance you could make a version of this that also has party 3D portraits in addition to the self portrait and target portrait?

ya i could, do you want me to include it in the frame and reduce hp/mana bar? or do i make the frame widther and add the model?

Coldfury
10-26-2006, 03:55 PM
The file isnst updated? I dont see any changes when i overwrite my old one... ? :)

mmm ya they are. i just double cheked. try deleting the previous one and paste this one, instead of overwriting it. it should work. let me know.

Lyconn
10-26-2006, 05:46 PM
ya i could, do you want me to include it in the frame and reduce hp/mana bar? or do i make the frame widther and add the model?


If you could just like add the portrait to the left side of the party frames that would be awesome. So yea just expand it and leave the current frames the same size. Thanks in advance!

EDIT: Meaning "make the frame wider and add the model" and thanks for taking the time to do this, can't wait to use em =P

Lyconn
10-27-2006, 05:37 PM
bump

Coldfury
10-27-2006, 07:03 PM
If you could just like add the portrait to the left side of the party frames that would be awesome. So yea just expand it and leave the current frames the same size. Thanks in advance!

EDIT: Meaning "make the frame wider and add the model" and thanks for taking the time to do this, can't wait to use em =P

sorry lol forgot about this too. i got like 3 unitframes to update/finish so i forgot a lot of things between that.

ill do this tomorrow

Lyconn
10-27-2006, 10:45 PM
no problem man take ur time i was just bumping from the surplus of threads made and wanted to make sure you had a friendly reminder

again thanks for taking the time to do this it's much appreciated

Coldfury
10-29-2006, 09:12 AM
no problem man take ur time i was just bumping from the surplus of threads made and wanted to make sure you had a friendly reminder

again thanks for taking the time to do this it's much appreciated

im doing this today, exept it to be uploaded tonight
sorry for the delay

Lyconn
10-29-2006, 12:51 PM
awesome thanks again

Coldfury
10-29-2006, 09:10 PM
@Lyconn: Posted in the first post. if its not how you wanted it, just tell me, ill make the change asap(should be fast this time :)

Lyconn
10-29-2006, 10:03 PM
hot they look awesome but how do i go about downloading that...i went to the link and it says there is "no files/folders found"

Coldfury
10-29-2006, 10:49 PM
try now, it should work

Lyconn
10-30-2006, 07:58 AM
yea i see a link now I'll give it a try once i get home from work, but I'm sure it'll be fine

thanks for taking the time to do this...it looks great, can't wait to use em

Coldfury
10-30-2006, 02:57 PM
yea i see a link now I'll give it a try once i get home from work, but I'm sure it'll be fine

thanks for taking the time to do this...it looks great, can't wait to use em

np :)

Lyconn
10-30-2006, 09:14 PM
they look awesome and they work perfectly

love em...thanks so much

raven4070
11-22-2006, 07:24 PM
I was just curious if you where gonna add pet frames to this layout as well.

Telal
11-22-2006, 08:08 PM
the big bolded news update on the first post of the first page says that pet frames have been added to all version. :D

Coldfury
11-23-2006, 12:08 PM
the big bolded news update on the first post of the first page says that pet frames have been added to all version. :D

well it was all 3 version i made of ag_NUF(Lookalike, ToT&ToTT on top and ToT&ToTT on right). not all 3 unitframes i've made.

i didnt work on that unitframe since i started ag_NUF. ill try to add it. but i got a new job, and i barely have the time to play. so if anyone want to give it a try, go for it. ill add the code to theses files. otherwise give me some time, ill do it.

Bonduk
11-25-2006, 03:39 AM
Hiya,

Is it possible to add the guild name of your target on the Model in party version.

Ta

Coldfury
11-25-2006, 11:15 AM
Hiya,

Is it possible to add the guild name of your target on the Model in party version.

Ta

not really, unless you make a reallly large model. and it would look really crappy.

but is it because the guild is not showing? or because you dont like it where it is right now? cause it should be visible over the hp bar.

Bonduk
11-27-2006, 01:07 PM
ok I'm happy with how it looks, but on my target is it possible to have the debuffs on the bottom and maybe show more than six?

Coldfury
11-27-2006, 04:31 PM
ok I'm happy with how it looks, but on my target is it possible to have the debuffs on the bottom and maybe show more than six?

yes. read this " http://forums.nurfed.com/showthread.php?t=12611 " (its a little tutorial about anchoring) where you will learn how to move position of the elements(debuffs in your case).

about showing more, just uncomment the other line in Layout.lua. or add line with the similar pattern as the 6 first debuffs.

davveh
12-06-2006, 01:12 AM
Does this layout work with new nurfed?

Lyconn
12-06-2006, 08:10 AM
Hey there Coldfury,

First off, I've been using these frames ever since you modified them for me :) . I love the 3D portraits on the party members =P.

I was wondering a few things:

-I can't seem to find the "Load Layout" in the new nurfed options and am unable to even attempt to reload these frames where might I find that? And would this layout still work?

-Now that Blizzard incorporated an enemy cast bar into the game is there a way you can add it to the frame?

Thanks, I'm looking forward to your reply.

Coldfury
12-07-2006, 12:35 AM
Hey there Coldfury,

First off, I've been using these frames ever since you modified them for me :) . I love the 3D portraits on the party members =P.

I was wondering a few things:

-I can't seem to find the "Load Layout" in the new nurfed options and am unable to even attempt to reload these frames where might I find that? And would this layout still work?

-Now that Blizzard incorporated an enemy cast bar into the game is there a way you can add it to the frame?

Thanks, I'm looking forward to your reply.

ill look into it :)

Lyconn
12-08-2006, 08:46 AM
sweet...lemme know man thanks again

JayHorus
12-08-2006, 12:19 PM
ill look into it :)

That would be very cool...I was just learning how to modify things when this patch came out and now I am stuck at the begining again. I still have no clue how to make these changes everyone says they are able to make using the new Nurfed.

himmel
12-08-2006, 04:46 PM
Been a while since i've browsed through layouts. I have to say, I really like the look of yours Coldfury. Someone already asked half this question, but do you plan on adding player and target casting bars and updating the frames for 2.01 compliance? If so, do you have any idea how soon you might release the new layout?

Coldfury
12-10-2006, 02:22 PM
Been a while since i've browsed through layouts. I have to say, I really like the look of yours Coldfury. Someone already asked half this question, but do you plan on adding player and target casting bars and updating the frames for 2.01 compliance? If so, do you have any idea how soon you might release the new layout?

well the thing is that, im not using nurfed anymore. so i put up times into it a lot less. but ill try to update my 3 UF's for 2.0.1 before leaving.

im working a lot, and barely have like 4hours by day to do something else than work, and i dont really spend all this time working on UF's that im not even using anymore lol.

but ill try to do this for you guys. ill first do the changes to work on 2.0.1, then try to add casting frames.

and since i have 3 UF's to update, exept maybe like a week. sorry for that waiting time guys :S

btw - Thanks :)

Coldfury
12-12-2006, 01:59 PM
Here it is, updated for WoW 2.0.1.
You can find it there: http://forums.nurfed.com/showthread.php?p=104729#post104729

post the error/comments on the new thread i made plz, since it will make me need to watch 1 thread instead of 3 lol.
i dont mind trying to make some changes you want when i got time, even if i don't use them anymore. so just post your request on the other thread.

a67rhf7823jn8747==