Thread Tools Display Modes
01-04-14, 01:14 AM   #1
Kkthnx
A Cobalt Mageweaver
 
Kkthnx's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2011
Posts: 247
Thumbs up New UI! (NeavUI as base)


Chat bubbles!

Icon on tooltip now and colored with rarity of item.

Cargbags with beautyborder applied to match UI

New nLoot! colors by questitem and rarity of items.

Aurora, plus one of P3lims addons. You rock man.

In combat here. You can see the raid frames too. They highlight white beautyborder when targeting one of your raid members.

The idea of this was to try to get a fully in place set ui thats really just install and play. Its clean, simple and right to the point and has many amazing features. In the end I do thank every addon author out there too, P3lim, Phanx, Nib, 10leej, Game92, Neal, Goldpaw, Azilroka, cokedrivers, Haleth and so many more amazing talented people whom I learn from and that I am inspired from and whom addons I do use. Thank all! Any and all thoughts are welcome!
__________________
Success isn't what you've done compared to others. Success is what you've done compared to what you were made to do.

Last edited by Kkthnx : 01-04-14 at 04:52 AM.
  Reply With Quote
01-04-14, 05:19 AM   #2
Slaxi81
Guest
Posts: n/a
looks nice, is it finished yet?
(imo the item borders on the character frame don't fit perfectly to the rest)


greetings
slaxi

Last edited by Slaxi81 : 01-04-14 at 05:28 AM.
  Reply With Quote
01-04-14, 05:57 AM   #3
Kkthnx
A Cobalt Mageweaver
 
Kkthnx's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2011
Posts: 247
Originally Posted by Slaxi81 View Post
looks nice, is it finished yet?
(imo the item borders on the character frame don't fit perfectly to the rest)


greetings
slaxi
Yah, i seriously need to apply the beautycase there and aurora needs to fully have beautycase applied on it but I have no clue as how to properly apply it yet. I think a friend is going to step in a help with that. I do have a couple of things I wanna do like some other skins and clleaning things up. I wanna make sure the peoples addons I do use give me the okay to let this be released too. P3lim and others I have not messaged about it all yet so. I wanna be sure they give it the green light or red light. I will keep this thread posted with updates within the next few days.
__________________
Success isn't what you've done compared to others. Success is what you've done compared to what you were made to do.
  Reply With Quote
01-04-14, 06:41 AM   #4
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617


No, no we do not.

Anyway, in theory I'm all for replacing the Blizzard panel artwork with something cleaner with nice borders, but in practice I just never quite like how it turns out. Someone needs to come up with a good background texture that's not just that awful semitransparent black.
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote
01-04-14, 09:43 AM   #5
Kkthnx
A Cobalt Mageweaver
 
Kkthnx's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2011
Posts: 247
Originally Posted by Phanx View Post
-

No, no we do not.

Anyway, in theory I'm all for replacing the Blizzard panel artwork with something cleaner with nice borders, but in practice I just never quite like how it turns out. Someone needs to come up with a good background texture that's not just that awful semitransparent black.
Hmm, I will agree. We all start somewhere lmao. I think I might have an Idea. Will post something later on if I find time while at work to work on this and if this idea is gonna look cool..
__________________
Success isn't what you've done compared to others. Success is what you've done compared to what you were made to do.
  Reply With Quote
01-04-14, 09:49 AM   #6
MoonWitch
A Firelord
AddOn Author - Click to view addons
Join Date: Sep 2007
Posts: 455
At one point, I tried to find a better background texture, but in the end - a varying alpha and flat seemed simplest and best looking, even though it's boring. Same with my borders, finding one that works on frames, tooltips, action bar ... yeah

I've always wanted something like this https://www.dropbox.com/s/hwtml3naqt...2f-d4a70t2.png
__________________

Last edited by MoonWitch : 01-04-14 at 09:51 AM.
  Reply With Quote
01-04-14, 11:41 AM   #7
Kkthnx
A Cobalt Mageweaver
 
Kkthnx's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2011
Posts: 247
Originally Posted by MoonWitch View Post
At one point, I tried to find a better background texture, but in the end - a varying alpha and flat seemed simplest and best looking, even though it's boring. Same with my borders, finding one that works on frames, tooltips, action bar ... yeah

I've always wanted something like this https://www.dropbox.com/s/hwtml3naqt...2f-d4a70t2.png
ugh that would be amazing. im going to cook something up.. I like this... Muhaha. Anyways on a another note, I could not sleep much after what Slaxi81 said. I also hate when crap does not match so I took the time making it my next tackle. Results so far and I also shot a questitem color on the buttons for the merchant and guild frame.. Do you think it looks okay or should I do grey or classcolor?

__________________
Success isn't what you've done compared to others. Success is what you've done compared to what you were made to do.
  Reply With Quote
01-07-14, 04:16 PM   #8
Mazzy_Wow
A Murloc Raider
 
Mazzy_Wow's Avatar
Join Date: Jul 2012
Posts: 9
Looks stunning! I can't wait for you to upload this amazing ui!
  Reply With Quote
01-07-14, 06:13 PM   #9
Nimhfree
A Frostmaul Preserver
AddOn Author - Click to view addons
Join Date: Aug 2006
Posts: 267
You might want to do something about your "quest frame" since it seems to be floating in the middle of things:


-- Move the objectives over to the right now that the action bars
-- are no longer there.
local f=WatchFrame
f:SetMovable(1)
f:SetUserPlaced(true)
f:SetPoint("TOPRIGHT", MinimapCluster, "BOTTOMRIGHT", 0, 0)
  Reply With Quote
01-07-14, 08:42 PM   #10
Kkthnx
A Cobalt Mageweaver
 
Kkthnx's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2011
Posts: 247
Originally Posted by Nimhfree View Post
You might want to do something about your "quest frame" since it seems to be floating in the middle of things:


-- Move the objectives over to the right now that the action bars
-- are no longer there.
local f=WatchFrame
f:SetMovable(1)
f:SetUserPlaced(true)
f:SetPoint("TOPRIGHT", MinimapCluster, "BOTTOMRIGHT", 0, 0)


The watchframe is movable by shift clicking it already.. Im not sure where you see it in the middle of things. Its in a perfect spot plus it auto hides in raids, pvp.
__________________
Success isn't what you've done compared to others. Success is what you've done compared to what you were made to do.
  Reply With Quote
01-07-14, 11:24 PM   #11
10leej
A Molten Giant
 
10leej's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2011
Posts: 583
Originally Posted by Kkthnx View Post
The watchframe is movable by shift clicking it already.. Im not sure where you see it in the middle of things. Its in a perfect spot plus it auto hides in raids, pvp.
He probably didn't notice it. Thats the same place I keep my Watch frame as well.
__________________
Tweets YouTube Website
  Reply With Quote
01-08-14, 12:44 AM   #12
Kkthnx
A Cobalt Mageweaver
 
Kkthnx's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2011
Posts: 247
UI is just about complete just a couple minor things.

__________________
Success isn't what you've done compared to others. Success is what you've done compared to what you were made to do.
  Reply With Quote
01-08-14, 07:36 AM   #13
Mazzy_Wow
A Murloc Raider
 
Mazzy_Wow's Avatar
Join Date: Jul 2012
Posts: 9
Questions!

Hi! I have a couple of questions about your addon, if I may ask

Firstly, will you upload it as a all-in-one addon? Or will it have little modules like NeavUI? It makes it easier to decide which part you want and what not

Secondly, I'm already using !Beautycase (the one that NeavUI comes with) Will it work with your UI? or should a do something with the coding? I'm a completely noob with programming (i can only switch from true to false, and set scale to something Q_Q) so I want to be prepared for when your addon comes out!

Lastly, will you upload the UI using your lastest textures or the ones that looked like Aurora? I really like the first one but I understand that you, as the author, want to upload your own.

Sorry for my english mistakes and thanks for reading!

Last edited by Mazzy_Wow : 01-08-14 at 07:39 AM.
  Reply With Quote
01-08-14, 08:30 AM   #14
Kkthnx
A Cobalt Mageweaver
 
Kkthnx's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2011
Posts: 247
Originally Posted by Mazzy_Wow View Post
Hi! I have a couple of questions about your addon, if I may ask

Firstly, will you upload it as a all-in-one addon? Or will it have little modules like NeavUI? It makes it easier to decide which part you want and what not

Secondly, I'm already using !Beautycase (the one that NeavUI comes with) Will it work with your UI? or should a do something with the coding? I'm a completely noob with programming (i can only switch from true to false, and set scale to something Q_Q) so I want to be prepared for when your addon comes out!

Lastly, will you upload the UI using your lastest textures or the ones that looked like Aurora? I really like the first one but I understand that you, as the author, want to upload your own.

Sorry for my english mistakes and thanks for reading!
Well as I stated the base is NeavUI. (Neals UI was amazing do not get me wrong I just needed to mod it some and then it turned into I needed to mod it a lot. Then it went from there. I felt like I needed to change a lot to fix my style. Everything is gonna be what you see in the screenshot. Yes you can swap out modules and just do away with them and pick what ones you want and what ones you wanna replace with your own. After all its (NeavUI) just modded.

With Aurora, you can just simply reinstall the og one and get the same effect with everything just being the og one. I connected backdrops to Aurora, just because i like it that way.
__________________
Success isn't what you've done compared to others. Success is what you've done compared to what you were made to do.
  Reply With Quote
01-09-14, 02:13 PM   #15
Mazzy_Wow
A Murloc Raider
 
Mazzy_Wow's Avatar
Join Date: Jul 2012
Posts: 9
:d?

Here is a random pony to remind you that i can't wait for your ui to be uploaded...
  Reply With Quote
01-09-14, 02:44 PM   #16
Imithat
A Fallenroot Satyr
 
Imithat's Avatar
AddOn Author - Click to view addons
Join Date: May 2008
Posts: 27
very cool ui ! i can't wait too
  Reply With Quote
01-12-14, 04:55 PM   #17
Trendkill09
A Fallenroot Satyr
 
Trendkill09's Avatar
Join Date: Sep 2013
Posts: 21
  Reply With Quote
01-13-14, 07:07 AM   #18
Kkthnx
A Cobalt Mageweaver
 
Kkthnx's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2011
Posts: 247
MORE TEASERS LOTS OF STUFF I STILL WANNA DO!

Just know none of this would be possible without the other amazing talented authors addons I do use in this.

The !beautycase texture is defaulted pure white now. I find this to be so much easier! Colors really stand out! Started redoing the close button too!


__________________
Success isn't what you've done compared to others. Success is what you've done compared to what you were made to do.

Last edited by Kkthnx : 01-13-14 at 07:10 AM.
  Reply With Quote
01-13-14, 07:47 AM   #19
Poxus
A Defias Bandit
Join Date: Feb 2008
Posts: 2
Are you interested in testers to help you work out any bugs?

I'm refilling a new character tonight on Hyjal and could report on bugs, issues as I find them.

Mostly I currently run these add-ons:
ElvUI
NPC Scan/Overlay
DBM
GTFO
Let me know, love the look of your work and be glad to help if possible
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » UI Screenshots, Feedback and Design Discussion » New UI! (NeavUI as base)

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off