Download
(27Kb)
Download
Updated: 11-19-13 05:09 AM
Pictures
File Info
Updated:11-19-13 05:09 AM
Created:08-26-13 09:35 AM
Downloads:47,992
Favorites:30
MD5:
Categories:Graphic UI Mods, Graphical Compilations, Minimalistic Compilations

Lorti UI  Popular! (More than 5000 hits)

Version: 1.0.1
by: lorti [More]

Hi everyone.

As you can see on attached images, this addon will turn all your default UI black. Nothing else. Addon is extremly lightweight.
Even though addon is called 'UI', in fact it is just a usual addon you can install and enable as any other addon. No need to copy WTF folder or whatever. Just plug&play.

You can right-click on minimap to open calendar and middle-click to open 'find'.

Many thanks to Zork and Wildbreath for their ideas, you guys are awesome.

1.0.1. Alternate mana/power bar and combopoints are now styled.

1.0.0. Release.
Post A Reply Comment Options
Unread 08-31-13, 12:31 AM  
Langepac
A Kobold Labourer

Forum posts: 0
File comments: 134
Uploads: 0
Red face nice

Lorti
Можно отдельный скрипт для затемнения баф / дебаф?
Report comment to moderator  
Reply With Quote
Unread 08-31-13, 08:36 AM  
lorti
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 17
File comments: 41
Uploads: 1
Re: nice

Originally Posted by Langepac
Lorti
Можно отдельный скрипт для затемнения баф / дебаф?
К сожалению нельзя, т.к. в затемнении бафов и дебафов используются кастомные текстурки.
Report comment to moderator  
Reply With Quote
Unread 09-12-13, 12:52 PM  
r3FLeX
A Murloc Raider

Forum posts: 9
File comments: 1
Uploads: 0
good work

Awesome UI! Keep updating it. Nice work.

Add PayPal button
Report comment to moderator  
Reply With Quote
Unread 09-13-13, 05:26 AM  
lorti
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 17
File comments: 41
Uploads: 1
Re: good work

Originally Posted by r3FLeX
Awesome UI! Keep updating it. Nice work.

Add PayPal button
Thank you, I appreciate that.
Report comment to moderator  
Reply With Quote
Unread 09-13-13, 10:28 AM  
Caditech
A Kobold Labourer

Forum posts: 0
File comments: 14
Uploads: 0
Love it!

Love the UI!!
Quick question, I looked around in you LUA files..how would I scale the action bars down? Besides UI scale..Sometimes I play on a laptop and the bars take up most of the bottom screen.

Or is is not possible to scale since it appears you just changed the textures.

Thanks in advance!
Report comment to moderator  
Reply With Quote
Unread 09-13-13, 11:54 AM  
lorti
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 17
File comments: 41
Uploads: 1
Re: Love it!

Originally Posted by Caditech
Love the UI!!
Quick question, I looked around in you LUA files..how would I scale the action bars down? Besides UI scale..Sometimes I play on a laptop and the bars take up most of the bottom screen.

Or is is not possible to scale since it appears you just changed the textures.

Thanks in advance!
You can try a macro
Code:
/script MainMenuBar:SetScale(0.8)
where 1 is default. Or just add it (w/o /script) into any lua file.
Last edited by lorti : 09-13-13 at 11:55 AM.
Report comment to moderator  
Reply With Quote
Unread 09-19-13, 06:37 AM  
Sevenum
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Action bar background

Great UI, thanks.

I was wondering, what would I have to do to remove the background from the bottom action bar?

I've managed to remove the gryffins using moveanything, but cant seem to remove the background to the main action bar, so it can be like the action bar above it so still keeping the dark texture but having the buttons only.

Thanks for your help in advance

Screenshot of my Ui here http://i.imgur.com/1PyVw9j.jpg
Report comment to moderator  
Reply With Quote
Unread 09-19-13, 09:29 AM  
lorti
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 17
File comments: 41
Uploads: 1
Re: Action bar background

Originally Posted by Sevenum
Great UI, thanks.

I was wondering, what would I have to do to remove the background from the bottom action bar?

