View Single Post
  #2  
Unread 08-15-2010, 01:38 PM
Deewe Deewe is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Sep 2007
Posts: 104
Quote:
Originally Posted by CrisisDog
Sorry for being such a nOOb, but I've tried configuring my own SkinDefinition.xml file using some info that related more to LOTRO than DDO, and I can't get DDO to recognize the new "skin", and am now looking for the simplest way to do this...

I have a triple monitor setup, 1920 x 1080, total 5760 x 1080 desktop. I can move everything to the center screen by dragging, except for the experience bar at the bottom, it will not move out of the left corner. I'm not looking to load any custom graphics or change any colors, the base design is perfcectly fine for me, but not being able to get the XP bar centered is bugging me.

Any help would be appreciated, thanks!
Hello there,

for now to move around the XP and default quick slot bar you need to edit the SkinDefinition.XML file especially the ToolbarField, the Toolbar_Quickslot.

Here's an example of how it would work with my UI. It shall help you sorting things out
Code:
<!-- Skin by Deewe -->	
<!-- http://www.lotrointerface.com -->	
<SkinName Name="Yessh 5760x1080"></SkinName>	Edited line
<!-- You have to change some parameters unless you play in 5760x1080 -->	Edited line
<!-- Choose the UI then exit the game once to be effective -->	
	
	
<!-- Toolbar -->	
 <Mapping ArtAssetID="letterbox_bottom" FileName="..\Graphics\letterbox_bottom_XP.tga"></Mapping>	
	
	
<!-- ====================================================================================== -->	
<!-- === POSITION ====================================================================== -->	
<!-- ====================================================================================== -->	
	
<PanelFile ID="ID_UISkin_Toolbar">	
<Element ID="ToolbarField" X="0" Y="0" Width="5760" Height="1080" Detach="1">	Edited line
  <Element ID="ToolbarFieldMain" X="2368" Y="992" Width="1024" Height="1080" /> 	Edited line
  <Element ID="LevelMeter" X="2368" Y="1071" Width="1024" Height="6">	Edited line
   <Element ID="LevelMeterFill" X="3" Y="0" Width="1018" Height="4">	
    <Element ID="LevelMeter_BonusMeter" X="3" Y="0" Width="1018" Height="4" />	
   </Element>	
   <Element ID="ToolbarButton_LevelUpXP_TutorialHighlight" X="0" Y="0" Width="1" Height="1" /> 	
   <Element ID="ToolbarButton_Experience_TutorialHighlight" X="0" Y="0" Width="1" Height="1" /> 	
   <Element ID="LevelMeterText" X="0" Y="0" Width="1" Height="1" /> 	
  </Element>	
	
  <Element ID="Toolbar_Quickslot" X="2670" Y="1030" Width="420" Height="35" /> 	Edited line
  <!--  quickslot location. X values 0-5340 (Center=2670 for 5760x1080) / Y values 0-1030   --> 	Edited line
	
  <Element ID="AutoAttackIndicatorButton" X="2840" Y="856" Width="79" Height="79" /> 	Edited line
  <Element ID="ViolentModeIndicator" X="2848" Y="866" Width="63" Height="63" /> 	Edited line
    <Element ID="ToolbarButton_AutoAttack_TutorialHighlight" X="0" Y="0" Width="1" Height="1" /> 	
	
  <Element ID="GamePlay_FervorPipDisplay" X="2835" Y="843" Width="90" Height="41" /> 	Edited line
  <Element ID="GamePlay_AimPipDisplay" X="2835" Y="843" Width="90" Height="41" /> 	Edited line
  <Element ID="Gameplay_AtunementUI" X="2835" Y="843" Width="90" Height="41"> 	Edited line
   <Element ID="PipDisplay_Atunement_Pips" X="0" Y="0" Width="90" Height="41" /> 	
  </Element>	
	
	
    <Element ID="ToolBarButton_MainMenu" X="2655" Y="1069" Width="450" Height="8" />	
    <Element ID="ToolbarButton_CustomizeSlots" X="0" Y="0" Width="1" Height="1" /> 	
    <Element ID="ToolbarButton_Slot_1" X="0" Y="0" Width="1" Height="1" />	
    <Element ID="ToolbarButton_Slot_2" X="0" Y="0" Width="1" Height="1" />	
    <Element ID="ToolbarButton_Slot_3" X="0" Y="0" Width="1" Height="1" />	
    <Element ID="ToolbarButton_Slot_4" X="0" Y="0" Width="1" Height="1" />	
    <Element ID="ToolbarButton_Slot_5" X="0" Y="0" Width="1" Height="1" />	
    <Element ID="ToolbarButton_Slot_6" X="0" Y="0" Width="1" Height="1" />	
    <Element ID="ToolbarButton_Slot_7" X="0" Y="0" Width="1" Height="1" />	
    <Element ID="ToolbarButton_RightSlot_1" X="0" Y="0" Width="1" Height="1" />	
    <Element ID="ToolbarButton_RightSlot_2" X="0" Y="0" Width="1" Height="1" />	
    <Element ID="ToolbarButton_RightSlot_3" X="0" Y="0" Width="1" Height="1" />	
    <Element ID="ToolbarButton_RightSlot_4" X="0" Y="0" Width="1" Height="1" />	
    <Element ID="ToolbarButton_RightSlot_5" X="0" Y="0" Width="1" Height="1" />	
  </Element>	
</PanelFile>
Reply With Quote