lotrointerface.com
Search Downloads


Go Back   LoTROInterface > LotRO Complete Sets


Post A Reply
Author Comments Comment Options
Unread 10-26-2017, 04:31 PM  
Lisgrat
The Wary

Forum posts: 0
File comments: 7
Uploads: 0
Hi. Many thanks for a skin.
In the latest version (5.21) disappeared button, which switched the panel. In older versions of the skin this button is present.
It is a bug? Or the button is removed intentionally? Is it possible to return it?

Latest version (5.21): https://image.prntscr.com/image/UeVo...TbYn5ksQlg.jpg
Old version: https://image.prntscr.com/image/Phrb...2lldMK07hg.jpg
Lisgrat is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 05-21-2016, 12:22 PM  
Adra
The Undying
 
Adra's Avatar
Interface Author - Click to view interfaces

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

for toolbar 3x2 try :

Code:
 Resolution 3440x1440 =>   <Element ID="ToolbarField" X="1208" Y="1265" Width="1024" Height="175">
for toolbar 2x2 try :
Code:
 Resolution 3440x1440 =>   <Element ID="ToolbarField" X="1208" Y="1296" Width="1024" Height="175">
Both are intended to be used on a single screen, to place the toolbar at the bottom middle of it.

Last edited by Adra : 10-28-2017 at 05:07 AM.
Adra is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 05-21-2016, 11:32 AM  
Styremius
The Wary

Forum posts: 0
File comments: 14
Uploads: 0
I'm trying to get the 3x2 and the 2x2 toolbar working
Styremius is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 05-21-2016, 10:44 AM  
Adra
The Undying
 
Adra's Avatar
Interface Author - Click to view interfaces

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

Hello,

The formula depends the toolbar you wanna use, except Universal profile which works out of the box in any resolution and supporting windowed mode.

Last edited by Adra : 10-28-2017 at 05:07 AM.
Adra is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 05-21-2016, 10:11 AM  
Styremius
The Wary

Forum posts: 0
File comments: 14
Uploads: 0
hi Adra

thank you for the amazing work you do on these skins, just one quick question as I really cant get my head around how to work this out, my resolution is

3440x1440

I cant seem to get it working and I seem to be a bit of a dunce trying to work it out using the formula you provide in the skin definition file, any help would be massively appreciated.

thanks again
Styremius is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-15-2016, 04:17 AM  
Adra
The Undying
 
Adra's Avatar
Interface Author - Click to view interfaces

Forum posts: 171
File comments: 678
Uploads: 13
I said you all I knew about it, beyond is a mystery for me too ^^
Adra is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-15-2016, 02:43 AM  
Marancil
The Undefeated
 
Marancil's Avatar

Forum posts: 5
File comments: 17
Uploads: 0
Or i can define a custom resolution by altering the values

Code:
<!-- 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 -->
1024 to 1600
768 to 1200

or just about anything as long as the proportions are right.

I can also center it if needed by changing X and Y values which defines distance to upper left corner. But I imagine that could mess up coordinates.

Quite simple, one only has to know in which file.


EDIT. I take that back. It did not work. Does it inherit values from somewhere else?

Last edited by Marancil : 01-15-2016 at 03:06 AM.
Marancil is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-13-2016, 02:13 PM  
Adra
The Undying
 
Adra's Avatar
Interface Author - Click to view interfaces

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

You can edit the skindefinition.xml file and change the size of the map, but it's not intended to be done, so it can not work or lead to report wrong coordinates when hovering the map with your mouse cursor.

To restore fullscreen map just delete these line from the skindefinition.xml file.


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

Last edited by Adra : 05-22-2016 at 10:47 AM.
Adra is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-13-2016, 12:56 PM  
Marancil
The Undefeated
 
Marancil's Avatar

