View Single Post
  #1  
Unread 05-01-2022, 10:21 AM
cowgod cowgod is offline
The Indomitable
 
Join Date: Dec 2010
Posts: 11
Help with player vitals portrait frames

Hello,

I'm trying to understand why the player vitals portrait frames do not show up on the JRR *B* skin.

Here is what some of the entries look like in the SkinDefinition.xml:

Code:
<Mapping ArtAssetID="player_vitals_backdrop_1_year" 				FileName="..\..\JRR CORE\vitals\player_vitals_backdrop_1_year.tga"></Mapping>
<Mapping ArtAssetID="player_vitals_backdrop_2_years" 				FileName="..\..\JRR CORE\vitals\player_vitals_backdrop_2_years.tga"></Mapping>
<Mapping ArtAssetID="player_vitals_backdrop_3_years" 				FileName="..\..\JRR CORE\vitals\player_vitals_backdrop_3_years.tga"></Mapping>
<Mapping ArtAssetID="player_vitals_backdrop_4_years" 				FileName="..\..\JRR CORE\vitals\player_vitals_backdrop_4_years.tga"></Mapping>
<Mapping ArtAssetID="player_vitals_backdrop_5_years" 				FileName="..\..\JRR CORE\vitals\player_vitals_backdrop_5_years.tga"></Mapping>
<Mapping ArtAssetID="player_vitals_backdrop_6_years" 				FileName="..\..\JRR CORE\vitals\player_vitals_backdrop_6_years.tga"></Mapping>
<Mapping ArtAssetID="player_vitals_backdrop_7_years" 				FileName="..\..\JRR CORE\vitals\player_vitals_backdrop_7_years.tga"></Mapping>
<Mapping ArtAssetID="player_vitals_backdrop_8_years" 				FileName="..\..\JRR CORE\vitals\player_vitals_backdrop_8_years.tga"></Mapping>
<Mapping ArtAssetID="player_vitals_backdrop_9_years" 				FileName="..\..\JRR CORE\vitals\player_vitals_backdrop_9_years.tga"></Mapping>
<Mapping ArtAssetID="player_vitals_backdrop_10_years" 				FileName="..\..\JRR CORE\vitals\player_vitals_backdrop_10_years.tga"></Mapping>
<Mapping ArtAssetID="player_vitals_backdrop_11_years" 				FileName="..\..\JRR CORE\vitals\player_vitals_backdrop_11_years.tga"></Mapping>
<Mapping ArtAssetID="player_vitals_backdrop_12_years" 				FileName="..\..\JRR CORE\vitals\player_vitals_backdrop_12_years.tga"></Mapping>
Those files definitely exist in the correct location, so why don't the frames show up? They are all blank in game.
Reply With Quote