lotrointerface.com
Search Downloads


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

Reply
Thread Tools Display Modes
  #1  
Unread 02-14-2022, 07: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
uncomplete brawler mettle bar skinning code

Hello.

As no skinning pack update has been released since update 25, it is a bit complicated to publish an update of the skins to fit with the new codes without owning a palantiri...

Concerning the brawler mettle bar elements, here is the state of what I know and what I don't :


Toolbar code ok :

Code:
<Element ID="GamePlay_MettlePipDisplay" 	X="xxx" Y="yyy" Width="www" Height="hhh"></Element>

Mettle pictures : Ok from 1 to 8 but not for full mettle. The default picture is animated !

Code:
<Mapping ArtAssetID="mettle_9_Pips_empty" 	FileName="fervor_9_Pips_empty.tga"></Mapping> 
<Mapping ArtAssetID="mettle_9_Pips_1pips" 	FileName="fervor_9_Pips_1pips.tga"></Mapping>
<Mapping ArtAssetID="mettle_9_Pips_2pips" 	FileName="fervor_9_Pips_2pips.tga"></Mapping>
<Mapping ArtAssetID="mettle_9_Pips_3pips" 	FileName="fervor_9_Pips_3pips.tga"></Mapping>
<Mapping ArtAssetID="mettle_9_Pips_4pips" 	FileName="fervor_9_Pips_4pips.tga"></Mapping>
<Mapping ArtAssetID="mettle_9_Pips_5pips" 	FileName="fervor_9_Pips_5pips.tga"></Mapping>
<Mapping ArtAssetID="mettle_9_Pips_6pips" 	FileName="fervor_9_Pips_6pips.tga"></Mapping>
<Mapping ArtAssetID="mettle_9_Pips_7pips" 	FileName="fervor_9_Pips_7pips.tga"></Mapping>
<Mapping ArtAssetID="mettle_9_Pips_8pips" 	FileName="fervor_9_Pips_8pips.tga"></Mapping>
<Mapping ArtAssetID="???????????????????" 	FileName="fervor_9_Pips_8pips.tga"></Mapping>
I failed to guess this last picture assertID codename.
Maybe is not not even designed to be skinnable
__________________
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 : 02-15-2022 at 11:31 AM.
Reply With Quote
  #2  
Unread 02-21-2022, 12:00 PM
Giseldah's Avatar
Giseldah Giseldah is offline
The Wary
Interface Author - Click to view interfaces
 
Join Date: Jul 2014
Posts: 2
Quote:
Originally Posted by Adra
Hello.

As no skinning pack update has been released since update 25, it is a bit complicated to publish an update of the skins to fit with the new codes without owning a palantiri...

Concerning the brawler mettle bar elements, here is the state of what I know and what I don't :


Toolbar code ok :

Code:
<Element ID="GamePlay_MettlePipDisplay" 	X="xxx" Y="yyy" Width="www" Height="hhh"></Element>

Mettle pictures : Ok from 1 to 8 but not for full mettle. The default picture is animated !

Code:
<Mapping ArtAssetID="mettle_9_Pips_empty" 	FileName="fervor_9_Pips_empty.tga"></Mapping> 
<Mapping ArtAssetID="mettle_9_Pips_1pips" 	FileName="fervor_9_Pips_1pips.tga"></Mapping>
<Mapping ArtAssetID="mettle_9_Pips_2pips" 	FileName="fervor_9_Pips_2pips.tga"></Mapping>
<Mapping ArtAssetID="mettle_9_Pips_3pips" 	FileName="fervor_9_Pips_3pips.tga"></Mapping>
<Mapping ArtAssetID="mettle_9_Pips_4pips" 	FileName="fervor_9_Pips_4pips.tga"></Mapping>
<Mapping ArtAssetID="mettle_9_Pips_5pips" 	FileName="fervor_9_Pips_5pips.tga"></Mapping>
<Mapping ArtAssetID="mettle_9_Pips_6pips" 	FileName="fervor_9_Pips_6pips.tga"></Mapping>
<Mapping ArtAssetID="mettle_9_Pips_7pips" 	FileName="fervor_9_Pips_7pips.tga"></Mapping>
<Mapping ArtAssetID="mettle_9_Pips_8pips" 	FileName="fervor_9_Pips_8pips.tga"></Mapping>
<Mapping ArtAssetID="???????????????????" 	FileName="fervor_9_Pips_8pips.tga"></Mapping>
I failed to guess this last picture assertID codename.
Maybe is not not even designed to be skinnable
I see only a mettle_9_Pips_9pips in the raw data.
Reply With Quote
  #3  
