lotrointerface.com
Search Downloads


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

Reply
Thread Tools Display Modes
  #1  
Unread 10-24-2012, 04:36 AM
liftedplane's Avatar
liftedplane liftedplane is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Feb 2009
Posts: 70
quest dialogue corners

I'm having a serious issue with the quest dialogue corners... I've searched everything and even looked at other skins for the answer and I just CANNOT find it.

here's the art asset ID's I'm using

Code:
<Mapping ArtAssetID="box_silver_upper_left" FileName="..\Panels\panelBorderTopLeftCorner.tga" />

<Mapping ArtAssetID="box_silver_upper_left_light" FileName="..\Panels\panelBorderTopLeftCorner.tga" />
as you can see I want to use the same corners regardless... I've checked the files are the correct dimensions. it just won't work. I've gone through the new RoR UI pack looking for answers and I've taken apart EA rohan to see what was diffrent, and so far nothing has jumped out.

as you can see in the attachment I've managed to change the window size adjustment.

if anyone can give me any pointers on how to get this to work as I'm pulling my hair out and tired of the dialogue looking like crap.

also vault and shared storage etc... none of it's working
Attached Thumbnails
Click image for larger version

Name:	quest dialogue.png
Views:	1398
Size:	468.5 KB
ID:	288  

Last edited by liftedplane : 10-24-2012 at 04:57 AM.
Reply With Quote
  #2  
Unread 10-24-2012, 06:58 AM
Eili's Avatar
Eili Eili is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Apr 2007
Location: Montreal
Posts: 159
Quote:
Originally Posted by liftedplane
I'm having a serious issue with the quest dialogue corners... I've searched everything and even looked at other skins for the answer and I just CANNOT find it.

here's the art asset ID's I'm using

Code:
<Mapping ArtAssetID="box_silver_upper_left" FileName="..\Panels\panelBorderTopLeftCorner.tga" />

<Mapping ArtAssetID="box_silver_upper_left_light" FileName="..\Panels\panelBorderTopLeftCorner.tga" />
as you can see I want to use the same corners regardless... I've checked the files are the correct dimensions. it just won't work. I've gone through the new RoR UI pack looking for answers and I've taken apart EA rohan to see what was diffrent, and so far nothing has jumped out.

as you can see in the attachment I've managed to change the window size adjustment.

if anyone can give me any pointers on how to get this to work as I'm pulling my hair out and tired of the dialogue looking like crap.

also vault and shared storage etc... none of it's working
For my UI, i used that part for that panel

Code:
	<!-- Box Silver _:_ window decorations -->
	<Mapping ArtAssetID="box_silver_bottom" FileName="box_silver\Isil_bottom.tga" />
	<Mapping ArtAssetID="box_silver_bottom_left" FileName="box_silver\Isil_bottom_left.tga" />
	<Mapping ArtAssetID="box_silver_lower_right" FileName="box_silver\Isil_bottom_right.tga" />
	<Mapping ArtAssetID="box_silver_side_left" FileName="box_silver\Isil_side_left.tga" />
	<Mapping ArtAssetID="box_silver_side_right" FileName="box_silver\Isil_side_right.tga" />
	<Mapping ArtAssetID="box_silver_upper" FileName="box_silver\Isil_upper.tga" />
	<Mapping ArtAssetID="box_silver_upper_left" FileName="box_silver\Isil_upper_left.tga" />
	<Mapping ArtAssetID="box_silver_upper_right" FileName="box_silver\Isil_upper_right.tga" />
and this is working fine for this panel
Reply With Quote
  #3  
Unread 10-24-2012, 01:35 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 Eili
For my UI, i used that part for that panel

Code:
	<!-- Box Silver _:_ window decorations -->
	<Mapping ArtAssetID="box_silver_bottom" FileName="box_silver\Isil_bottom.tga" />
	<Mapping ArtAssetID="box_silver_bottom_left" FileName="box_silver\Isil_bottom_left.tga" />
	<Mapping ArtAssetID="box_silver_lower_right" FileName="box_silver\Isil_bottom_right.tga" />
	<Mapping ArtAssetID="box_silver_side_left" FileName="box_silver\Isil_side_left.tga" />
	<Mapping ArtAssetID="box_silver_side_right" FileName="box_silver\Isil_side_right.tga" />
	<Mapping ArtAssetID="box_silver_upper" FileName="box_silver\Isil_upper.tga" />
	<Mapping ArtAssetID="box_silver_upper_left" FileName="box_silver\Isil_upper_left.tga" />
	<Mapping ArtAssetID="box_silver_upper_right" FileName="box_silver\Isil_upper_right.tga" />
and this is working fine for this panel
I'll give that a shot when I get home. Hopefully it works
Reply With Quote
  #4  
Unread 10-24-2012, 10:23 PM
liftedplane's Avatar
liftedplane liftedplane is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Feb 2009
Posts: 70
finally found it

Code:
	<Mapping ArtAssetID="silver_border_bottom_left" 							FileName="..\Panels\panelBorderBottomLeftCorner.tga" />
	<Mapping ArtAssetID="silver_border_bottom_right" 							FileName="..\Panels\panelBorderBottomRightCorner.tga" />
	<Mapping ArtAssetID="silver_border_top_left" 								FileName="..\Panels\panelBorderTopLeftCorner.tga" />
	<Mapping ArtAssetID="silver_border_top_right" 								FileName="..\Panels\panelBorderTopRightCorner.tga" />
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
Quest Database Addon lunarwtr General Authoring Discussion (L) 6 02-21-2011 12:38 PM
Quest Tracker request Galarinn Interface Requests (L) 0 09-18-2010 03:56 PM
Quest Window Normandy9 Interface Requests (L) 0 09-12-2010 05:38 PM
Resizing the Quest Tracker MrJackdaw Interface Help (L) 4 02-12-2010 03:02 AM
Quest Helper bob Interface Requests (L) 4 12-23-2008 10:19 AM


All times are GMT -5. The time now is 03:24 AM.


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