LoTROInterface

LoTROInterface (https://www.lotrointerface.com/forums/index.php)
-   XML modification help (L) (https://www.lotrointerface.com/forums/forumdisplay.php?f=23)
-   -   u13 Inventory Bags XML (https://www.lotrointerface.com/forums/showthread.php?t=3499)

liftedplane 06-12-2014 01:15 PM

u13 Inventory Bags XML
 
after trying for two weeks to get lotro to update and run I finally got it playing again and now I've found out the inventory bags are different, I've looked through the newest skindef and I cannot seem to find how to replace them with the ones I used to have in the purple and blue version of daimonUI

I will post pictures a bit later when I can find one showing the bags, however if anyone can point me in the right direction I'm going to attempt to do an update to my skin and the blue version in my free time (which I have very little of right now.)

thanks guys

Flutte 06-12-2014 05:51 PM

If you're talking about weird blocks replacing your inventory skin, I think this is what you're looking for:

Code:

<Mapping ArtAssetID="inv_empty_slot" FileName="inv_empty_slot.tga"></Mapping>
You can just crop out one slot from the "inv_backpack_slots.tga" and save it as "inv_empty_slot.tga"

The draggy bars are:

Code:

<Mapping ArtAssetID="panel_oneWayResize_horiz_icon" FileName="panel_oneWayResize_horiz_icon.tga"></Mapping>
 <Mapping ArtAssetID="panel_oneWayResize_vert_icon" FileName="panel_oneWayResize_vert_icon.tga"></Mapping>


liftedplane 06-13-2014 02:03 PM

Not sure if those can fix it but here goes

the old ones



the new look that I am not sure if I can remove


Flutte 06-13-2014 08:35 PM

Modifying
Code:

<Mapping ArtAssetID="inv_empty_slot" FileName="inv_empty_slot.tga"></Mapping>
will change the individual slots in Image #2 to be the same as individual slots in Image #1.

Mapping a blank image to
Code:

<Mapping ArtAssetID="panel_oneWayResize_horiz_icon" FileName="panel_oneWayResize_horiz_icon.tga"></Mapping>
will remove the bars on the right of the inventory bags. You will still be able to expand/compress the bag.

I also seems that some parts of the inventory in "SkinDictionary.xml" have been changed.
Code:

  <PanelFile ID="ID_UISkin_BackpackView1_Template">
                <Element ID="BackpackView1_Template" X="805" Y="509" Width="188" Height="105">
...etc

for example is replaced with
Code:

  <PanelFile ID="ID_UISkin_BackpackView1_Template">
                <Element ID="PlayerBag1_Template" X="805" Y="509" Width="188" Height="105">
...etc

I tested this with a version of the DaimonUI and the inventory slots became mostly clear just like in image #1. I still have yet to change other parts of the template.

By modifying templates for each bag, I think you can get the most of the old look back :)

Wicky71 06-14-2014 06:17 AM

hy all,

here is my code for clear backpack:
Code:

        <!-- Clear Bags  -->
        <PanelFile ID="ID_UISkin_BackpackView1_Template">
          <Element ID="PlayerBag1_Template" X="180" Y="239" Width="188" Height="130">
            <Element ID="MiniBagGraphic" X="1" Y="1" Width="1" Height="1"> </Element>
            <Element ID="SlotDraggers_DragState" X="1" Y="1" Width="1" Height="1">
              <Element ID="Box_01_Empty_InnerShadow" X="1" Y="1" Width="180" Height="38">
                <Element ID="InnerShadow_TopLeft" X="0" Y="0" Width="9" Height="9"> </Element>
                <Element ID="InnerShadow_MidLeft" X="0" Y="9" Width="9" Height="20"> </Element>
                <Element ID="InnerShadow_BottomLeft" X="0" Y="29" Width="9" Height="9"> </Element>
                <Element ID="InnerShadow_BottomMid" X="9" Y="29" Width="162" Height="9"> </Element>
                <Element ID="InnerShadow_BottomRight" X="171" Y="29" Width="9" Height="9"> </Element>
                <Element ID="InnerShadow_MidRight" X="171" Y="9" Width="9" Height="20"> </Element>
                <Element ID="InnerShadow_TopRight" X="171" Y="0" Width="9" Height="9"> </Element>
                <Element ID="InnerShadow_TopMid" X="9" Y="0" Width="162" Height="9"> </Element>
              </Element>
              <Element ID="Box_01_Empty_LeftBorder" X="0" Y="0" Width="1" Height="40"> </Element>
              <Element ID="Box_01_Empty_BottomBorder" X="1" Y="39" Width="180" Height="1"> </Element>
              <Element ID="Box_01_Empty_RightBorder" X="181" Y="0" Width="1" Height="40"> </Element>
              <Element ID="Box_01_Empty_TopBorder" X="1" Y="0" Width="180" Height="1"> </Element>
            </Element>
            <Element ID="Inventory_ResizeBar" X="0" Y="0" Width="1" Height="1">
              <Element ID="Inventory_ResizeBar_Graphic" X="0" Y="1" Width="5" Height="62"> </Element>
            </Element>
            <Element ID="ListboxWidth" X="9" Y="48" Width="182" Height="5"> </Element>
            <Element ID="BackpackBackground" X="1" Y="1" Width="1" Height="1">
              <Element ID="Base_Box_Silver_Tooltip_TopRight" X="165" 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="129" Height="36"> </Element>
              <Element ID="Base_Box_Silver_Tooltip_MidLeft" X="0" Y="36" Width="36" Height="28"> </Element>
              <Element ID="Base_Box_Silver_Tooltip_BottomLeft" X="0" Y="64" Width="36" Height="36"> </Element>
              <Element ID="Base_Box_Silver_Tooltip_BottomMid" X="36" Y="64" Width="129" Height="36"> </Element>
              <Element ID="Base_Box_Silver_Tooltip_BottomRight" X="165" Y="64" Width="36" Height="36"> </Element>
              <Element ID="Base_Box_Silver_Tooltip_MidRight" X="165" Y="36" Width="36" Height="28"> </Element>
              <Element ID="Base_Box_Silver_Tooltip_Background" X="36" Y="36" Width="129" Height="28"> </Element>
              <Element ID="Base_Box_Silver_BlueGradient_CenterOverlay" X="7" Y="6" Width="188" Height="87"> </Element>
            </Element>
            <Element ID="BackpackDragbar" X="0" Y="18" Width="188" Height="10"> </Element>
            <Element ID="PlayerBag_TitleBar" X="1" Y="1" Width="1" Height="1">
              <Element ID="Base_Box_Titlebar_TopRight" X="118" 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="83" Height="42"> </Element>
              <Element ID="Bag_TitleText" X="24" 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="4" Y="19" Width="180" Height="108">
              <Element ID="Backpack_SlotDraggers" X="0" Y="0" Width="180" Height="36"> </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="1" Y="1" Width="1" Height="1"> </Element>
            <Element ID="Backpack_Toolbar" X="4" Y="0" Width="20" Height="18">
              <Element ID="ToolbarFind_EntryField" X="89" Y="0" Width="1" Height="1">
                <Element ID="ToolbarFind_Entry" X="1" Y="1" Width="104" Height="14"> </Element>
                <Element ID="Box_01_Empty_InnerShadow" X="1" Y="1" Width="93" 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="75" Height="9"> </Element>
                  <Element ID="InnerShadow_BottomRight" X="84" Y="5" Width="9" Height="9"> </Element>
                  <Element ID="InnerShadow_MidRight" X="84" Y="9" Width="9" Height="-4"> </Element>
                  <Element ID="InnerShadow_TopRight" X="84" Y="0" Width="9" Height="9"> </Element>
                  <Element ID="InnerShadow_TopMid" X="9" Y="0" Width="75" 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="93" Height="1"> </Element>
                <Element ID="Box_01_Empty_RightBorder" X="94" Y="0" Width="1" Height="16"> </Element>
                <Element ID="Box_01_Empty_TopBorder" X="1" Y="0" Width="93" Height="1"> </Element>
              </Element>
              <Element ID="ToolbarFind_FindIcon" X="166" Y="0" Width="1" Height="1"> </Element>
              <Element ID="Backpack_EditMode_Button" X="25" Y="0" Width="1" Height="1"> </Element>
              <Element ID="Backpack_LockMode" X="0" Y="0" Width="16" Height="16"> </Element>
              <Element ID="BuyInvSpace_Button" X="5" Y="0" Width="1" Height="1"> </Element>
              <Element ID="Backpack_Sort" X="65" Y="0" Width="1" Height="1"> </Element>
            </Element>
          </Element>
        </PanelFile>
       
        <PanelFile ID="ID_UISkin_BackpackView2_Template">
          <Element ID="PlayerBag2_Template" X="180" Y="239" Width="188" Height="118">
            <Element ID="MiniBagGraphic" X="1" Y="1" Width="1" Height="1"> </Element>
            <Element ID="SlotDraggers_DragState" X="1" Y="1" Width="1" Height="1">
              <Element ID="Box_01_Empty_InnerShadow" X="1" Y="1" Width="180" Height="111">
                <Element ID="InnerShadow_TopLeft" X="0" Y="0" Width="9" Height="9"> </Element>
                <Element ID="InnerShadow_MidLeft" X="0" Y="9" Width="9" Height="93"> </Element>
                <Element ID="InnerShadow_BottomLeft" X="0" Y="102" Width="9" Height="9"> </Element>
                <Element ID="InnerShadow_BottomMid" X="9" Y="102" Width="162" Height="9"> </Element>
                <Element ID="InnerShadow_BottomRight" X="171" Y="102" Width="9" Height="9"> </Element>
                <Element ID="InnerShadow_MidRight" X="171" Y="9" Width="9" Height="93"> </Element>
                <Element ID="InnerShadow_TopRight" X="171" Y="0" Width="9" Height="9"> </Element>
                <Element ID="InnerShadow_TopMid" X="9" Y="0" Width="162" Height="9"> </Element>
              </Element>
              <Element ID="Box_01_Empty_LeftBorder" X="0" Y="0" Width="1" Height="113"> </Element>
              <Element ID="Box_01_Empty_BottomBorder" X="1" Y="112" Width="180" Height="1"> </Element>
              <Element ID="Box_01_Empty_RightBorder" X="181" Y="0" Width="1" Height="113"> </Element>
              <Element ID="Box_01_Empty_TopBorder" X="1" Y="0" Width="180" Height="1"> </Element>
            </Element>
            <Element ID="Inventory_ResizeBar" X="0" Y="0" Width="1" Height="1">
              <Element ID="Inventory_ResizeBar_Graphic" X="0" Y="25" Width="5" Height="62"> </Element>
            </Element>
            <Element ID="Backpack_EditMode_Button" X="139" Y="30" Width="1" Height="1"> </Element>
            <Element ID="ListboxWidth" X="9" Y="4" Width="182" Height="5"> </Element>
            <Element ID="Backpack_Base_FindItems_Button" X="1" Y="1" Width="1" Height="1"> </Element>
            <Element ID="BackpackBackground" X="1" Y="1" Width="1" Height="1">
              <Element ID="Base_Box_Silver_Tooltip_TopRight" X="165" 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="129" Height="36"> </Element>
              <Element ID="Base_Box_Silver_Tooltip_MidLeft" X="0" Y="36" Width="36" Height="77"> </Element>
              <Element ID="Base_Box_Silver_Tooltip_BottomLeft" X="0" Y="113" Width="36" Height="36"> </Element>
              <Element ID="Base_Box_Silver_Tooltip_BottomMid" X="36" Y="113" Width="129" Height="36"> </Element>
              <Element ID="Base_Box_Silver_Tooltip_BottomRight" X="165" Y="113" Width="36" Height="36"> </Element>
              <Element ID="Base_Box_Silver_Tooltip_MidRight" X="165" Y="36" Width="36" Height="77"> </Element>
              <Element ID="Base_Box_Silver_Tooltip_Background" X="36" Y="36" Width="129" Height="77"> </Element>
              <Element ID="Base_Box_Silver_BlueGradient_CenterOverlay" X="7" Y="6" Width="188" Height="136"> </Element>
            </Element>
            <Element ID="BackpackDragbar" X="0" Y="0" Width="188" Height="10"> </Element>
            <Element ID="PlayerBag_TitleBar" X="1" Y="1" Width="1" Height="1">
              <Element ID="Base_Box_Titlebar_TopRight" X="118" 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="83" Height="42"> </Element>
              <Element ID="Bag_TitleText" X="24" 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="4" Y="4" Width="180" Height="108">
              <Element ID="Backpack_SlotDraggers" X="0" Y="0" Width="180" Height="108"> </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="1" Y="1" Width="1" Height="1"> </Element>
          </Element>
        </PanelFile>


liftedplane 06-14-2014 11:48 AM

Thanks guys, this just saved hours of work. You rock


All times are GMT -5. The time now is 12:08 AM.

vBulletin® - Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
© MMOUI