lotrointerface.com
Search Downloads


Go Back   LoTROInterface > LotRO Compilations


Post A Reply
Author Comments Comment Options
Unread 02-03-2019, 08:06 AM  
Nadia
The Wary
 
Nadia's Avatar
Interface Author - Click to view interfaces

Forum posts: 2
File comments: 45
Uploads: 2
Thanks so much for the update, Adra! Loads of kudos to you!
Nadia is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-26-2019, 11:59 AM  
Adra
The Undying
 
Adra's Avatar
Interface Author - Click to view interfaces

Forum posts: 171
File comments: 678
Uploads: 13
Re: Re: Map

@ Tangaar

You're welcome


@ matziq11
About panels resizing including the windowed map

Hi and thanks for you feedback
Generally speaking, skinning can't add any new feature in the game, contrary to the plugins.
Consequently, skinning can't add the ability to resize at-the-fly any static size panel.
Skinning can act on panel size only by defining another static size, and this is not easy to do as there is no user side tool for that, as far as I know.
I personally manually calculate new values one by one in the skindefinition.xml file then I test it by relaunching Lotro and looking at the ingame result. This can be a very long process...

Fortunately, some interface elements without a handle on their frame can be resized using sliders in the option menu of Lotro, in "UI settings".

SSG developers are currently trying to add the ability to change the text font size on the whole game interface. Wait and see...

Concerning the "windowed" map :
You can edit the skindefinition.xml file and manually change the size width and height of the map, but it's not intended to be done, because it can fail to load the skin in case of unrecognized values or more probably lead to report wrong coordinates when hovering the map with your mouse cursor. This is what occurred when I tested it, a few years ago.

To restore the fullscreen map simply delete these line from the skindefinition.xml file from the folder of theme you wish it to be done :

Code:
<PanelFile ID="ID_UISkin_MapPanel">
<Element ID="MapBackground" X="0" Y="0" Width="1024" Height="768"> </Element>
</PanelFile>

Last edited by Adra : 04-06-2019 at 03:08 AM.
Adra is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-26-2019, 10:06 AM  
matziq11
The Wary

Forum posts: 0
File comments: 5
Uploads: 0
Re: Map

Nevermind - I read the FAQ.
matziq11 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-25-2019, 04:14 PM  
Tangaar
The Undefeated
 
Tangaar's Avatar
Interface Author - Click to view interfaces

Forum posts: 6
File comments: 85
Uploads: 3
@ Tangaar

Here are the lines to add into the inspect panel for 8th slot correct location :

Code:
          <Element ID="InspectDisplay_Inventory_Outfit8_Text" X="358" Y="140" Width="118" Height="17"> </Element>
          <Element ID="InspectDisplay_Inventory_Outfit8"      X="342" Y="144" Width="10" Height="10"> </Element>
Thanks man! RESPECT
Tangaar is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-25-2019, 12:30 PM  
Adra
The Undying
 
Adra's Avatar
Interface Author - Click to view interfaces

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

Here are the lines to add into the inspect panel for 8th slot correct location :

Code:
          <Element ID="InspectDisplay_Inventory_Outfit8_Text" X="358" Y="140" Width="118" Height="17"> </Element>
          <Element ID="InspectDisplay_Inventory_Outfit8"      X="342" Y="144" Width="10" Height="10"> </Element>
Adra is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-25-2019, 11:24 AM  
Tangaar
The Undefeated
 
Tangaar's Avatar
Interface Author - Click to view interfaces

Forum posts: 6
File comments: 85
Uploads: 3
Bro you found anything about the 8th slot? I messaged Sil too just in case she could throw some info for this
Im sooooo glad they did the quest log like this and being able to extend it. I better remove the extender code like you did too

Hopefully we get the skinning pack early this year :/
Love your work man
Tangaar is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-24-2019, 08:22 AM  
matziq11
The Wary

Forum posts: 0
File comments: 5
Uploads: 0
Map

Hello. Thanks for a wonderful skin pack. I've used it for years and would be very sad if it were gone.
Question. How can I adjust some of the panels to be bigger.
For one, when I run at a higher resolution the map is tiny.
How can I individually control the size of the map so that it can be, for example, as big as my current screen size?
The same for other panels that are tiny and hard to read. Can I set them at a size different than the overall resolution of the game itself?
Thanks!
John
matziq11 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-20-2019, 08:31 AM  
Adra
The Undying
 
Adra's Avatar
Interface Author - Click to view interfaces

Forum posts: 171
File comments: 678
Uploads: 13
Re: cosmetic slots

