lotrointerface.com
Search Downloads


Go Back   LoTROInterface > LotRO > General Discussion & Support > Interface Help (L)

Reply
Thread Tools Display Modes
  #1  
Unread 03-12-2013, 12:00 AM
AdalricLotro's Avatar
AdalricLotro AdalricLotro is offline
The Undying
 
Join Date: Jan 2013
Posts: 22
Update 10 blue highlighting on buttons.

With update 10 my buttons now have blue highlights on the left and ride sides. Anyone know what got changed to cause this. Many thanks in adavance.
Attached Thumbnails
Click image for larger version

Name:	button highlights.jpg
Views:	1299
Size:	184.7 KB
ID:	299  
Reply With Quote
  #2  
Unread 03-13-2013, 09:15 AM
magill's Avatar
magill magill is offline
The Undying
 
Join Date: Sep 2010
Location: Philadelphia PA
Posts: 85
Yes and no....

Buried way down at the end of the U10 Release notes:

* Graphics and Effects

Resolved a number of issues with openGL rendering.
Effect icons and map notes should no longer flicker when running with DX10 and DX11.

Has that effect always been there but broken?
Or was it part of the "box redesign" associated with Mithril Coins?

no idea.
__________________
Bill Magill Mac Player
(OTG)
Val - Man Minstrel (107)
Valalin - Dwarf Minsrel (69)
Valamar - Dwarf Hunter (118)
Valanne - Beorning (105)
Valhad - Elf LM (65)
Valkeeper - Elf RK (85)
Valdicta - Dwarf RK (105)
Valwood - Dwarf RK (80)

Valhunt - Dwarf Hunter (68)
Ninth - Man Warden (65)

"Laid back, not so serious, no drama.
All about the fun!"

Reply With Quote
  #3  
Unread 03-13-2013, 02:27 PM
Adra's Avatar
Adra Adra is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Jun 2011
Location: France
Posts: 171
From the new skinning pack for update 10 :


<Mapping ArtAssetID="buynow_button_highight" FileName="buynow_button_highight.tga"></Mapping>
<Mapping ArtAssetID="buynow_button_highight_ghost" FileName="buynow_button_highight_ghost.tga"></Mapping>
<Mapping ArtAssetID="buynow_button_highight_l" FileName="buynow_button_highight_l.tga"></Mapping>
<Mapping ArtAssetID="buynow_button_highight_l_medium" FileName="buynow_button_highight_l_medium.tga"></Mapping>
<Mapping ArtAssetID="buynow_button_highight_l_small" FileName="buynow_button_highight_l_small.tga"></Mapping>
<Mapping ArtAssetID="buynow_button_highight_medium" FileName="buynow_button_highight_medium.tga"></Mapping>
<Mapping ArtAssetID="buynow_button_highight_small" FileName="buynow_button_highight_small.tga"></Mapping>

Just link these new pictures to a blank file.
__________________
JRR skins collection download page
JRR Azure Glass download page
Extended and enhanced panels
Adra/Adragor/Osred from Sirannon.
Derelos/Prurit/Karnaj from Evernight.

Last edited by Adra : 03-13-2013 at 02:29 PM.
Reply With Quote
  #4  
Unread 03-13-2013, 07:31 PM
AdalricLotro's Avatar
AdalricLotro AdalricLotro is offline
The Undying
 
Join Date: Jan 2013
Posts: 22
Thank you for the information Adra.

One other question. Is there a separate art file for the inventory bag border? If not, then what ArtAssetID(s) do I need to link to my own file(s)?

Last edited by AdalricLotro : 03-13-2013 at 08:31 PM.
Reply With Quote
  #5  
Unread 03-14-2013, 06:06 AM
Wicked Mouse's Avatar
Wicked Mouse Wicked Mouse is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Feb 2008
Location: The Netherlands
Posts: 183
Since you're such a good investigator, do you know what has happened to the various borders (bags and such) and backgrounds? My skin looks like a mess now
__________________
Author of: "Delving Hills"
Reply With Quote
  #6  
Unread 03-14-2013, 09:00 AM
magill's Avatar
magill magill is offline
The Undying
 
Join Date: Sep 2010
Location: Philadelphia PA
Posts: 85
Quote:
Originally Posted by Wicked Mouse
Since you're such a good investigator, do you know what has happened to the various borders (bags and such) and backgrounds? My skin looks like a mess now
I'm not certain "which" question you are asking -- about skins you created or ones others have created.

Basically, with Update 10 the look of a large number of items have been "redesigned" (the stable master and options box come immediately to mind) consequently they will need to be "re-engineered" for any skin that uses them. Minimally Old assets will likely no longer "fit." Sadly, there is not an easy way to determine which these are, other than by "looking."
__________________
Bill Magill Mac Player
(OTG)
Val - Man Minstrel (107)
Valalin - Dwarf Minsrel (69)
Valamar - Dwarf Hunter (118)
Valanne - Beorning (105)
Valhad - Elf LM (65)
Valkeeper - Elf RK (85)
Valdicta - Dwarf RK (105)
Valwood - Dwarf RK (80)

Valhunt - Dwarf Hunter (68)
Ninth - Man Warden (65)

"Laid back, not so serious, no drama.
All about the fun!"

Reply With Quote
  #7  
Unread 03-15-2013, 04:37 AM
Adra's Avatar
Adra Adra is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Jun 2011
Location: France
Posts: 171
Hi,

the fix for the panels is very simple

There are some new borders introduced, with "_min' at the end of their name.
Just link them to their "twin brothers" border files which have the same name without the "_min" at the end.
Of course don't delete the old ones, they are still used.


Code:
<Mapping ArtAssetID="box_silver_bottom_left_noadorn_min" 	FileName=""box_silver_bottom_left_noadorn.tga" />
<Mapping ArtAssetID="box_silver_bottom_min" 	 	 	 FileName="box_silver_bottom.tga" />
<Mapping ArtAssetID="box_silver_lower_right_noadorn_min" 	FileName="box_silver_lower_right_noadorn.tga" />
<Mapping ArtAssetID="box_silver_side_left_min" 	 	 	 etc...
<Mapping ArtAssetID="box_silver_side_right_min" 				
<Mapping ArtAssetID="box_silver_upper_left_noadorn_min" 		
<Mapping ArtAssetID="box_silver_upper_min" 					
<Mapping ArtAssetID="box_silver_upper_right_noadorn_min"
and link these two files to a blank file (transparent) :

Code:
<Mapping ArtAssetID="base_box_center_silver_gradient" 			
<Mapping ArtAssetID="mithril_popup_box_bg_wide"

I did not found the new stable master panel background picture, if someone got it, I'd be glad to know which filename it is
__________________
JRR skins collection download page
JRR Azure Glass download page
Extended and enhanced panels
Adra/Adragor/Osred from Sirannon.
Derelos/Prurit/Karnaj from Evernight.

Last edited by Adra : 03-15-2013 at 05:05 AM.
Reply With Quote
  #8  
Unread 03-15-2013, 08:52 AM
Wicked Mouse's Avatar
Wicked Mouse Wicked Mouse is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Feb 2008
Location: The Netherlands
Posts: 183
Thanks, Adra That solved the box outlines, just some windows still have a blue background

EDIT: oh wait, that's base box. You're a champ!
__________________
Author of: "Delving Hills"

Last edited by Wicked Mouse : 03-15-2013 at 04:42 PM.
Reply With Quote
  #9  
Unread 03-18-2013, 09:44 AM
Leafchild Leafchild is offline
The Wary
 
Join Date: Aug 2012
Location: Germany
Posts: 1
Quote:
Originally Posted by Adra
Hi,

the fix for the panels is very simple

There are some new borders introduced, with "_min' at the end of their name.
Just link them to their "twin brothers" border files which have the same name without the "_min" at the end.
Of course don't delete the old ones, they are still used.


Code:
<Mapping ArtAssetID="box_silver_bottom_left_noadorn_min" 	FileName=""box_silver_bottom_left_noadorn.tga" />
<Mapping ArtAssetID="box_silver_bottom_min" 	 	 	 FileName="box_silver_bottom.tga" />
<Mapping ArtAssetID="box_silver_lower_right_noadorn_min" 	FileName="box_silver_lower_right_noadorn.tga" />
<Mapping ArtAssetID="box_silver_side_left_min" 	 	 	 etc...
<Mapping ArtAssetID="box_silver_side_right_min" 				
<Mapping ArtAssetID="box_silver_upper_left_noadorn_min" 		
<Mapping ArtAssetID="box_silver_upper_min" 					
<Mapping ArtAssetID="box_silver_upper_right_noadorn_min"
[...]
Please don't forget the other new "twin brothers" with an "_light" at the end. These are used by the Shop Window and - more importantly - the very usefull TitanBar plugin.

Code:
<Mapping ArtAssetID="box_silver_bottom_light" 		FileName=""></Mapping>
<Mapping ArtAssetID="box_silver_bottom_left_light" 	FileName=""></Mapping>
<Mapping ArtAssetID="box_silver_lower_right_light" 	FileName=""></Mapping>
<Mapping ArtAssetID="box_silver_side_left_light" 	FileName=""></Mapping>
<Mapping ArtAssetID="box_silver_side_right_light" 	FileName=""></Mapping>
<Mapping ArtAssetID="box_silver_upper_light" 		FileName=""></Mapping>
<Mapping ArtAssetID="box_silver_upper_left_light" 	FileName=""></Mapping>
<Mapping ArtAssetID="box_silver_upper_right_light" 	FileName=""></Mapping>
<Mapping ArtAssetID="base_box_center_silver_light" 	FileName=""></Mapping>
__________________
Yet empty signature
Reply With Quote
  #10  
Unread 03-18-2013, 12:39 PM
Adra's Avatar
Adra Adra is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Jun 2011
Location: France
Posts: 171
Damn, you're right !

I missed it

Thank you very much Leafchild !
__________________
JRR skins collection download page
JRR Azure Glass download page
Extended and enhanced panels
Adra/Adragor/Osred from Sirannon.
Derelos/Prurit/Karnaj from Evernight.
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
Gandalf in Navy Blue Raechal Evriann Interface Requests (D) 5 12-08-2010 09:44 AM
Gandalf in Navy Blue MoM --> SoM Smartbean Interface Requests (L) 5 12-11-2009 01:37 PM
Azure Blue Skin Tolliver Interface Help (L) 5 07-20-2009 02:21 PM
Default interface in copper/brown instead of silver/blue, please? GCT Interface Requests (L) 3 11-16-2008 11:47 AM
Test UI Skins: Blue & Pink Keeyrah Released Interfaces (D) 22 02-12-2008 07:09 AM


All times are GMT -5. The time now is 03:21 PM.


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