WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   RealUI (https://www.wowinterface.com/forums/forumdisplay.php?f=163)
-   -   RealUI (https://www.wowinterface.com/forums/showthread.php?t=44763)

Nomaddc 04-19-13 03:05 PM

Spotted glitchy thing:
As feral (cat) druid, Savage roar bar is flickering (or I'm hardly noticing some other bar appearing behind it for split seconds) a lot regardless of CPU performance mode/duration.

Nibelheim 04-19-13 03:15 PM

Quote:

Originally Posted by Nomaddc (Post 276793)
Spotted glitchy thing:
As feral (cat) druid, Savage roar bar is flickering (or I'm hardly noticing some other bar appearing behind it for split seconds) a lot regardless of CPU performance mode/duration.

What kind of flickering? Does the bar keep on disappearing and reappearing? Or is the bar animation just a little unsmooth?


Quote:

Originally Posted by Skyotter (Post 276791)
With the amount of time you spend making the UI... do you ever get a chance to play the game at all lol ;-p

There's a reason I'm still level 86 :p

Nibelheim 04-19-13 04:48 PM

DBM skinning coming along:

Nomaddc 04-19-13 07:26 PM

Quote:

Originally Posted by Nibelheim (Post 276794)
What kind of flickering? Does the bar keep on disappearing and reappearing? Or is the bar animation just a little unsmooth?

Looks like some other bar keeps appearing and disappearing at background of one for savage roar.

Massiveunit 04-19-13 10:20 PM

Quote:

Originally Posted by Nibelheim (Post 276798)
DBM skinning coming along:

Looks sweet...
Massive

Desmodis 04-20-13 12:03 AM

Fonts on nameplates
 
Hello

How can i make the fonts from Nameplates bigger? If i change it in KUI after a /rl ist always small again, if i change the fontsize in Real Options the quest tracker changes.
Can you pls help me. Cause im a little bit older and my eyes are not soooo good.

Nibelheim 04-20-13 12:08 AM

Quote:

Originally Posted by Desmodis (Post 276805)
Hello

How can i make the fonts from Nameplates bigger? If i change it in KUI after a /rl ist always small again.

/realui > Skins > untick KuiNameplates

Ordrosh 04-20-13 12:56 AM

Quote:

Originally Posted by Nibelheim (Post 276798)
DBM skinning coming along:

nice :D looking forward to it

Haleth 04-20-13 07:00 AM

I'm working on a new DBM style too, Nibelheim :) it rather annoys me how the bar spark is 1 pixel down from the center, and the only way to change that is to hook into every bar's OnUpdate... :p

Nibelheim 04-20-13 07:36 AM

Quote:

Originally Posted by Haleth (Post 276822)
I'm working on a new DBM style too, Nibelheim :) it rather annoys me how the bar spark is 1 pixel down from the center, and the only way to change that is to hook into every bar's OnUpdate... :p

Would changing the Spark texture to a custom texture that's 1 pixel higher work?

Haleth 04-20-13 08:22 AM

There's an idea, but you'd have to make the texture at least twice as high and then adjust the height (textures must have dimensions equal to a power of 2).

Nibelheim 04-20-13 08:53 AM

Quote:

Originally Posted by Haleth (Post 276828)
There's an idea, but you'd have to make the texture at least twice as high and then adjust the height (textures must have dimensions equal to a power of 2).

I meant more along the lines of just shifting the spark portion of the current texture down (or up) :p


Haleth 04-20-13 09:00 AM

I don't think that'd actually change anything, correct me if I'm wrong. What you're doing there would make it one pixel smaller at the top, making the distance from the top 2 pixels. Right now, it's 1 pixel from the top and 1 pixel below the bottom, whereas it should line up with both edges. If you get what I'm saying.

Nibelheim 04-20-13 09:08 AM

Quote:

Originally Posted by Haleth (Post 276830)
I don't think that'd actually change anything, correct me if I'm wrong. What you're doing there would make it one pixel smaller at the top, making the distance from the top 2 pixels. Right now, it's 1 pixel from the top and 1 pixel below the bottom, whereas it should line up with both edges. If you get what I'm saying.

Yeah, there's a bit of communication mishaps happening here :p I tested it and got good results. Made my own spark texture with the spark portion moved up a bit and set the spark texture's size in bar creation to better fit my bar size.



Lua Code:
  1. spark:SetHeight(26)
  2. spark:SetTexture([[Interface\AddOns\nibRealUI\Media\Skins\DBMSpark]])

Edit: Man, just saw that image I made of the spark texture. That's horribly done on my part.
Old > New

Massiveunit 04-20-13 09:21 AM

Nib,
The icons on the quest watch fame are now skinned to match real UI. Did u sneak that change in on me?
Massive

Nibelheim 04-20-13 09:23 AM

Quote:

Originally Posted by Massiveunit (Post 276832)
Nib,
The icons on the quest watch fame are now skinned to match real UI. Did u sneak that change in on me?
Massive

r7 b

A certain someone's not reading my patch notes :p

Haleth 04-20-13 10:00 AM

Ah, I understand what you did now :D Just did something similar, it works. Thanks for the idea!

Daergar 04-20-13 02:05 PM

Quote:

Originally Posted by Nibelheim (Post 276807)
/realui > Skins > untick KuiNameplates

I don't have KuiNameplates on the Skins screen at all, only Timer Trackers, World Map, Game Menu, Raven, and Pet Battles

Would also like to change the font size of the nameplates

Nomaddc 04-20-13 02:54 PM

Too bad DXE is no more. Would be really cool if it got picked up by someone else so it could be used in RealUI instead of DBM (which is really annoying at times)

BTW, whats up with junk seller? It still doesn't work. EDIT: doh, noticed it's now part of carg bags, so this issue dismissed.

Also would be nice to get non-console settings interface for bags addon (I decided to give it a try, but having to reload every time to add container and problems with new container placement/sorting are not making it better). And would be nice to see some documentation on custom stuff, unique for RealUI :) EDIT: found out how to move stuff, still filtering rules and default bags description lacking.

Nibelheim 04-20-13 04:00 PM

Quote:

Originally Posted by Daergar (Post 276850)
I don't have KuiNameplates on the Skins screen at all, only Timer Trackers, World Map, Game Menu, Raven, and Pet Battles

Would also like to change the font size of the nameplates

Doh, forgot to include it in the options. Will fix it up.


Quote:

Originally Posted by Nomaddc (Post 276851)
Too bad DXE is no more. Would be really cool if it got picked up by someone else so it could be used in RealUI instead of DBM (which is really annoying at times)

BTW, whats up with junk seller? It still doesn't work.

Do you get any errors when at the merchant? Is your Junk Seller enabled?


All times are GMT -6. The time now is 07:54 AM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI