lotrointerface.com
Search Downloads


Go Back   LoTROInterface > LotRO Compilations


Post A Reply
Author Comments Comment Options
Unread 01-17-2017, 01:46 PM  
Mynameisgonz
The Undefeated
Interface Author - Click to view interfaces

Forum posts: 5
File comments: 12
Uploads: 3
Quote:
added! download the 2.0 version and let me know if you have any trouble.


Aww, no 1366x768 version
I got it up, download and let me know if you have issue
Mynameisgonz is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-17-2017, 08:14 PM  
char0079
The Wary

Forum posts: 0
File comments: 1
Uploads: 0
Is the 1680x1050 version supposed to have a seperate download? Because I'm not seeing it, just the other two non 1080 versions.
char0079 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-18-2017, 06:56 AM  
Covertz
The Wary

Forum posts: 0
File comments: 1
Uploads: 0
Issues with target nameplate

Morning,

Firstly, thanks so much for maintaining this awesome skin. It makes playing so much more enjoyable for me and I'd happily donate a beer or two to you!

I'm having a small issue where the target nameplate sometimes shifts upwards and causes a weird graphical bug, please see a link to my stream VoD with the issue. I'll also link a screenshot of the problem. It's only seems to occur on certain mobs and will randomly cure itself then come back at seemingly random times.

Stream Link (Skip to 1hr 14m)

IMGUR Link

I have the default config loaded on 1920x1080 and the only setting I adjusted was the floating text above the portrait.

Thanks so much.
Covertz is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-18-2017, 04:26 PM  
Kriptik
The Wary
 
Kriptik's Avatar

Forum posts: 0
File comments: 3
Uploads: 0
Quote:
I would love to see a 1600x900 compatible version

added! download the 2.0 version and let me know if you have any trouble.
Under the 2.0 Changes section you wrote "Introduced 1900x600" instead of 1600x900

Thanks for the quick reply, I was hoping i'd be able to use this skin. You rock!
Kriptik is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-20-2017, 10:42 PM  
jhurt74
The Wary

Forum posts: 0
File comments: 1
Uploads: 0
Fellowship Menu

Where do I click to access the fellowship leader menu? Im sure this is a stupid question

I would normally right click on my portrait, but I don't have a portrait with this UI. Ive clicked all around the stream and cant seem to figure it out.
jhurt74 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-23-2017, 09:29 PM  
Mynameisgonz
The Undefeated
Interface Author - Click to view interfaces

Forum posts: 5
File comments: 12
Uploads: 3
Re: Fellowship Menu

Quote:
Where do I click to access the fellowship leader menu? Im sure this is a stupid question

I would normally right click on my portrait, but I don't have a portrait with this UI. Ive clicked all around the stream and cant seem to figure it out.
Bug! For now select yourself and target via the target ui (anywhere)
Mynameisgonz is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-26-2017, 10:59 PM  
Balphine
The Wary
 
Balphine's Avatar

Forum posts: 0
File comments: 1
Uploads: 0
Load Screens

Hey man, love the UI!

If I wanted to use JUST the load screens on certain characters, is there a way to do that?

Thanks!
Balphine is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-27-2017, 06:13 AM  
Erich-Zann
The Wary

Forum posts: 0
File comments: 1
Uploads: 0
That is the best Lotro UI ever. Thanks . Can you please scale it for 2560x1440 as well, if its not too much trouble, because I play on imac? I tried to modify SkinDefinition.xml to make it 2560x1440 but it was a failure lol. Thanks again for the great ui, take care
Erich-Zann is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-28-2017, 02:30 PM  
Mynameisgonz
The Undefeated
Interface Author - Click to view interfaces

Forum posts: 5
File comments: 12
Uploads: 3
Re: Load Screens

Quote:
Originally Posted by Balphine
Hey man, love the UI!

If I wanted to use JUST the load screens on certain characters, is there a way to do that?

Thanks!
create a folder called "loadingscreen" or whatever you want in the ui/skins folder.
grab loading_progress.tga and loading_screen.tga from the misc folder of my UI and dump it in this folder
Make a file called SkinDefinition.xml and add this content and save it in the folder:

Code:
<?xml version="1.0" encoding="UTF-8"?>
<opt>
<SkinName Name="Just The Horse Loading Screen"/>
<Mapping ArtAssetID="larger_overlay_silver_theater" FileName="loading_progress.tga"/>
<Mapping ArtAssetID="theater_top_bottom" FileName="loading_screen.tga"/>
 
	<PanelFile ID="ID_UISkin_Theater">
		<Element ID="Theater_LoadingProgress" X="0" Y="908" Width="1920" Height="5"> 
			<Element ID="LoadingProgressUIElement_Overlay" X="0" Y="0" Width="1920" Height="5"/>	
			<Element ID="LoadingProgressUIElement_Meter" X="0" Y="0" Width="1920" Height="16"/>
			<Element ID="LoadingProgressUIElement_Label" X="0" Y="-1" Width="1" Height="1"/>
		</Element>
		<Element ID="StoryField" X="0" Y="0" Width="1920" Height="1080">
			<Element ID="HintDisplay" X="235" Y="752" Width="1000" Height="30"/>
			<Element ID="Theater_Anim" X="916" Y="-200" Width="100" Height="100"/>
			<Element ID="Theater_Matte" X="0" Y="0" Width="1920" Height="1080"/>
			<Element ID="Internal" X="0" Y="0" Width="1920" Height="1080">	
				<Element ID="Theater_ImageField" X="238" Y="240" Width="1024" Height="512"/>
				<Element ID="Theater_MovieImageField" X="238" Y="240" Width="1024" Height="512"/>
				<Element ID="Theater_TextField" X="235" Y="752" Width="1000" Height="20"/>
			</Element>
		</Element>
	</PanelFile>
</opt>
should be all you need

Last edited by Mynameisgonz : 01-28-2017 at 02:31 PM.
Mynameisgonz is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-28-2017, 02:32 PM  
Mynameisgonz
The Undefeated
Interface Author - Click to view interfaces

Forum posts: 5
File comments: 12
Uploads: 3
Quote:
Originally Posted by Erich-Zann
That is the best Lotro UI ever. Thanks . Can you please scale it for 2560x1440 as well, if its not too much trouble, because I play on imac? I tried to modify SkinDefinition.xml to make it 2560x1440 but it was a failure lol. Thanks again for the great ui, take care
If you could add a feature request in my portal, i'll get to it asap
Mynameisgonz is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-02-2017, 05:26 AM  
Xindrrobo
The Wary

Forum posts: 0
File comments: 1
Uploads: 0
Health bar bug

I've a problem with the health bar, I can't move it!

Help me, please, ty!
Xindrrobo is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-09-2017, 01:17 AM  
Valenthine
The Wary

Forum posts: 0
File comments: 1
Uploads: 0
Quote:
That is the best Lotro UI ever. Thanks . Can you please scale it for 2560x1440 as well, if its not too much trouble, because I play on imac? I tried to modify SkinDefinition.xml to make it 2560x1440 but it was a failure lol. Thanks again for the great ui, take care
Good job Mynameisgonz!

I would also like to use the skin on 2560x1440 (Windows)
This resolution might increase your range :-)

http://www.gamestar.de/index.cfm?pid=842&pk=21342

Last edited by Valenthine : 02-09-2017 at 08:45 AM.
Valenthine is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-19-2017, 06:04 AM  
JLBlayney
The Wary

Forum posts: 0
File comments: 1
Uploads: 0
2560x1440p

Hi,

Nice skin, I would really appreciate a 2560x1440 resolution.

Thanks in advanced.
JLBlayney is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-25-2017, 04:34 PM  
datvigi
The Wary

Forum posts: 0
File comments: 4
Uploads: 0
Buffs

The way buffs are now above the vital bar is great, but in raids where you have a lot of buffs, it means there can be enough rows where it covers the actual vitals bar and makes it hard to see both what your vitals are and what buffs you have. Is there any way for me to address this on my end?
datvigi is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 05-10-2017, 12:18 PM  
Tridyed
The Wary

Forum posts: 0
File comments: 1
Uploads: 0
not working correctly

Love the idea but the 1600 x 900 doesnt load right. It still has the stock bottom exp and hot bars plus this one above it. No way to get rid of the original UI and no way to move this one down.

Love the look but just cant get it to work right.

BTW the 1900 works fine ... its the two new ones with problems

Last edited by Tridyed : 05-10-2017 at 12:30 PM.
Tridyed is offline Report comment to moderator   Reply With Quote Reply With Quote
Post A Reply

 
Category Jump:
Search this Category:
 

All times are GMT -5. The time now is 09:02 PM.


Our Network
EQInterface | EQ2Interface | Minion | WoWInterface | ESOUI | LoTROInterface | MMOUI | Swtorui