lotrointerface.com
Search Downloads


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

Reply
Thread Tools Display Modes
  #1  
Unread 01-20-2014, 08:51 AM
claimh's Avatar
claimh claimh is offline
The Wary
Interface Author - Click to view interfaces
 
Join Date: Jul 2010
Posts: 4
The Small Attunement bar isssues

Firt of all, Sorry for my poor Englsih.

I've issues with the small attunement bar. I have tried to solve this many times, but couldn't.
I've moved the bar to where the focus and fervor are, but It is getting halved. So the part right half does not show.

Code:
  <PanelFile ID="Toolbar">
  <Element ID="ToolbarField" X="128" Y="10000" Width="1024" Height="175">
  <Element ID="Toolbar_Quickslot" X="87" Y="123" Width="420" Height="35" /> 
  <Element ID="ToolbarFieldMain" X="0" Y="88" Width="1024" Height="160" /> 
  <Element ID="ToolbarFieldMain_LevelMeter_Left_Cap" X="0" Y="162" Width="17" Height="13"/>
  <Element ID="ToolbarFieldMain_LevelMeter_Mid_Left_Cap" X="406" Y="162" Width="16" Height="13" /> 
  <Element ID="ToolbarFieldMain_LevelMeter_Mid_Right_Cap" X="603" Y="162" Width="16" Height="13" /> 
  <Element ID="ToolbarFieldMain_LevelMeter_Right_Cap" X="1009" Y="162" Width="17" Height="13" /> 
  <Element ID="GamePlay_FervorPipDisplay" X="435" Y="35" Width="152" Height="14" /> 
  <Element ID="GamePlay_AimPipDisplay" X="435" Y="35" Width="152" Height="14" /> 
  <Element ID="GamePlay_RampagePipDisplay" X="435" Y="35" Width="152" Height="14" /> 
  <Element ID="Gameplay_AtunementUI" X="435" Y="35" Width="152" Height="14" /> 
  <Element ID="PipDisplay_Atunement_Pips" X="0" Y="0" Width="152" Height="14" /> 
  <Element ID="LevelMeter" X="1" Y="157" Width="1024" Height="30">
  <Element ID="LevelMeterFill" X="5" Y="7" Width="1015" Height="11">
  <Element ID="LevelMeter_BonusMeter" X="0" Y="0" Width="1015" Height="11" /> 
  <Element ID="ToolbarFieldMain_LevelMeter_Glass_Overlay" X="5" Y="157" Width="1015" Height="11" />
  </Element>
  <Element ID="ToolbarButton_LevelUpXP_TutorialHighlight" X="2" Y="3" Width="1019" Height="17" /> 
  <Element ID="ToolbarButton_Experience_TutorialHighlight" X="2" Y="3" Width="1019" Height="17" /> 
  <Element ID="LevelMeterText" X="3" Y="5" Width="1020" Height="15" /> 
  </Element>
  <Element ID="AutoAttackIndicatorButton" X="116" Y="30" Width="25" Height="25" /> 
  <Element ID="ViolentModeIndicator" X="116" Y="30" Width="1" Height="1" /> 
  <Element ID="ToolbarButton_AutoAttack_TutorialHighlight" X="164" Y="30" Width="1" Height="1" /> 
  <Element ID="ToolBarButton_MainMenu" X="166" Y="30" Width="17" Height="25" /> 
  <Element ID="Toolbar_WebstoreButton" X="0" Y="1000" Width="1" Height="1" /> 
  <Element ID="ToolbarButton_CustomizeSlots" X="196" Y="30" Width="26" Height="19" /> 
  <Element ID="ToolBarButton_Slot_1" X="226" Y="30" Width="25" Height="25" /> 
  <Element ID="ToolbarButton_Slot_2" X="256" Y="30" Width="25" Height="25" /> 
  <Element ID="ToolbarButton_Slot_3" X="286" Y="30" Width="25" Height="25" /> 
  <Element ID="ToolbarButton_Slot_4" X="316" Y="30" Width="25" Height="25" /> 
  <Element ID="ToolBarButton_Slot_5" X="346" Y="30" Width="25" Height="25" /> 
  <Element ID="ToolbarButton_Slot_6" X="376" Y="30" Width="25" Height="25" /> 
  <Element ID="ToolbarButton_Slot_7" X="406" Y="30" Width="25" Height="25" /> 
  <Element ID="ToolbarButton_RightSlot_1" X="588" Y="30" Width="25" Height="25" /> 
  <Element ID="ToolBarButton_RightSlot_2" X="618" Y="30" Width="25" Height="25" /> 
  <Element ID="ToolBarButton_RightSlot_3" X="648" Y="30" Width="25" Height="25" /> 
  <Element ID="ToolBarButton_RightSlot_4" X="678" Y="30" Width="25" Height="25" /> 
  <Element ID="ToolBarButton_RightSlot_5" X="708" Y="30" Width="25" Height="25" /> 
  <Element ID="ToolBarButton_RightSlot_6" X="738" Y="30" Width="25" Height="25" /> 
  <Element ID="ToolBarButton_RightSlot_7" X="768" Y="30" Width="25" Height="25" />
  <Element ID="ToolBarButton_RightSlot_8" X="798" Y="30" Width="25" Height="25" />
  <Element ID="Toolbar_Quickslot_Page" X="65" Y="112" Width="25" Height="64" />
  </Element>
  </PanelFile>
