View Single Post
12-14-09, 01:52 PM   #3
Zhek
A Murloc Raider
Join Date: Dec 2009
Posts: 4
Well, to go around the texture size limit, I'd want to add two other textures just on top of the already-coded side textures. I've got it all sliced up and ready on photoshop, but what's stopping me is the code part. I have no idea where to go and what to edit/add to make it fit in the screen, keep it scalable like the rest of the dashboard and position it so it's seamlessly fit just on top of the side textures.

[Edit] And just by digging I found what I wanted. For those seeking the same thing;

In nUI.xml, it's pretty much after the 15-20 first lines, there's your texture list for the bottombar, modified by the layout mods. My guess is if you want to add a few, you need to add other textures and offset them in the proper position. If you want them right on top, the offset should be y="512". Notice that's to be put in the Anchor's offset, and not the size.

Correct me if I'm wrong :P

Last edited by Zhek : 12-14-09 at 02:02 PM.