View Single Post
  #2  
Unread 03-15-2013, 05:00 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