Unread 02-23-2022, 03:47 PM
Adra's Avatar
Adra Adra is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Jun 2011
Location: France
Posts: 171
Ok, you're the second person telling me this, so something is definitely broken in the support of this picture.
__________________
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
  #4  
Unread 02-24-2022, 08:31 AM
Giseldah's Avatar
Giseldah Giseldah is offline
The Wary
Interface Author - Click to view interfaces
 
Join Date: Jul 2014
Posts: 2
Just an idea: as it is animated, perhaps you need to give multiple filenames somehow?

Found this in the client, but don't know if it is in any way related: 'animationFilenames'

or perhaps

FileName="1.tga 2.tga 3.tga etc.tga"
Reply With Quote
  #5  
Unread 03-07-2022, 11:14 AM
Adra's Avatar
Adra Adra is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Jun 2011
Location: France
Posts: 171
Maybe, I dunno
__________________
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
  #6  
Unread 03-21-2022, 02:52 PM
lunarwtr's Avatar
lunarwtr lunarwtr is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Feb 2011
Posts: 121
Code:
fervor_12_Pips_10pips
fervor_12_Pips_11pips
fervor_12_Pips_12pips
fervor_12_Pips_1pips
fervor_12_Pips_2pips
fervor_12_Pips_3pips
fervor_12_Pips_4pips
fervor_12_Pips_5pips
fervor_12_Pips_6pips
fervor_12_Pips_7pips
fervor_12_Pips_8pips
fervor_12_Pips_9pips
fervor_12_Pips_empty
fervor_5_Pips_1pips
fervor_5_Pips_2pips
fervor_5_Pips_3pips
fervor_5_Pips_4pips
fervor_5_Pips_5pips
fervor_5_Pips_empty
fervor_9_Pips_1pips
fervor_9_Pips_2pips
fervor_9_Pips_3pips
fervor_9_Pips_4pips
fervor_9_Pips_5pips
fervor_9_Pips_6pips
fervor_9_Pips_7pips
fervor_9_Pips_8pips
fervor_9_Pips_9pips
fervor_9_Pips_empty
mettle_9_Pips_1pips
mettle_9_Pips_2pips
mettle_9_Pips_3pips
mettle_9_Pips_4pips
mettle_9_Pips_5pips
mettle_9_Pips_6pips
mettle_9_Pips_7pips
mettle_9_Pips_8pips
mettle_9_Pips_9pips
mettle_9_Pips_empty
__________________
Author of Lotro Compendium, Waypoint, and Lotro Plugin Compendium (LPC)

Last edited by lunarwtr : 03-21-2022 at 03:15 PM.
Reply With Quote
  #7  
Unread 03-21-2022, 11:12 PM
lunarwtr's Avatar
lunarwtr lunarwtr is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Feb 2011
Posts: 121
Tried to find the different art asset ids

AssetArtIDs.txt

ASSETDIFF.txt
__________________
Author of Lotro Compendium, Waypoint, and Lotro Plugin Compendium (LPC)
Reply With Quote
  #8  
Unread 03-22-2022, 10:47 AM
Adra's Avatar
Adra Adra is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Jun 2011
Location: France
Posts: 171
I guess your assetDiff compares present ingame content compared to U25 skinning pack content. That's very nice
__________________
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-22-2022 at 10:52 AM.
Reply With Quote
  #9  
Unread 03-22-2022, 10:58 AM
lunarwtr's Avatar
lunarwtr lunarwtr is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Feb 2011
Posts: 121
Quote:
Originally Posted by Adra
I guess your assetDiff compares present ingame content compared to U25 skinning pack content. That's very nice
I took what was in U25 + JRR skin pack.. build a unique list of those asset ids.. then diffed that to what I saw dumped from dat file.
__________________
Author of Lotro Compendium, Waypoint, and Lotro Plugin Compendium (LPC)
Reply With Quote
  #10  
Unread 03-22-2022, 11:50 AM
Adra's Avatar
Adra Adra is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Jun 2011
Location: France
Posts: 171
Lol, I just saw "fuck" in AsserId additions list
__________________
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 : 05-30-2022 at 02:47 AM.
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
Looking for someone to code plugin darkox Interface Requests (L) 0 07-27-2019 10:17 PM
Re-skinning progress bar fill color, and store buttons AdalricLotro Interface Help (L) 2 04-12-2013 08:35 PM
help on color code please Eili Script & Skin Managers 2 02-08-2011 12:47 PM
Probelm with code wackafoo XML modification help (L) 0 05-27-2010 01:35 AM
Bottom Left UI Code Cleitanious XML modification help (L) 8 04-30-2008 05:47 AM


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


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