lotrointerface.com
Search Downloads


Go Back   LoTROInterface > LotRO > Developer Discussions > XML modification help (L)

Reply
Thread Tools Display Modes
  #1  
Unread 09-26-2010, 05:45 PM
Misato Misato is offline
The Wary
 
Join Date: Apr 2007
Posts: 1
Resizing Quickslot icons

Is this even possible at the moment?

I tried to change the XML of docked and/or floating Quickslot bars to get smaller icons in them to no avail.

As an example here is what I tried for the docked ones:
Code:
<PanelFile ID="ID_UISkin_Toolbar_Quickslot_Extended_Scaler">
  <Element ID="Toolbar_Quickslot_Extended_Scaler" X="624" Y="759" Width="392" Height="175"> 
    <Element ID="Toolbar_Quickslot_Extended" X="0" Y="0" Width="392" Height="175"> 
      <Element ID="QuickslotBar_DockedCtrl" X="0" Y="0" Width="392" Height="33"> 
        <Element ID="Quickslots_BG_Horiz" X="0" Y="0" Width="392" Height="33"> </Element>
        <Element ID="Quickslots_BG_Vert" X="0" Y="0" Width="33" Height="392"> </Element>
        <Element ID="OrientationToggle" X="7" Y="7" Width="20" Height="20"> </Element>
        <Element ID="QuickslotListBox" X="0" Y="0" Width="392" Height="33"> 
          <Element ID="QuickslotButtonTemplate" X="0" Y="0" Width="33" Height="33"> 
            <Element ID="QuickslotOverlay" X="2" Y="2" Width="32" Height="32"> </Element>
            <Element ID="QuickslotLabelText" X="2" Y="23" Width="32" Height="12"> </Element>
            <Element ID="QuickslotEmptyTemplate" X="0" Y="0" Width="33" Height="33"> </Element>
          </Element>
        </Element>
      </Element>
      <Element ID="QuickslotBar_DockedAlt" X="0" Y="0" Width="392" Height="33"> 
        <Element ID="Quickslots_BG_Horiz" X="0" Y="0" Width="392" Height="33"> </Element>
        <Element ID="Quickslots_BG_Vert" X="0" Y="0" Width="33" Height="392"> </Element>
        <Element ID="OrientationToggle" X="7" Y="7" Width="20" Height="20"> </Element>
        <Element ID="QuickslotListBox" X="0" Y="0" Width="392" Height="33"> 
          <Element ID="QuickslotButtonTemplate" X="0" Y="0" Width="33" Height="33"> 
            <Element ID="QuickslotOverlay" X="2" Y="2" Width="32" Height="32"> </Element>
            <Element ID="QuickslotLabelText" X="2" Y="23" Width="32" Height="12"> </Element>
            <Element ID="QuickslotEmptyTemplate" X="0" Y="0" Width="33" Height="33"> </Element>
          </Element>
        </Element>
      </Element>
      <Element ID="QuickslotBar_DockedShift" X="0" Y="0" Width="392" Height="33"> 
        <Element ID="Quickslots_BG_Horiz" X="0" Y="0" Width="392" Height="33"> </Element>
        <Element ID="Quickslots_BG_Vert" X="0" Y="0" Width="33" Height="392"> </Element>
        <Element ID="OrientationToggle" X="7" Y="7" Width="20" Height="20"> </Element>
        <Element ID="QuickslotListBox" X="0" Y="0" Width="392" Height="33"> 
          <Element ID="QuickslotButtonTemplate" X="0" Y="0" Width="33" Height="33"> 
            <Element ID="QuickslotOverlay" X="2" Y="2" Width="32" Height="32"> </Element>
            <Element ID="QuickslotLabelText" X="2" Y="23" Width="32" Height="12"> </Element>
            <Element ID="QuickslotEmptyTemplate" X="0" Y="0" Width="33" Height="33"> </Element>
          </Element>
        </Element>
      </Element>
      <Element ID="QuickslotBar_DockedExtraBar1" X="0" Y="0" Width="392" Height="33"> 
        <Element ID="Quickslots_BG_Horiz" X="0" Y="0" Width="392" Height="33"> </Element>
        <Element ID="Quickslots_BG_Vert" X="0" Y="0" Width="33" Height="392"> </Element>
        <Element ID="OrientationToggle" X="7" Y="7" Width="20" Height="20"> </Element>
        <Element ID="QuickslotListBox" X="0" Y="0" Width="392" Height="33"> 
          <Element ID="QuickslotButtonTemplate" X="0" Y="0" Width="33" Height="33"> 
            <Element ID="QuickslotOverlay" X="2" Y="2" Width="32" Height="32"> </Element>
            <Element ID="QuickslotLabelText" X="2" Y="23" Width="32" Height="12"> </Element>
            <Element ID="QuickslotEmptyTemplate" X="0" Y="0" Width="33" Height="33"> </Element>
          </Element>
        </Element>
      </Element>
      <Element ID="QuickslotBar_DockedExtraBar2" X="0" Y="0" Width="392" Height="33"> 
        <Element ID="Quickslots_BG_Horiz" X="0" Y="0" Width="392" Height="33"> </Element>
        <Element ID="Quickslots_BG_Vert" X="0" Y="0" Width="33" Height="392"> </Element>
        <Element ID="OrientationToggle" X="7" Y="7" Width="20" Height="20"> </Element>
        <Element ID="QuickslotListBox" X="0" Y="0" Width="392" Height="33"> 
          <Element ID="QuickslotButtonTemplate" X="0" Y="0" Width="33" Height="33"> 
            <Element ID="QuickslotOverlay" X="2" Y="2" Width="32" Height="32"> </Element>
            <Element ID="QuickslotLabelText" X="2" Y="23" Width="32" Height="12"> </Element>
            <Element ID="QuickslotEmptyTemplate" X="0" Y="0" Width="33" Height="33"> </Element>
          </Element>
        </Element>
      </Element>
    </Element>
  </Element>
</PanelFile>
The icons won't get any smaller, this only cuts the bars at 392px width (So changing the width and height of the bars them self works in my example, but not for the icons so far.).
Reply With Quote
  #2  
Unread 09-27-2010, 02:39 PM
daimon's Avatar
daimon daimon is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Aug 2007
Location: Finland
Posts: 466
Nope you can't unfortunately change the slot sizes by skinning. Only reasonable way to do it is to use in-game scalers from the game menus. Those will make the icons look a bit blurry though.
__________________
~·~ DaimonUI ~·~
avatar by Humon
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Minimap Icons daimon LotRO Wish List (L) 0 11-27-2008 08:32 AM
Request: Skill Icons Shidarte LotRO Wish List (L) 3 11-03-2007 06:05 AM
Quickslot Problems Skald Interface Help (L) 3 07-01-2007 10:21 AM
Skill/Spell Icons pdjkeelan General Authoring Discussion (L) 1 05-23-2007 11:35 PM
quickslot bar 2 wheatgerm General Authoring Discussion (L) 3 05-14-2007 07:46 AM


All times are GMT -5. The time now is 05:20 AM.


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