Forum posts: 5
File comments: 17
Uploads: 0
Any way to resize the map, it roughly takes 1/8 of the screen and even if a "windowed" map like that is appreciated in terms of not loosing sight of the game, with my resolution it is too small.
Marancil is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-02-2016, 09:06 AM  
Marancil
The Undefeated
 
Marancil's Avatar

Forum posts: 5
File comments: 17
Uploads: 0
Hi, yes, I noticed.
I selected Full Screen since I thought "something" would make that easier for any troubleshooting, but when I restored my default view FullScreen Windowed, it picked up the Interface like a charm.

As far as I can see right now, everything works, and looks, correct.

Now I just have to align the toolbars, always a bit fiddly.

Image: http://lotrokin.me/images/screenshot499.jpg

Thanks

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

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

Hello,

After editing /saving changes in xml files you must close then relaunch Lotro to apply the new values.

Ensure both your monitor and lotro graphic options are set to 3840x2160, fullscreen mode.

Secondly, after you have selected a skin on your character, unlog then relog it to get the custom panels and the toolbar correctly displayed.

Last edited by Adra : 01-02-2016 at 07:48 AM.
Adra is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-02-2016, 06:19 AM  
Marancil
The Undefeated
 
Marancil's Avatar

Forum posts: 5
File comments: 17
Uploads: 0
3840x2160

Thank you very much for this lovely skin.

I write because I have some issues getting it to work on Resolution 3840x2160.

I have added this resolution to the tables in the different XML files, after calculating how it should scale:
  • _Basic toolbar : Resolution 3840x2160 => <Element ID="ToolbarField" X="1497" Y="2027" Width="846" Height="133">
  • _Universal toolbar: None
  • 1x1 toolbar: Resolution 3840x2160 => <Element ID="ToolbarField" X="1497" Y="2027" Width="645" Height="100">
  • 1X1 toolbar BGM: Resolution 3840x2160 => <Element ID="ToolbarField" X="1642" Y="1960" Width="555" Height="200">
  • 1x2 toolbar: Resolution 3840x2160 => <Element ID="ToolbarField" X="1408" Y="2050" Width="1024" Height="110">
  • 2x2 toolbar: Resolution 3840x2160 => <Element ID="ToolbarField" X="1408" Y="2016" Width="1024" Height="144">
  • 3x2 toolbar: Resolution 3840x2160 => <Element ID="ToolbarField" X="1408" Y="1985" Width="1024" Height="175">

in all relevant xml files, as specified, for all the variants of them toolbars. It does not seem to place the toolbar elements correctly, comes up with gaps and icons are not resized properly. The toolbars themselves end up centered. Only the Universal seems to position the icons more or less correctly but Store and Attack Circle are not aligned/resized.

You do write about running in FullScreen (Windowed) might require additional changes in values, so I have not done that, I ran the test in FullScreen mode to give you proper feedback.

I also include several screenshots of the layout, perhaps you can guide my efforts via them?

Basic

Universal

1x1

1X1BGM

1x2

2x2

3x2

Last edited by Marancil : 01-02-2016 at 06:22 AM.
Marancil is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-01-2015, 02:26 PM  
Adra
The Undying
 
Adra's Avatar
Interface Author - Click to view interfaces

Forum posts: 171
File comments: 678
Uploads: 13
Version 4.17 - December 01 2015

- The skill banks switching buttons (sword/shield/horse) became 99% obsolete since Update 12, as it seems Turbine will never fix the "amnesic" shield bank.
This JRR Azure Glass update hides this function on custom toolbars (= all but "Universal"), this means you won't anymore click accidentally on it during a fight !
Please note that "1x1 BGM" toolbar has now its lotro store button located at the right.
- Nothing more, nothing less. Turbine engineers haven't published new skinning pack updates since U14 (July 2014).
Adra is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 09-19-2015, 08:27 PM  
Adra
The Undying
 
Adra's Avatar
Interface Author - Click to view interfaces