I've managed to remove the gryffins using moveanything, but cant seem to remove the background to the main action bar, so it can be like the action bar above it so still keeping the dark texture but having the buttons only.

Thanks for your help in advance

Screenshot of my Ui here http://i.imgur.com/1PyVw9j.jpg
Open core.lua in Lorti UI/core folder with notepad.exe, find there
Code:
 for i,v in pairs({
   		
		SlidingActionBarTexture0,
		
		SlidingActionBarTexture1,
		
		BonusActionBarTexture0,
		BonusActionBarTexture1,
        	MainMenuBarTexture0,
		MainMenuBarTexture1,
		MainMenuBarTexture2,
		MainMenuBarTexture3,
        	MainMenuMaxLevelBar0,
        	MainMenuMaxLevelBar1,
		MainMenuMaxLevelBar2,
		MainMenuMaxLevelBar3,
		MainMenuXPBarTextureLeftCap,
		MainMenuXPBarTextureRightCap,
		MainMenuXPBarTextureMid,
		ReputationWatchBarTexture0,
		ReputationWatchBarTexture1,
		ReputationWatchBarTexture2,
		ReputationWatchBarTexture3,
			
              }) do

                 v:SetVertexColor(.2, .2, .2)
  
              end
and change v:SetVertexColor(.2, .2, 2.) to v:hide(). Should be working fine.
Report comment to moderator  
Reply With Quote
Unread 09-26-13, 11:18 AM  
meljen
A Fallenroot Satyr

Forum posts: 28
File comments: 309
Uploads: 0
Is everything skinned, or just the minimap circle, player/target and action bars? Looks really nice, just curious! :-)
Report comment to moderator  
Reply With Quote
Unread 09-26-13, 04:35 PM  
lorti
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 17
File comments: 41
Uploads: 1
Originally Posted by meljen
Is everything skinned, or just the minimap circle, player/target and action bars? Looks really nice, just curious! :-)
Everything you can see everyday is skinned, including player, target, focus, party, arena frames, pet frame, party pet frames, action bars, minimap, casting bars.

Nameplates is unskinned though since I don't use default version of it.

I've played 1-90 with my UI active and everything seems to be working fine. I still keep an eye on bugs though.
Last edited by lorti : 09-26-13 at 11:42 PM.
Report comment to moderator  
Reply With Quote
Unread 10-01-13, 03:30 AM  
mayumayu
A Kobold Labourer
 
mayumayu's Avatar

Forum posts: 0
File comments: 7
Uploads: 0
бафы не двигаются

зажимаю альт+шифт+ лкм и ничего не происходит.

ЧЯДНТ?
Report comment to moderator  
Reply With Quote
Unread 10-01-13, 03:32 AM  
lorti
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 17
File comments: 41
Uploads: 1
Originally Posted by mayumayu
бафы не двигаются

зажимаю альт+шифт+ лкм и ничего не происходит.

ЧЯДНТ?
Мм... а почему ты вдруг решил, что они должны двигаться? Оо..
Report comment to moderator  
Reply With Quote
Unread 10-01-13, 06:15 AM  
felixod
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 2
Uploads: 1
Тема супер, если можно, скажи плиз какие шрифты на скриншоте используются? хочу так же сделать у себя стандартные шрифты немного не в тему.
Report comment to moderator  
Reply With Quote
Unread 10-01-13, 06:17 AM  
lorti
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 17
File comments: 41
Uploads: 1
Originally Posted by felixod
Тема супер, если можно, скажи плиз какие шрифты на скриншоте используются? хочу так же сделать у себя стандартные шрифты немного не в тему.
Я название давным-давно забыл, поэтому держи просто мою папку Fonts. Распакуй архив в папку с игрой и все будет норм.
Report comment to moderator  
Reply With Quote
Unread 10-01-13, 07:06 AM  
mayumayu
A Kobold Labourer
 
mayumayu's Avatar

Forum posts: 0
File comments: 7
Uploads: 0
можно ли использовать код на передвижение фреймов для бафов?
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: