lotrointerface.com
Search Downloads


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

Reply
Thread Tools Display Modes
  #1  
Unread 10-25-2012, 04:57 AM
liftedplane's Avatar
liftedplane liftedplane is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Feb 2009
Posts: 70
Quickslot arrows adjustment

I'm wondering if anyone can help me, I'm attempting to get the quickslot arrows to be horizontal instead of vertical as I have been working on something that will look exceptionally awesome if it's horizontal.

I've been trying to get it to work here's the code I have.

Code:
			<Element ID="Toolbar_Quickslot_Page" 								X="664" 	Y="228" 	Width="80" 		Height="26"	/>
				<Element ID="Toolbar_Quickslot_Page" 							X="-5" 		Y="0" 		Width="86" 		Height="26"> 
					<Element ID="Quickslot_Page_Up" 							X="0" 		Y="0" 		Width="20" 		Height="17"	/>
					<Element ID="Quickslot_Page_Down" 							X="0" 		Y="10" 		Width="20" 		Height="16"	/>
					<Element ID="Quickslot_Page_Indicator" 						X="0" 		Y="20" 		Width="20" 		Height="25"	/>
					<Element ID="Quickslot_Page_Icon" 							X="0" 		Y="30" 		Width="26" 		Height="26"	/>
				</Element>
problem is it's three in the morning and I've been at this for about 6 hours... this is the very last thing to be completed before I can release DaimonUI purple (sorry no mini or blue version/ universal yet, once I'm done with this the code will work for the blue version, just have to redo some art that I added to make it match the blue)

Either way, I figured I'd see if any of you could help me with this. I'll be back at it after work tomorrow night.
Reply With Quote
  #2  
Unread 10-25-2012, 06:53 PM
Delone's Avatar
Delone Delone is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: May 2012
Posts: 21
Do you mean something like this?


If so, mapping, zip of rotated arrows and code I used is below.
Don't know exactly what it is, but simply moving some of the element positions into certain areas completely stops your skin from loading. I found once I had a working layout, could then reposition the entire thing with the x and y tags in the line of the first "Element ID"


Code:
    <Element ID="Toolbar_Quickslot_Page" X="1300" Y="155" Width="85" Height="64"> 
      <Element ID="Toolbar_Quickslot_Page" X="-5" Y="0" Width="81" Height="64"> 
        <Element ID="Quickslot_Page_Up" X="8" Y="13" Width="20" Height="20"> </Element>
        <Element ID="Quickslot_Page_Down" X="51" Y="13" Width="20" Height="20"> </Element>
        <Element ID="Quickslot_Page_Indicator" X="28" Y="11" Width="10" Height="25"> </Element>
        <Element ID="Quickslot_Page_Icon" X="24" Y="11" Width="26" Height="26"> </Element>
      </Element>
    </Element>
Code:
       <Mapping ArtAssetID="letterbox_bottom_Switch_ArrowDown" FileName="letterbox_bottom_Switch_ArrowRight.tga"></Mapping>
       <Mapping ArtAssetID="letterbox_bottom_Switch_ArrowDown_Roll" FileName="letterbox_bottom_Switch_ArrowRight_Roll.tga"></Mapping>
       <Mapping ArtAssetID="letterbox_bottom_Switch_ArrowDown_Press" FileName="letterbox_bottom_Switch_ArrowRight_Press.tga"></Mapping>
       <Mapping ArtAssetID="letterbox_bottom_Switch_ArrowUp" FileName="letterbox_bottom_Switch_ArrowLeft.tga"></Mapping>
       <Mapping ArtAssetID="letterbox_bottom_Switch_ArrowUp_Roll" FileName="letterbox_bottom_Switch_ArrowLeft_Roll.tga"></Mapping>
       <Mapping ArtAssetID="letterbox_bottom_Switch_ArrowUp_Press" FileName="letterbox_bottom_Switch_ArrowLeft_Press.tga"></Mapping>
Zip file of rotated arrow images: http://goo.gl/RYOSf

Last edited by Delone : 10-25-2012 at 07:00 PM.
Reply With Quote
  #3  
Unread 10-25-2012, 07:22 PM
liftedplane's Avatar
liftedplane liftedplane is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Feb 2009
Posts: 70
Quote:
Originally Posted by Delone
Do you mean something like this?


If so, mapping, zip of rotated arrows and code I used is below.
Don't know exactly what it is, but simply moving some of the element positions into certain areas completely stops your skin from loading. I found once I had a working layout, could then reposition the entire thing with the x and y tags in the line of the first "Element ID"


Code:
    <Element ID="Toolbar_Quickslot_Page" X="1300" Y="155" Width="85" Height="64"> 
      <Element ID="Toolbar_Quickslot_Page" X="-5" Y="0" Width="81" Height="64"> 
        <Element ID="Quickslot_Page_Up" X="8" Y="13" Width="20" Height="20"> </Element>
        <Element ID="Quickslot_Page_Down" X="51" Y="13" Width="20" Height="20"> </Element>
        <Element ID="Quickslot_Page_Indicator" X="28" Y="11" Width="10" Height="25"> </Element>
        <Element ID="Quickslot_Page_Icon" X="24" Y="11" Width="26" Height="26"> </Element>
      </Element>
    </Element>
Code:
       <Mapping ArtAssetID="letterbox_bottom_Switch_ArrowDown" FileName="letterbox_bottom_Switch_ArrowRight.tga"></Mapping>
       <Mapping ArtAssetID="letterbox_bottom_Switch_ArrowDown_Roll" FileName="letterbox_bottom_Switch_ArrowRight_Roll.tga"></Mapping>
       <Mapping ArtAssetID="letterbox_bottom_Switch_ArrowDown_Press" FileName="letterbox_bottom_Switch_ArrowRight_Press.tga"></Mapping>
       <Mapping ArtAssetID="letterbox_bottom_Switch_ArrowUp" FileName="letterbox_bottom_Switch_ArrowLeft.tga"></Mapping>
       <Mapping ArtAssetID="letterbox_bottom_Switch_ArrowUp_Roll" FileName="letterbox_bottom_Switch_ArrowLeft_Roll.tga"></Mapping>
       <Mapping ArtAssetID="letterbox_bottom_Switch_ArrowUp_Press" FileName="letterbox_bottom_Switch_ArrowLeft_Press.tga"></Mapping>
Zip file of rotated arrow images: http://goo.gl/RYOSf
Thank you that's awesome
Reply With Quote
  #4  
Unread 10-25-2012, 08:13 PM
Delone's Avatar
Delone Delone is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: May 2012
Posts: 21
Edited original image to include second layout example, the one that I'm actually using myself.
Thought I'd include it here for anyone who wanted a layout that fits better with other toolbar buttons (change x and y co-ordinates in first line to reposition within toolbar).

May need to refresh page to get edited image if you've recently viewed the original image.

Code:
    <Element ID="Toolbar_Quickslot_Page" X="1340" Y="155" Width="25" Height="64"> 
      <Element ID="Toolbar_Quickslot_Page" X="-5" Y="0" Width="31" Height="64"> 
        <Element ID="Quickslot_Page_Up" X="8" Y="12" Width="20" Height="17"> </Element>
        <Element ID="Quickslot_Page_Down" X="8" Y="23" Width="20" Height="16"> </Element>
        <Element ID="Quickslot_Page_Indicator" X="2507" Y="16" Width="10" Height="25"> </Element>
        <Element ID="Quickslot_Page_Icon" X="2503" Y="16" Width="26" Height="26"> </Element>
      </Element>
    </Element>

Last edited by Delone : 10-25-2012 at 08:17 PM.
Reply With Quote
  #5  
Unread 10-26-2012, 03:52 AM
liftedplane's Avatar
liftedplane liftedplane is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Feb 2009
Posts: 70
awesome thanks for the help, I was definitely too tired and after looking at it again today I figured out where I was messing it up and viola.... finished.

you guys are great
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
Quickslot acting strangely with U6 Eili Interface Help (L) 0 03-13-2012 07:56 PM
Re-sizeable quickslot icons now possible! MrJackdaw Lua Programming Help (L) 1 12-27-2010 06:41 PM
Resizing Quickslot icons Misato XML modification help (L) 1 09-27-2010 02:39 PM
Quickslot Problems Skald Interface Help (L) 3 07-01-2007 10:21 AM
quickslot bar 2 wheatgerm General Authoring Discussion (L) 3 05-14-2007 07:46 AM


All times are GMT -5. The time now is 07:00 PM.


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