View Single Post
  #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