@4andreas

Quote:
There was recently added 8th cosmetic slot, when inspecting someone, it is not aligned properly.
Hi and thank you for your feedback, it will be fixed with the next JRR update

Last edited by Adra : 01-20-2019 at 08:33 AM.
Adra is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-19-2019, 04:26 PM  
Drono
The Undying
Interface Author - Click to view interfaces

Forum posts: 47
File comments: 107
Uploads: 1
cosmetic slots

There was recently added 8th cosmetic slot, when inspecting someone, it is not aligned properly.
Drono is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-12-2019, 09:08 AM  
Nadia
The Wary
 
Nadia's Avatar
Interface Author - Click to view interfaces

Forum posts: 2
File comments: 45
Uploads: 2
Thanks again for all your efforts, Adra!
Nadia is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-11-2019, 07:50 AM  
Adra
The Undying
 
Adra's Avatar
Interface Author - Click to view interfaces

Forum posts: 171
File comments: 678
Uploads: 13
Re: LArger Preview warsteed panel and Collections ?

@maddog1169
About panels resizing

Quote:
very nice theme collection.
But a smal question -
Isnt there a possibility to make the Warsteed Panel and preview lager as with the Cosmetics and the little previews in the Collection panels ?
Hi, in order to be customisable, panels source codes have to be released in a skinning pack.
As far as I know these 2 panels codes are not included in the last skinning pack released by lotro staff (U22).
In addition, editing a panel which is resizeable ingame with a handle (as collection panel has) can lead to issues.
Then, I don't think it's possible for now.

Last edited by Adra : 04-06-2019 at 01:50 AM.
Adra is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-11-2019, 07:23 AM  
maddog1169
The Wary
 
maddog1169's Avatar

Forum posts: 0
File comments: 3
Uploads: 0
Question LArger Preview warsteed panel and Collections ?

very nice theme collection.

But a smal question -
Isnt there a possibility to make the Warsteed Panel and preview lager as with the Cosmetics and the little previews in the Collection panels ?
maddog1169 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-09-2019, 01:22 PM  
Adra
The Undying
 
Adra's Avatar
Interface Author - Click to view interfaces

Forum posts: 171
File comments: 678
Uploads: 13
Version 7.23.2 - January 09 2019

- Removed the code of the extended quest book as it became obsolete and causing display issues with update 23.2

- Delving Hill Large toolbar profile theme now displays the original Delving Hills minimap

Last edited by Adra : 01-09-2019 at 02:37 PM.
Adra is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-09-2019, 08:10 AM  
Adra
The Undying
 
Adra's Avatar
Interface Author - Click to view interfaces

Forum posts: 171
File comments: 678
Uploads: 13
@Nadia
user request on a theme

Quote:
Dear Adra, thanks for the update! <3

Is it possible that you fix the minimap graphics for the Delving skins?
There used to be these cute flowers around the minimap, but now the minimap is blank except for Delving Large II.

In the original skin set there where those flowers - just beautiful!
Please bring them back!
Hello, indeed, untill the release of the Large Tollbar II edition, there were no flowers around the minimap in the JRR version of delving hills, just a minimal design. This is the result of a choice.

The purpose of the JRR Skins collection is not to "fix and replace" the original themes.
It also revisits them in order to let some leeway to the original authors to keep their interest for maintaining and developing their skin in their original spirit if they choose to come back. (in addition of letting me expressing my own inspiration)

This is particularly true with Delving Hills, whom the author, Wicked Mouse, resumed its work in 2012, after 5 years without updates.
If you compare the original release with the JRR edition, you will notice a large amount of differences designed to offer the users an alternative experience of this wonderful theme.

However I heard you, and in the next JRR release (no date, as I don't plan to release an update until a fix is needed) there will be a different minimap for each skin variation : large 1 = original radar (but with Jappme buttons), large 2 = jappme radar (as now), short toolbar = minimal radar (as now).

EDIT : This is your lucky day !

Last edited by Adra : 04-06-2019 at 01:52 AM.
Adra is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-08-2019, 06:00 AM  
Nadia
The Wary
 
Nadia's Avatar
Interface Author - Click to view interfaces

Forum posts: 2
File comments: 45
Uploads: 2
Dear Adra, thanks for the update! <3

Is it possible that you fix the minimap graphics for the Delving skins? There used to be these cute flowers around the minimap, but now the minimap is blank except for Delving Large II.

In the original skin set there where those flowers - just beautiful!
Please bring them back!

https://www.lotrointerface.com/downl...vingHills.html
Nadia 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:09 PM.


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