lotrointerface.com
Search Downloads


Go Back   LoTROInterface > LotRO > Developer Discussions > General Authoring Discussion (L)

Reply
Thread Tools Display Modes
  #1  
Unread 04-24-2012, 05:55 PM
artificeren artificeren is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Sep 2010
Posts: 29
Random bits of various panels are wrong

In the following screen, various bits of various panels are wrong.



The Social panel shows what corners and buttons are supposed to look like. However, all the corners on the wallet and quest accept/deciline (what's the name of this one?) panels, as well as the bottom corners on the instance finder, show the wrong corners. Also the Accept button on the Quest Accept/Decline panel and Launch Now button on the Instance Finder have adornments, when they SHOULD look just like the decline button.

I have the following mappings in my xml. What am I missing?

Code:
	<Mapping ArtAssetID="box_silver_upper_left" FileName="box\box_topleft.tga"></Mapping>
	<Mapping ArtAssetID="box_silver_upper_left_noadorn" FileName="box\box_topleft.tga"></Mapping>
	<Mapping ArtAssetID="box_silver_upper_left_light" FileName="box\box_topleft.tga"></Mapping>

	<Mapping ArtAssetID="box_silver_upper_right" FileName="box\box_topright.tga"></Mapping>
	<Mapping ArtAssetID="box_silver_upper_right_noadorn" FileName="box\box_topright.tga"></Mapping>
	<Mapping ArtAssetID="box_silver_upper_right_light" FileName="box\box_topright.tga"></Mapping>

	<Mapping ArtAssetID="box_silver_bottom_left" FileName="box\box_bottomleft.tga"></Mapping>
	<Mapping ArtAssetID="box_silver_bottom_left_noadorn" FileName="box\box_bottomleft.tga"></Mapping>
	<Mapping ArtAssetID="box_silver_bottom_left_light" FileName="box\box_bottomleft.tga"></Mapping>

	<Mapping ArtAssetID="box_silver_lower_right" FileName="box\box_bottomright.tga"></Mapping>
	<Mapping ArtAssetID="box_silver_lower_right_noadorn" FileName="box\box_bottomright.tga"></Mapping>
	<Mapping ArtAssetID="box_silver_lower_right_light" FileName="box\box_bottomright.tga"></Mapping>

	<Mapping ArtAssetID="textbutton_mid_normal" FileName="textbutton\textbutton_normal_mid.tga"></Mapping>
	<Mapping ArtAssetID="textbutton_left_normal" FileName="textbutton\textbutton_normal_left.tga"></Mapping>
	<Mapping ArtAssetID="textbutton_right_normal" FileName="textbutton\textbutton_normal_right.tga"></Mapping>
	<Mapping ArtAssetID="textbutton_mid_mouseover" FileName="textbutton\textbutton_normal_mouseover_mid.tga"></Mapping>
	<Mapping ArtAssetID="textbutton_right_mouseover" FileName="textbutton\textbutton_normal_mouseover_right.tga"></Mapping>
	<Mapping ArtAssetID="textbutton_left_mouseover" FileName="textbutton\textbutton_normal_mouseover_left.tga"></Mapping>
	<Mapping ArtAssetID="textbutton_mid_pressed" FileName="textbutton\textbutton_normal_pressed_mid.tga"></Mapping>
	<Mapping ArtAssetID="textbutton_left_pressed" FileName="textbutton\textbutton_normal_pressed_left.tga"></Mapping>
	<Mapping ArtAssetID="textbutton_right_pressed" FileName="textbutton\textbutton_normal_pressed_right.tga"></Mapping>
	<Mapping ArtAssetID="textbutton_mid_ghosted" FileName="textbutton\textbutton_disabled_mid.tga"></Mapping>
	<Mapping ArtAssetID="textbutton_left_ghosted" FileName="textbutton\textbutton_disabled_left.tga"></Mapping>
	<Mapping ArtAssetID="textbutton_right_ghosted" FileName="textbutton\textbutton_disabled_right.tga"></Mapping>
	<Mapping ArtAssetID="textbutton_mid_highlighted_normal" FileName="textbutton\textbutton_highlight_mid.tga"></Mapping>
	<Mapping ArtAssetID="textbutton_left_highlighted_normal" FileName="textbutton\textbutton_highlight_left.tga"></Mapping>
	<Mapping ArtAssetID="textbutton_right_highlighted_normal" FileName="textbutton\textbutton_highlight_right.tga"></Mapping>
	<Mapping ArtAssetID="textbutton_mid_highlighted_mouseover" FileName="textbutton\textbutton_highlight_mouseover_mid.tga"></Mapping>
	<Mapping ArtAssetID="textbutton_left_highlighted_mouseover" FileName="textbutton\textbutton_highlight_mouseover_left.tga"></Mapping>
	<Mapping ArtAssetID="textbutton_right_highlighted_mouseover" FileName="textbutton\textbutton_highlight_mouseover_right.tga"></Mapping>
	<Mapping ArtAssetID="textbutton_mid_highlighted_pressed" FileName="textbutton\textbutton_highlight_pressed_mid.tga"></Mapping>
	<Mapping ArtAssetID="textbutton_left_highlighted_pressed" FileName="textbutton\textbutton_highlight_pressed_left.tga"></Mapping>
	<Mapping ArtAssetID="textbutton_right_highlighted_pressed" FileName="textbutton\textbutton_highlight_pressed_right.tga"></Mapping>
Reply With Quote
  #2  
Unread 04-28-2012, 11:40 PM
Adra's Avatar
Adra Adra is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Jun 2011
Location: France
Posts: 171

<Mapping ArtAssetID="silver_border_top_left" FileName="..\box\invisible.tga" />
<Mapping ArtAssetID="silver_border_bottom_left" FileName="..\box\invisible.tga" />
<Mapping ArtAssetID="silver_border_top_right" FileName="..\box\invisible.tga" />
<Mapping ArtAssetID="silver_border_bottom_right" FileName="..\box\invisible.tga" />

For instance finder bottom corners I didn't found a solution

http://www.lotrointerface.com/downlo...zureGlass.html

By the way, do you plan to update virtues organised to fit ROI virtues changes ?

Last edited by Adra : 04-29-2012 at 12:26 AM.
Reply With Quote
  #3  
Unread 04-29-2012, 12:34 AM
artificeren artificeren is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Sep 2010
Posts: 29
Thanks for hunting that out. I'm planning a new version of Streamlined as soon as I can put that in.

I wasn't aware that Virtues Organized needed an update. Thanks, I'll look into it.
Reply With Quote
  #4  
Unread 04-29-2012, 06:23 AM
Nilrem Nilrem is offline
The Wary
 
Join Date: Jun 2011
Posts: 1
the instance finder bottom corners are

<Mapping ArtAssetID="corner_bl"
<Mapping ArtAssetID="corner_br"
Reply With Quote
  #5  
Unread 04-29-2012, 03:47 PM
artificeren artificeren is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Sep 2010
Posts: 29
Quote:
Originally Posted by Adra
By the way, do you plan to update virtues organised to fit ROI virtues changes ?
No changes are planned. Turbine broke the cyclical pattern with Zeal purposefully, as it would have had 2 "Resistance Rating" on the same virtue after the stat consolidation. All the other virtues are still correctly ordered, so I'm leaving the addon as-is.
Reply With Quote
  #6  
Unread 04-30-2012, 06:04 PM
Adra's Avatar
Adra Adra is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Jun 2011
Location: France
Posts: 171
@ Artificieren : ok

@ Nilrem : TYVM
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
Download pointing to wrong file? Grim Site help, bugs, suggestions/questions 0 10-17-2010 11:40 PM
Toolbar wrong after going full screen from windowed mode Chazcon Interface Help (L) 1 10-02-2010 12:23 PM
Wrong link to Userprofile in Comments Bl4ckSh33p Site help, bugs, suggestions/questions 0 01-30-2008 04:45 PM
Well The Server is Down, Random Conversation anyone? Bigleon Chit Chat 10 03-01-2007 12:39 PM


All times are GMT -5. The time now is 07:19 AM.


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