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,967
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 10-08-19, 10:30 AM  
Zasz
A Kobold Labourer
 
Zasz's Avatar

Forum posts: 0
File comments: 89
Uploads: 0
I really love it. Unfortunately the latest patch screwed something up with the azerite/experience bar. I dont have a bar addon and the whole main bars are jumping up and down, hiding the azerite/experience bar and then showing it again at random.
Report comment to moderator  
Reply With Quote
Unread 04-21-18, 07:08 PM  
Antaras
A Kobold Labourer
 
Antaras's Avatar

Forum posts: 0
File comments: 19
Uploads: 0
BfA Update

Hello, and thank you for this UI, I've been enjoying using this for the past year or so and love it! I want to find out if you plan on updating it for the Battle for Azeroth expansion or not. I've seen SUI already update to the Alpha version, and there's another (ThuBzBlizzUI) that's also come close to this. Thank you for reading and I hope to hear back soon! If you need a tester for it, I will gladly do it.
Report comment to moderator  
Reply With Quote
Unread 01-21-18, 01:38 PM  
Rallykally
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
So I am using LortiUI and I am very pleased. However, it only darkens some components of the user interface.

Is it possible to darken all graphics? Like World Map edges, Character/Inspect frame, Game Menu edges, BAGS etc.
Report comment to moderator  
Reply With Quote
Unread 09-06-16, 06:23 AM  
adawong
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 73
Uploads: 1
whats the code for only skinning mainbar background (eagles and stuff)?
Report comment to moderator  
Reply With Quote
Unread 07-24-16, 10:37 PM  
adawong
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 73
Uploads: 1
LortiUI doesnt skin blizzlike unitframes like ouf_abu anymore, it always did in WoD. anyone know a workaround?
Report comment to moderator  
Reply With Quote
Unread 11-30-14, 12:54 PM  
Shantaram
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Originally Posted by lorti
Вместо папки core.lua открой файл actionbars.lua, все остальное точно так же.
Но в файле actionbars.lua нету такого кода. До сих пор не понимаю как отключить бэкграунд нижнего бара. Не мог бы ты поподробнее объяснить?
Report comment to moderator  
Reply With Quote
Unread 10-27-14, 10:59 AM  
Acidlollypop
A Kobold Labourer

Forum posts: 0
File comments: 9
Uploads: 0
Лорти, бро а где версия под вод?
Скачивает старую версию, она работает криво.
Report comment to moderator  
Reply With Quote
Unread 09-07-14, 12:47 AM  
JCFD90
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Hi great addon, but I was wondering if there was a way I can enable background texture (the art) on ExtraActionButton while keeping the dark square look. I've located the code but am not sure what to change / delete.

--remove the style background theme
bu.style:SetTexture(nil)
hooksecurefunc(bu.style, "SetTexture", function(self,

texture)
if texture then
--print("reseting texture: "..texture)
self:SetTexture(nil)
end
end)


thanks
Report comment to moderator  
Reply With Quote
Unread 09-05-14, 01:02 AM  
lorti
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 17
File comments: 41
Uploads: 1
Вместо папки core.lua открой файл actionbars.lua, все остальное точно так же.
Report comment to moderator  
Reply With Quote
Unread 08-20-14, 09:13 AM  
Shantaram
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Ранее ты писал как убрать бэкграунд нижней панели скилов. Но файла core.lua в папке нет. Есть только actionbars buffs frames. Каким образом убрать фон?

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 08-16-14, 05:52 PM  
lorti
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 17
File comments: 41
Uploads: 1
Re: Target's target

Originally Posted by Shantaram
Все перепробовал, не работает таргет таргета и таргет фокуса. Включал moveanything, позиция таргетов установлена, но не показывается.

Можно ли как то сделать как на этом скриншоте? http://c2n.me/iHJyfu
Мой аддон просто меняет цвет стандартных фреймов. Если у тебя не показываются сами фреймы, то мой аддон тут не причем, ошибка где-то в другом месте.

Сделать так, как на скриншоте, можно.
Report comment to moderator  
Reply With Quote
Unread 08-10-14, 02:09 AM  
Shantaram
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Target's target

Все перепробовал, не работает таргет таргета и таргет фокуса. Включал moveanything, позиция таргетов установлена, но не показывается.

Можно ли как то сделать как на этом скриншоте? http://c2n.me/iHJyfu
Report comment to moderator  
Reply With Quote
Unread 06-21-14, 10:27 AM  
lorti
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 17
File comments: 41
Uploads: 1
Originally Posted by barricanems
super job and super addons , just problems with omnicc and Lorti Ui i have double cooldowns in my actions bars . You have idea configure in .lua ? Thanks
lorti ui have nothing to do with cooldowns at all, it only change the appearence. your problems must be hidden somewhere else.
Report comment to moderator  
Reply With Quote
Unread 06-17-14, 07:26 AM  
barricanems
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
super job and super addons , just problems with omnicc and Lorti Ui i have double cooldowns in my actions bars . You have idea configure in .lua ? Thanks
Report comment to moderator  
Reply With Quote
Unread 03-15-14, 03:59 AM  
lorti
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 17
File comments: 41
Uploads: 1
Originally Posted by forzikx
Originally Posted by lorti
Originally Posted by forzikx
Привет! Как можно затемнить неймплейт и его кастбар, а также сменить их текстурки? Вот как здесь http://pikucha.ru/icHgX
Привет. Надо поставить свои текстурки, например, из IboUI.
А как это сделать?=) Я только смог поставить текстурку на хп и то только с помощью аддона Nameplates.
Загугли IboUI и в описании будет все написано.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: