lotrointerface.com
Search Downloads


Go Back   LoTROInterface > LotRO Stand-Alone Plugins > Graphical Modifications (Skins)


Post A Reply
Author Comments Comment Options
Unread 11-04-2012, 05:01 PM  
diskape
The Wary

Forum posts: 0
File comments: 7
Uploads: 0
Hey Adra!

I've got one question but before I'll get to asking I'd like to thank you for an amazing work. I simply can't play the game without your skin pack installed. Kudos!

Now, to my question. As someone who uses Lotro Store a lot, is it possible to have all of the store buttons restored? They might be intrusive to some but for me they provide a fast way to jump between items I want to buy without me having to search the store manually. I'd appreciate very much if you could provide any information on how to restore that functionality or perhaps provide a version of your skin pack with Store buttons untouched.

Thanks in advance!
diskape is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 10-31-2012, 11:38 PM  
Adra
The Undying
 
Adra's Avatar
Interface Author - Click to view interfaces

Forum posts: 171
File comments: 678
Uploads: 13
@ Vald

Hi,

I can't find any match for "task" key search in the skindictionnary provided in the rohan skinning update pack, except on quest book panel.

This means I dunno where to find the task panel code, and without the original code, no modification can be realized, sorry.

Last edited by Adra : 10-31-2012 at 11:51 PM.
Adra is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 10-31-2012, 11:30 PM  
Vald
The Undying
 
Vald's Avatar

Forum posts: 22
File comments: 54
Uploads: 0
Could you add an extended version of the task board panel?
Vald is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 10-07-2012, 08:07 PM  
Tegalad
The Wary

Forum posts: 0
File comments: 18
Uploads: 0
Thank you Adra, It worked nicely!
Tegalad is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 10-07-2012, 07:39 PM  
Adra
The Undying
 
Adra's Avatar
Interface Author - Click to view interfaces

Forum posts: 171
File comments: 678
Uploads: 13
Re: Store button

@ Tegalad

Hi,

Yes, it is possible to remove the Lotro Store button, but it's a bit more complicated than for the others elements.

Here is the code to add in the skindefinition.xml file :

Code:
<PanelFile ID="ID_UISkin_Toolbar">
	<Element ID="ToolbarField" X="448" Y="9000" Width="1024" Height="200">  
		<Element ID="Toolbar_WebstoreButton" 	X="0" Y="0" Width="1" 	Height="1"></Element>
	</Element>
</PanelFile>

You will have to replace X="448" and Y="9000"

Calculation rule for this skin :

X = (Your game resolution Width - 1024) / 2
Y = Your game resolution Height - 200


Here is the table indicating how the line to edit should be, depending your game resolution (for a toolbar scale equal to 1.00) :

Resolution 1024x768 => <Element ID="ToolbarField" X="0" Y="568" Width="1024" Height="200">

Resolution 1280x768 => <Element ID="ToolbarField" X="128" Y="568" Width="1024" Height="200">

Resolution 1280x800 => <Element ID="ToolbarField" X="128" Y="600" Width="1024" Height="200">

Resolution 1280x960 => <Element ID="ToolbarField" X="128" Y="760" Width="1024" Height="200">

Resolution 1280x1024 => <Element ID="ToolbarField" X="128" Y="824" Width="1024" Height="200">

Resolution 1360x1024 => <Element ID="ToolbarField" X="168" Y="824" Width="1024" Height="200">

Resolution 1366x768 => <Element ID="ToolbarField" X="171" Y="568" Width="1024" Height="200">

Resolution 1400x1050 => <Element ID="ToolbarField" X="188" Y="850" Width="1024" Height="200">

Resolution 1440x900 => <Element ID="ToolbarField" X="208" Y="700" Width="1024" Height="200">

Resolution 1600x900 => <Element ID="ToolbarField" X="288" Y="700" Width="1024" Height="200">

Resolution 1600x1200 => <Element ID="ToolbarField" X="288" Y="1000" Width="1024" Height="200">

Resolution 1680x1050 => <Element ID="ToolbarField" X="328" Y="850" Width="1024" Height="200">

Resolution 1776x1000 => <Element ID="ToolbarField" X="376" Y="800" Width="1024" Height="200">

Resolution 1920x1080 => <Element ID="ToolbarField" X="448" Y="880" Width="1024" Height="200">

Resolution 1920x1200 => <Element ID="ToolbarField" X="448" Y="1000" Width="1024" Height="200">

Don't forget to save the modification before exiting (in .xml format, not .txt).

Last edited by Adra : 10-31-2012 at 11:46 PM.
Adra is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 10-07-2012, 07:21 PM  
Tegalad
The Wary

Forum posts: 0
File comments: 18
Uploads: 0
Store button

Is there a way to remove the LOTRO Store button from the main bar?
Tegalad is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 08-28-2012, 11:44 PM  
Adra
The Undying
 
Adra's Avatar
Interface Author - Click to view interfaces

Forum posts: 171
File comments: 678
Uploads: 13
Thanks for your feed back
Adra is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 08-28-2012, 02:12 PM  
Incognito Noctix
The Wary

Forum posts: 0
File comments: 1
Uploads: 0
Thank you for these enhancements, I really like them.
I wasn't particularly fond of the windowed map though, so I went ahead and removed the lines you detailed in your reply. It was easy enough, thanks for that
Incognito Noctix is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 06-04-2012, 05:46 PM  
Tibonom
The Wary

Forum posts: 0
File comments: 2
Uploads: 0
Thanks, it works

I put the 2 lines inside comment tags, so if I ever want to experiment with it, it is still there.
Tibonom is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 06-04-2012, 04:53 PM  
Adra
The Undying
 
Adra's Avatar
Interface Author - Click to view interfaces

Forum posts: 171
File comments: 678
Uploads: 13
@ Tibonom

Hi, and thanks for your feedback,

In order to restore the fullscreen map, you have to manually edit the skindefinition.xml file located there :

...\Documents\The Lord of the Rings Online\ui\skins\Extended panels V3\_SkinDefinition\skindefinition.xml

Open it with Notepad or any other text editor, then delete these lines (located at the half of the document) :

<!-- Map Window, by Eclipse -->
<PanelFile ID="ID_UISkin_MapPanel">
<Element ID="MapBackground" X="0" Y="0" Width="1024" Height="768"> </Element>
</PanelFile>
<!-- End of Map Window -->


Don't forget to save the file, still on .xml file format.

At the next lotro launch, the map will be restored to fullscreen

Last edited by Adra : 07-31-2012 at 10:16 PM.
Adra is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 06-04-2012, 04:39 PM  
Tibonom
The Wary

Forum posts: 0
File comments: 2
Uploads: 0
How to remove the map component?

I love this skin; it makes everything larger... except the map component. It is hard for me to read.

So how can I remove the map component? (sorry Eclipse)

Tibonom the Great!
Tibonom is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 05-29-2012, 05:21 PM  
Adra
The Undying
 
Adra's Avatar
Interface Author - Click to view interfaces

Forum posts: 171
File comments: 678
Uploads: 13
You're welcome
Adra is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 05-29-2012, 07:51 AM  
zbycho
The Wary

Forum posts: 0
File comments: 7
Uploads: 0
logging out just character didn't help but shutting down the game and logging in again resolved problem - great ui - thx for it
zbycho is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 05-29-2012, 05:31 AM  
Adra
The Undying
 
Adra's Avatar
Interface Author - Click to view interfaces

Forum posts: 171
File comments: 678
Uploads: 13
Have you logged out then logged in back after installation ?

Last edited by Adra : 05-29-2012 at 05:32 AM.
Adra is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 05-29-2012, 05:28 AM  
zbycho
The Wary

Forum posts: 0
File comments: 7
Uploads: 0
Pity that in my case not everything is working as intendedt - for example in auction panel it seems not possible to see prices - they are too much to the right side and are byond panel. I'm unable to correct this.
zbycho 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 07:12 AM.


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