Thread: Improved Vitals
View Single Post
  #2  
Unread 07-27-2010, 05:15 PM
Deewe Deewe is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Sep 2007
Posts: 104
Quote:
Originally Posted by Elbareth
Quick question, since I did not See an interface modification suggesting this..
Could someone make an interface download that simply made the personal vitals appear to be, say, a master defender?
Ive actually been searching for something of this type for quite some time, but Ive come up with nothing. If its possible, or there is one, and Im just short-sighted, let me know.
~Elbareth
there you go

Create a sub folder in your UI folder, name it with anything, create a SkinDefiniton.xml file using note pad, parse the below code.
Code:
<?xml version="1.0" encoding="UTF-8"?>

<opt>


<!-- Skin by Elbareth -->
<!-- http://www.lotrointerface.com -->
<SkinName Name="Elbareth Master Def"></SkinName>

<!--  Vitals --> 
    <Mapping ArtAssetID="player_vitals_backdrop" FileName="\Graphics\vitals\opponent_vitals_backdrop_master_defender_good_mp.tga" />
   
</opt>
create a "Graphics" subfolder, place the opponent_vitals_backdrop_master_defender_good_mp.t ga

Load the game, done.
Reply With Quote