PDA

View Full Version : 3d models on Party and Pet



Loke
06-10-2006, 11:10 AM
Thanks to MrO for his 3D party, i ended up with :

http://northrend.dk/upl/new4.jpg
http://northrend.dk/upl/layout.lua
http://northrend.dk/upl/statusbar6.tga put in nurfed_utility/images


added a couple more events for the 3D models to get some better updating, not 100% fast but better than standard

tried to edit the thead name, couldn't though, should have known

messed around with it some

MrO
06-10-2006, 04:04 PM
I did that as well. Mine works.

http://www.worldofechelon.com/forum/files/sartura_153.jpg

Gigamo
06-11-2006, 12:55 AM
I did that as well. Mine works.

http://www.worldofechelon.com/forum/files/sartura_153.jpg

Nice feralloot!

blutrausch
06-11-2006, 02:38 AM
Nice feralloot!
so your rogues are wearing bloodfang for the DISARM bonus in PvE ? :>>

Gigamo
06-11-2006, 02:48 AM
ofc!

Was more talking about the belt tho xD

Loke
06-11-2006, 07:43 AM
I did that as well. Mine works.

http://www.worldofechelon.com/forum/files/sartura_153.jpg

nice one, thanks :)

now i just need to make the borders and backgrounds fully transparent and im set

Loke
06-11-2006, 11:22 PM
ok here messed around with it a bit and this is what i got now :

http://northrend.dk/upl/new2.jpg

kinkyafro
06-12-2006, 04:37 AM
ok here messed around with it a bit and this is what i got now :

http://northrend.dk/upl/new2.jpg


Very nice!

Loke
06-12-2006, 09:28 AM
need to figure out why the party 3d models dont update that quick though

Loke
06-13-2006, 02:27 PM
bump, done with it. :)

Slug
06-13-2006, 08:59 PM
Your links don't work.

Loke
06-14-2006, 03:22 AM
my bad, fixed em

meliver
06-15-2006, 11:46 PM
where would i extract that file.

MrO
06-16-2006, 01:05 AM
Meliver you noob.

c:\Program Files\World of Warcraft\Interface\AddOns\Nurfed_ActionBars\

Dabogimp
06-21-2006, 05:49 PM
how would i go about adding the line border back to the unitframes? other than that i really like this layout

i know this has been asked before but i cant find it again with the alpha i get the numbers near the upper right of my screen saying the life the mob has how do i get rid of that?

priesten
06-30-2006, 01:07 PM
Can someone tell me what the code is to make the 3d model portraits for the party? I have modified the code in my current "Default.lua" alot, and I don't want to remake that, so what's the code? :)

auren
06-30-2006, 08:46 PM
Heres some code i made that is a working 3d party frame


model = {
template = "Nurfed_Unit_model",
properties = {
size = { 30 , 30 },
events = {
"PLAYER_ENTERING_WORLD",
"PLAYER_TARGET_CHANGED",
"PARTY_MEMBERS_CHANGED",
"PARTY_LEADER_CHANGED",
"UNIT_NAME_UPDATE",
"PLAYER_TARGET_CHANGED",
},
Anchor = { "TOPLEFT", "$parent", "TOPLEFT", 3, -7 }
}


},

Stick it right under the party section of buff1...debuff4, in the layout.lua of course.

h0ratio
07-01-2006, 04:47 AM
@ Loke: I copied your Layout.lua but I got this:

http://img340.imageshack.us/img340/2605/asdasd9dt.png (http://imageshack.us)

Why is the background blank? I want it like you have, a dark background. What went wrong? Please help me.

h0ratio
07-01-2006, 04:59 AM
And which part of the Layout.lua is the part which makes the 3D avatars of the party member? I want to do some experiments with them. :D So please Loke, tell me.

ReNaN_
07-01-2006, 10:03 AM
Loke what is your reputation bar ? need it !

Loke
07-01-2006, 01:58 PM
Loke what is your reputation bar ? need it !
AceXPBar find it on wowinterface.com


@ Loke: I copied your Layout.lua but I got this:

http://img340.imageshack.us/img340/2605/asdasd9dt.png (http://imageshack.us)

Why is the background blank? I want it like you have, a dark background. What went wrong? Please help me.

uncomment :


-- Nurfed_Unit_backdrop = {
-- bgFile = "Interface\\Tooltips\\UI-Tooltip-Background",
-- edgeFile = "Interface\\Tooltips\\UI-Tooltip-Border",
-- tile = true,
-- tileSize = 16,
-- edgeSize = 16,
-- insets = { left = 5, right = 5, top = 5, bottom = 5 },
-- },
--

its in the top of the layout


And which part of the Layout.lua is the part which makes the 3D avatars of the party member? I want to do some experiments with them. :D So please Loke, tell me.


model = {
template = "Nurfed_Unit_model",
properties = {
size = { 40, 41 },
Anchor = { "TOPLEFT", "$parent", "TOPLEFT", 5, -5 },
},
},


its under children in the party frame

Lobert
07-01-2006, 04:20 PM
I cannot download this file :(

Loke
07-01-2006, 09:36 PM
err should be good that link, else id need a more detailed info about why, if i am to help you

h0ratio
07-02-2006, 02:04 AM
Thx @ Loke for the help but now I've got a new problem:

http://img70.imageshack.us/img70/2715/hio8sd.png (http://imageshack.us)

Why is it so white? On your screenshot it is dark and I want it like you have it here:

http://northrend.dk/upl/new2.jpg

Shield
07-02-2006, 02:15 AM
Refer to post: http://forums.nurfed.com/showthread.php?t=10029
about the white background.

Lobert
07-02-2006, 03:09 AM
ehm...Loke it was a problem with my Browser its allright now...and i'm fucking happy :D

illusive_06
07-02-2006, 03:17 AM
Raid Buff Status , this a private addon? Something I would love to have being a raid leader. If you care to share id appreicate it , searched Cursed wowinterface and ui.worldofwar.net , with no luck searching on it :) thanks again.