Forum posts: 171
File comments: 678
Uploads: 13
For advanced users, here is the same custom code than in my previous comment, except it contains only the bag #1.
This code is dedicated to players looking for transparency/minimal UI.

As custom codes are not compliant for now with resizeable panels, this inventory panel is NOT RESIZEABLE on the fly, you have to give your bag the width/length you want before before appliying this skin code on your character, it will keep the bag settings you defined.
You can still temporary get back to the default skin to resize your bag like you want.

Applied on the default skin, or in extended and enhanced panels, it looks like this :



To implement it into a skin, open with notepad / wordpad the skindefinition.xml file of the skin you want to modify, go to the end of the file, then copy-paste the following code just before the last line " </opt> " , save the file, you're done.
Now just restart lotro if it was still running to enjoy this new feature.
To restore the previous bag appearance, just delete the code from your skindefinition.xml file.

Code:
 
<PanelFile ID="ID_UISkin_BackpackView1_Template">
  <Element ID="PlayerBag1_Template" X="1141" Y="166" Width="206" Height="1"> 
    <Element ID="MiniBagGraphic" X="2" Y="22" Width="20" Height="20"> </Element>
    <Element ID="SlotDraggers_DragState" X="10" Y="66" Width="187" Height="328"> 
      <Element ID="Box_01_Empty_InnerShadow" X="1" Y="1" Width="1" Height="1"> 
        <Element ID="InnerShadow_TopLeft" X="0" Y="0" Width="9" Height="9"> </Element>
        <Element ID="InnerShadow_MidLeft" X="0" Y="9" Width="9" Height="308"> </Element>
        <Element ID="InnerShadow_BottomLeft" X="0" Y="317" Width="9" Height="9"> </Element>
        <Element ID="InnerShadow_BottomMid" X="9" Y="317" Width="167" Height="9"> </Element>
        <Element ID="InnerShadow_BottomRight" X="176" Y="317" Width="9" Height="9"> </Element>
        <Element ID="InnerShadow_MidRight" X="176" Y="9" Width="9" Height="308"> </Element>
        <Element ID="InnerShadow_TopRight" X="176" Y="0" Width="9" Height="9"> </Element>
        <Element ID="InnerShadow_TopMid" X="9" Y="0" Width="167" Height="9"> </Element>
      </Element>
      <Element ID="Box_01_Empty_LeftBorder" X="0" Y="0" Width="1" Height="1"> </Element>
      <Element ID="Box_01_Empty_BottomBorder" X="1" Y="327" Width="1" Height="1"> </Element>
      <Element ID="Box_01_Empty_RightBorder" X="186" Y="0" Width="1" Height="1"> </Element>
      <Element ID="Box_01_Empty_TopBorder" X="1" Y="0" Width="1" Height="1"> </Element>
    </Element>
    <Element ID="Inventory_ResizeBar" X="0" Y="0" Width="1" Height="1"> 
      <Element ID="Inventory_ResizeBar_Graphic" X="11" Y="45" Width="1" Height="1"> </Element>
    </Element>
    <Element ID="ListboxWidth" X="9" Y="48" Width="187" Height="5"> </Element>
    <Element ID="BackpackBackground" X="0" Y="1" Width="1" Height="1"> 
      <Element ID="Base_Box_Silver_Tooltip_TopRight" X="170" Y="0" Width="36" Height="36"> </Element>
      <Element ID="Base_Box_Silver_Tooltip_TopLeft" X="0" Y="0" Width="36" Height="36"> </Element>
      <Element ID="Base_Box_Silver_Tooltip_TopMid" X="36" Y="0" Width="134" Height="36"> </Element>
      <Element ID="Base_Box_Silver_Tooltip_MidLeft" X="0" Y="36" Width="36" Height="316"> </Element>
      <Element ID="Base_Box_Silver_Tooltip_BottomLeft" X="0" Y="352" Width="36" Height="36"> </Element>
      <Element ID="Base_Box_Silver_Tooltip_BottomMid" X="36" Y="352" Width="134" Height="36"> </Element>
      <Element ID="Base_Box_Silver_Tooltip_BottomRight" X="170" Y="352" Width="36" Height="36"> </Element>
      <Element ID="Base_Box_Silver_Tooltip_MidRight" X="170" Y="36" Width="36" Height="316"> </Element>
      <Element ID="Base_Box_Silver_Tooltip_Background" X="36" Y="36" Width="134" Height="316"> </Element>
      <Element ID="Base_Box_Silver_BlueGradient_CenterOverlay" X="7" Y="6" Width="1" Height="1"> </Element>
    </Element>
    <Element ID="BackpackDragbar" X="0" Y="10" Width="206" Height="22"> </Element>
    <Element ID="PlayerBag_TitleBar" X="24" Y="-2" Width="1" Height="1"> 
      <Element ID="Base_Box_Titlebar_TopRight" X="123" Y="0" Width="35" Height="42"> </Element>
      <Element ID="Base_Box_Titlebar_TopLeft" X="0" Y="0" Width="35" Height="42"> </Element>
      <Element ID="Base_Box_Titlebar_TopMid" X="35" Y="0" Width="88" Height="42"> </Element>
      <Element ID="Bag_TitleText" X="27" Y="15" Width="104" Height="23"> </Element>
      <Element ID="BagGraphic" X="20" Y="5" Width="32" Height="32"> </Element>
    </Element>
    <Element ID="Backpack_ItemList" X="10" Y="69" Width="180" Height="324"> 
      <Element ID="Backpack_SlotDraggers" X="0" Y="0" Width="180" Height="324"> </Element>
      <Element ID="ItemDisplay_InventoryTemplate" X="0" Y="0" Width="36" Height="36"> 
        <Element ID="ItemDisplay_InvBackground" X="0" Y="0" Width="36" Height="36"> </Element>
        <Element ID="ItemDisplay_InvIcon" X="3" Y="3" Width="32" Height="32"> 
          <Element ID="ItemDisplay_Icon" X="0" Y="0" Width="32" Height="32"> 
            <Element ID="ItemDisplay_SelectedOverlay" X="0" Y="0" Width="32" Height="32"> </Element>
            <Element ID="ItemDisplay_RolloverOverlay" X="0" Y="0" Width="32" Height="32"> </Element>
            <Element ID="ItemDisplay_CooldownOverlay" X="0" Y="0" Width="32" Height="32"> </Element>
            <Element ID="ItemDisplay_IASlotOverlay" X="0" Y="0" Width="32" Height="32"> </Element>
            <Element ID="ItemDisplay_OutOfRangeOverlay" X="20" Y="4" Width="12" Height="12"> </Element>
            <Element ID="ItemDisplay_XPBarField" X="0" Y="28" Width="32" Height="4"> </Element>
            <Element ID="ItemDisplay_NewItemOverlay" X="0" Y="0" Width="32" Height="32"> </Element>
            <Element ID="ItemDisplay_PendingOverlay" X="0" Y="0" Width="32" Height="32"> </Element>
            <Element ID="ItemDisplay_ElligibleOverlay_StateBlocker" X="0" Y="0" Width="32" Height="32"> 
              <Element ID="ItemDisplay_ElligibleOverlay" X="0" Y="0" Width="32" Height="32"> </Element>
            </Element>
            <Element ID="ItemDisplay_LockedOverlay" X="0" Y="0" Width="32" Height="32"> </Element>
            <Element ID="ItemDisplay_QuantityOverlay" X="0" Y="15" Width="32" Height="12"> </Element>
            <Element ID="ItemDisplay_BrokenOverlay" X="0" Y="0" Width="32" Height="32"> </Element>
            <Element ID="ItemDisplay_IANeedsIdentificationOverlay" X="0" Y="0" Width="32" Height="32"> </Element>
            <Element ID="ItemDisplay_GhostedOverlay" X="0" Y="0" Width="32" Height="32"> </Element>
            <Element ID="ItemDisplay_DarkenOverlay" X="0" Y="0" Width="32" Height="32"> </Element>
            <Element ID="ItemDisplay_UnusableOverlay" X="0" Y="0" Width="32" Height="32"> </Element>
            <Element ID="ItemDisplay_IANeedsReforgeOverlay" X="0" Y="0" Width="32" Height="32"> </Element>
          </Element>
        </Element>
        <Element ID="ItemDisplay_InvOverlay" X="0" Y="0" Width="36" Height="36"> </Element>
      </Element>
    </Element>
    <Element ID="Backpack_Base_Close_Button" X="197" Y="44" Width="16" Height="16"> </Element>
    <Element ID="Backpack_Toolbar" X="6" Y="44" Width="195" Height="18"> 
      <Element ID="ToolbarFind_EntryField" X="89" Y="0" Width="100" Height="16"> 
        <Element ID="ToolbarFind_Entry" X="1" Y="1" Width="97" Height="14"> </Element>
        <Element ID="Box_01_Empty_InnerShadow" X="1" Y="1" Width="98" Height="14"> 
          <Element ID="InnerShadow_TopLeft" X="0" Y="0" Width="9" Height="9"> </Element>
          <Element ID="InnerShadow_MidLeft" X="0" Y="9" Width="9" Height="-4"> </Element>
          <Element ID="InnerShadow_BottomLeft" X="0" Y="5" Width="9" Height="9"> </Element>
          <Element ID="InnerShadow_BottomMid" X="9" Y="5" Width="80" Height="9"> </Element>
          <Element ID="InnerShadow_BottomRight" X="89" Y="5" Width="9" Height="9"> </Element>
          <Element ID="InnerShadow_MidRight" X="89" Y="9" Width="9" Height="-4"> </Element>
          <Element ID="InnerShadow_TopRight" X="89" Y="0" Width="9" Height="9"> </Element>
          <Element ID="InnerShadow_TopMid" X="9" Y="0" Width="80" Height="9"> </Element>
        </Element>
        <Element ID="Box_01_Empty_LeftBorder" X="0" Y="0" Width="1" Height="16"> </Element>
        <Element ID="Box_01_Empty_BottomBorder" X="1" Y="15" Width="98" Height="1"> </Element>
        <Element ID="Box_01_Empty_RightBorder" X="99" Y="0" Width="1" Height="16"> </Element>
        <Element ID="Box_01_Empty_TopBorder" X="1" Y="0" Width="98" Height="1"> </Element>
      </Element>
      <Element ID="ToolbarFind_FindIcon" X="171" Y="0" Width="16" Height="16"> </Element>
      <Element ID="Backpack_EditMode_Button" X="25" Y="0" Width="16" Height="16"> </Element>
      <Element ID="Backpack_LockMode" X="45" Y="0" Width="16" Height="16"> </Element>
      <Element ID="BuyInvSpace_Button" X="5" Y="0" Width="16" Height="16"> </Element>
      <Element ID="Backpack_Sort" X="65" Y="0" Width="16" Height="16"> </Element>
    </Element>
  </Element>
</PanelFile>

Last edited by Adra : 05-22-2016 at 10:32 AM.
Adra is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 09-19-2015, 05:44 PM  
Adra
The Undying
 
Adra's Avatar
Interface Author - Click to view interfaces

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


EDIT : Here you can find the code to display the 6 bags without borders nor title bar nor close button.
http://tiers-age.leforum.eu/t263-Mis...start=15#p7717
Bag 1 is, by nature, a bit particular, but the other bags are displayed as they were in "ultra mini packs".

Using this codes make the bags become no more resizeable.


Last edited by Adra : 09-19-2015 at 08:34 PM.
Adra 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 12:12 PM.


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