The codes show that I have made room that's 152 pixels, but only the 88 pixels are displayed. Other UIs have not this problem. Is there a code I'm missing?
Reply With Quote
  #2  
Unread 01-20-2014, 12:51 PM
Wicky71's Avatar
Wicky71 Wicky71 is offline
The Indomitable
Interface Author - Click to view interfaces
 
Join Date: Jan 2012
Posts: 12
The Small Attunement bar isssues

hi,

at first:
Atunement_Pips is an element of AtunementUI

Code:
<Element ID="Gameplay_AtunementUI" X="435" Y="35" Width="152" Height="14">
  <Element ID="PipDisplay_Atunement_Pips" X="0" Y="0" Width="152" Height="14"> </Element>
</Element>
further:
do you've the right pictures for the assets? (Width="152" Height="14")
An example of My own UI

Code:
<!-- Attunement -->
	<Mapping ArtAssetID="attunement_sm_1"	FileName="toolbar/attunement_sm_1.tga"></Mapping>
	<Mapping ArtAssetID="attunement_sm_2"	FileName="toolbar/attunement_sm_2.tga"></Mapping>
	<Mapping ArtAssetID="attunement_sm_3"	FileName="toolbar/attunement_sm_3.tga"></Mapping>
	<Mapping ArtAssetID="attunement_sm_4"	FileName="toolbar/attunement_sm_4.tga"></Mapping>
	<Mapping ArtAssetID="attunement_sm_5"	FileName="toolbar/attunement_sm_5.tga"></Mapping>
	<Mapping ArtAssetID="attunement_sm_6"	FileName="toolbar/attunement_sm_6.tga"></Mapping>
	<Mapping ArtAssetID="attunement_sm_7"	FileName="toolbar/attunement_sm_7.tga"></Mapping>
	<Mapping ArtAssetID="attunement_sm_8"	FileName="toolbar/attunement_sm_8.tga"></Mapping>
	<Mapping ArtAssetID="attunement_sm_9"	FileName="toolbar/attunement_sm_9.tga"></Mapping>
	<Mapping ArtAssetID="attunement_sm_10" FileName="toolbar/attunement_sm_10.tga"></Mapping>
	<Mapping ArtAssetID="attunement_sm_11" FileName="toolbar/attunement_sm_11.tga"></Mapping>
	<Mapping ArtAssetID="attunement_sm_12" FileName="toolbar/attunement_sm_12.tga"></Mapping>
	<Mapping ArtAssetID="attunement_sm_13" FileName="toolbar/attunement_sm_13.tga"></Mapping>
	<Mapping ArtAssetID="attunement_sm_14" FileName="toolbar/attunement_sm_14.tga"></Mapping>
	<Mapping ArtAssetID="attunement_sm_15" FileName="toolbar/attunement_sm_15.tga"></Mapping>
	<Mapping ArtAssetID="attunement_sm_16" FileName="toolbar/attunement_sm_16.tga"></Mapping>
	<Mapping ArtAssetID="attunement_sm_17" FileName="toolbar/attunement_sm_17.tga"></Mapping>
	<Mapping ArtAssetID="attunement_sm_18" FileName="toolbar/attunement_sm_18.tga"></Mapping>
	<Mapping ArtAssetID="attunement_sm_19" FileName="toolbar/attunement_sm_19.tga"></Mapping>
hope it helps
Reply With Quote
  #3  
Unread 01-21-2014, 10:38 AM
claimh's Avatar
claimh claimh is offline
The Wary
Interface Author - Click to view interfaces
 
Join Date: Jul 2010
Posts: 4
Thanks, wicky71
I will try it within several days.

Last edited by claimh : 01-23-2014 at 04:09 AM.
Reply With Quote
  #4  
Unread 01-22-2014, 11:11 AM
claimh's Avatar
claimh claimh is offline
The Wary
Interface Author - Click to view interfaces
 
Join Date: Jul 2010
Posts: 4
I have just edited .xml files. It works! thanks again

Last edited by claimh : 01-23-2014 at 04:10 AM.
Reply With Quote
  #5  
Unread 01-22-2014, 12:13 PM
Wicky71's Avatar
Wicky71 Wicky71 is offline
The Indomitable
Interface Author - Click to view interfaces
 
Join Date: Jan 2012
Posts: 12
good that I could help.

a question, who is arda?
Reply With Quote
  #6  
Unread 01-23-2014, 04:21 AM
claimh's Avatar
claimh claimh is offline
The Wary
Interface Author - Click to view interfaces
 
Join Date: Jul 2010
Posts: 4
My mind wandered during while I was typing.
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
Plugin for Pips (Focus, Attunement, Fervor) ? joshmiller83 Interface Requests (L) 8 07-02-2011 10:19 PM
Just a small whine. Estewyn General Authoring Discussion (L) 4 01-23-2011 02:05 PM
Attunement Window - and how to begin skinning Pand Tutorials & Other Helpful Information (L) 0 10-20-2009 04:40 PM
Developer Assistance Requested: The Small Attunement Gauge Enfield Graphics modification help (L) 8 02-01-2009 07:08 PM
Runekeeper's attunement felgrath Interface Help (L) 3 12-13-2008 11:54 AM


All times are GMT -5. The time now is 12:31 AM.


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