lotrointerface.com
Search Downloads


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

Reply
Thread Tools Display Modes
  #1  
Unread 10-04-2011, 05:00 PM
Eili's Avatar
Eili Eili is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Apr 2007
Location: Montreal
Posts: 159
ROI Art assets help (2)

Anyone find out what are the code or the .tga for those :


For the black background


For the Blue bar with Chest 9

Those are the only two lefts so i can finish

Thank you in advance if you can help me
Reply With Quote
  #2  
Unread 10-04-2011, 05:57 PM
Kalex's Avatar
Kalex Kalex is offline
The Undying
 
Join Date: Jul 2007
Location: Indiana
Posts: 46
Send a message via MSN to Kalex
The one for the raid is either black_translucent.tga or black_translucent2.tga. Not sure which one as on my skin, I have changed both of them to the same thing.

I think the other one is buttonbar.tga, though I could be wrong.
Reply With Quote
  #3  
Unread 10-04-2011, 07:24 PM
Eili's Avatar
Eili Eili is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Apr 2007
Location: Montreal
Posts: 159
humm i modified both tga but nothing changed.

Code:
  	<Mapping ArtAssetID="black_translucent" FileName="panel_misc\black_translucent.tga" />
  	<Mapping ArtAssetID="black_translucent2" FileName="panel_misc\black_translucent2.tga" />
and
Code:
  	<Mapping ArtAssetID="ButtonBar" FileName="panel_misc\ButtonBar.tga"></Mapping>
You were speaking of those code lines right ?

Thank you
Reply With Quote
  #4  
Unread 10-04-2011, 07:52 PM
Kalex's Avatar
Kalex Kalex is offline
The Undying
 
Join Date: Jul 2007
Location: Indiana
Posts: 46
Send a message via MSN to Kalex
hmm, I changed the black_translucent graphics to my new one and it worked. Maybe it worked for me because the ones I changed them to are not transparent at all?

As for the other one, have you changed out storage_sortbar.tga as well?
Reply With Quote
  #5  
Unread 10-04-2011, 07:56 PM
Eili's Avatar
Eili Eili is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Apr 2007
Location: Montreal
Posts: 159
will check that and will try again for the black one, may be i did a bad work at tga
Reply With Quote
  #6  
Unread 10-05-2011, 12:08 AM
Eili's Avatar
Eili Eili is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Apr 2007
Location: Montreal
Posts: 159


Well after almost 3 hours of attempt, this is really no way that ButtonBar works.

To be sur of the change i made it red and the only place where it shows then is on the Wardrobe.
It seems that the Blue bar i am looking for is also used in the active skill tab for the search button.

And for the RAid windows, it seems that it does not support to be transparent. I made about 50 different test with different colours, so the panel you told me is the good one but for a reason i dont understand, the transparency apply correctly to the Friends, Kinship, Lock raid window, and fellowship window but not the raid group one.

Thank you anyway for your help, i guess i am blocked there at least for now
Reply With Quote
  #7  
Unread 10-05-2011, 02:39 AM
Eclipse's Avatar
Eclipse Eclipse is offline
The Indomitable
Interface Author - Click to view interfaces
 
Join Date: Aug 2011
Posts: 13
The raid group background is:
<Mapping ArtAssetID="black_translucent" FileName="black_translucent.tga" />

The vault blue bar is:
<Mapping ArtAssetID="chest_header_bg" FileName="chest_header_bg.tga" />

The skill search bar is:
<Mapping ArtAssetID="skill_search_background" FileName="skill_search_background.tga" />
Reply With Quote
  #8  
Unread 10-05-2011, 11:50 AM
Eili's Avatar
Eili Eili is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Apr 2007
Location: Montreal
Posts: 159
Thank you very much
I was able to finish the Vault wardrobe and shared vault with your help as well as my skills panels.

As for the Black_translucent panel, even if this is the panel to modify for the raid_group, i face a strange tga problem.

Giving it transparency works perfectly for all the social panels BUT the raid group who stays solid black whatever the change of transparency i make.

All the others windows depending of Black_translucent works fine, they all take the transparency but no way for raid_group.

I used yellow and red to see if i could get some transparency difference but each time for this panel it stays solid while giving yellow or red transparency to the others social panels.

So i guess i will have to just ignore that window.

Thank you anyway for the big help
Reply With Quote
  #9  
Unread 10-06-2011, 01:44 PM
Eili's Avatar
Eili Eili is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Apr 2007
Location: Montreal
Posts: 159
Racepage_human missing code or bugged ?

It seems that this :

<Mapping ArtAssetID="backgrounds_racepage_human" FileName="backgrounds_racepage_human.tga"></Mapping>

can not be changed.

I try to give it a new graphics page and i can not.

THough i noticed that all over backgrounds skirmish are .jpg that one is still in TGA.

Trying to work on the TGA to make it less solid and the game dont want to take the new model.

Though it worked for every other tga or even jpg.

Anyone else encoutered this too ?

EDIT
After some more try i understand that this is a generic picture, activated by your own race, thus depending of coding and not able to be altered.

Last edited by Eili : 10-06-2011 at 02:40 PM. Reason: result of search
Reply With Quote
  #10  
Unread 10-12-2011, 01:56 PM
D.H1cks's Avatar
D.H1cks D.H1cks is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Apr 2007
Posts: 162
Quote:
Originally Posted by Eili
Anyone find out what are the code or the .tga for those :


For the black background
Have you tried the element named "test_black"? I think this will get rid of it. It also affects a few other things, like alias commands in quickslots


In the latest skin pack it appears as:

Code:
<Mapping ArtAssetID="test_black" FileName="test_black.iff"></Mapping>
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
ROI Changes to Plugin Abilities? PhotovoltaicCell Interface Requests (L) 4 09-30-2011 03:09 PM
ROI Arts assets help Eili Interface Help (L) 2 09-29-2011 11:11 PM
Default Art Assets available for download Cairenn News 1 06-26-2007 03:35 PM


All times are GMT -5. The time now is 04:53 PM.


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