Lobert
07-02-2006, 03:24 AM
how can i see the taken dmg and heal in my target thats very important ;)

Loke
07-02-2006, 09:00 AM
Raid Buff Status , this a private addon? Something I would love to have being a raid leader. If you care to share id appreicate it , searched Cursed wowinterface and ui.worldofwar.net , with no luck searching on it :) thanks again.

yeah your not gonna find it there :P

http://digifort.com/rabuffs.zip

Calistohelix
07-02-2006, 01:47 PM
Hi, love this setup, I'm not very good with editing these files, so I could use some help. I'm trying to get the ToT & ToTT to show up like in the old version, and I'm coming up a bit short. I changed the code to:


target = { template = "Nurfed_Unit_mini", properties = { Anchor = { "TOPLEFT", "$parent", "TOPRIGHT", -178, 20 } } },
targettarget = { template = "Nurfed_Unit_mini", properties = { Anchor = { "TOPLEFT", "$parent", "TOPRIGHT", -82, 20 } } },

And it gives me this:

http://www.calistohelix.com/unitframe.jpg

Any help on what I need to do to make the ToTT show up?

Calistohelix
07-04-2006, 04:13 PM
Bump for requesting assistance :)

Loke
07-05-2006, 09:16 AM
Hi, love this setup, I'm not very good with editing these files, so I could use some help. I'm trying to get the ToT & ToTT to show up like in the old version, and I'm coming up a bit short. I changed the code to:


target = { template = "Nurfed_Unit_mini", properties = { Anchor = { "TOPLEFT", "$parent", "TOPRIGHT", -178, 20 } } },
targettarget = { template = "Nurfed_Unit_mini", properties = { Anchor = { "TOPLEFT", "$parent", "TOPRIGHT", -82, 20 } } },

And it gives me this:

http://www.calistohelix.com/unitframe.jpg

Any help on what I need to do to make the ToTT show up?

sure its not commented out ? mine is

Calistohelix
07-05-2006, 04:34 PM
Hahahahaha.

Thanks for that, I'm a noob :D

kNy
07-20-2006, 04:35 AM
ok here messed around with it a bit and this is what i got now :

http://northrend.dk/upl/new2.jpg

whats needed to do to get it like that?

Loke
07-20-2006, 05:19 AM
whats needed to do to get it like that?
err ? get what like what ? specify that please

Paddi
07-20-2006, 08:10 AM
err ? get what like what ? specify that please


i think he want to download it

siand
07-20-2006, 11:41 AM
ok here messed around with it a bit and this is what i got now :

http://northrend.dk/upl/new2.jpg

I really like your unit frames in this pic, would it be possible to get a download?

kNy
07-22-2006, 02:53 PM
err ? get what like what ? specify that please

in the downloadable version there are no boarders ect...

but i want to have it with that boardes just like the party frame on that picture

puii
08-09-2006, 11:13 PM
in the downloadable version there are no boarders ect...

but i want to have it with that boardes just like the party frame on that picture

BUMP I MUST HAVE THIS ASWELL!! NOW

Loke
08-10-2006, 12:48 PM
edit a ton of stuff lately to suit my taste's, if you realy want the background back you'll have to un comment those bits

looks like this :


-- Backdrop = {
-- bgFile = "Interface\\Tooltips\\UI-Tooltip-Background",
-- edgeFile = "Interface\\Tooltips\\UI-Tooltip-Border",
-- tile = true,
-- tileSize = 16,
-- edgeSize = 8,
-- insets = { left = 2, right = 2, top = 2, bottom = 2 }
-- },


its in there 3 places

just remove the -- all those places

puii
08-10-2006, 10:20 PM
Could you just upload the Layout.lua you had in this?

http://northrend.dk/upl/new2.jpg

Cause i just tried what you said and i get the borders but it goes all white and the health/mana dissapear.

http://www.imagesocket.com/images/WoWScrnShot_081106_153043965.jpg

Loke
08-11-2006, 09:14 AM
the bars is becouse i use a custom texture (added) or you could go to the layout and edit the "statubar6.tga" to the name of any of the other textures
"statusbar.tga" or
"statusbarX.tga" where X is 2 to 5

i also fixed the weird backgrounds in my layout file, but they remain commented out by default is i dont have them on myself

puii
08-11-2006, 04:31 PM
Upload the old layout.lua you had, with what you told me so far i can edit it to the way i want it. (the first layout you had up)

The one here http://northrend.dk/upl/new3.jpg

Loke
08-13-2006, 09:58 AM
i dont keep all the different ones, im purely doing this layout for my self still sharing what i have on here, ive allready gone to lenths to help you and if you dont like it then change it your self it aint hard.

Madhatter
08-27-2006, 03:45 AM
...

http://northrend.dk/upl/new4.jpg...



sry to ask but how did u get that bar-texture on your raidframes?

Loke
08-27-2006, 08:34 AM
i selected them in options >.<' its not ctra though if thats what your thinking, http://www.wowace.com/forums/index.php/topic,1758.0.html

Madhatter
08-27-2006, 03:17 PM
aaaah thanks :D

a67rhf7823jn8747==