View Single Post
  #5  
Unread 10-29-2010, 12:44 PM
Thayilis's Avatar
Thayilis Thayilis is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Jan 2010
Posts: 59
Well I understood everything you said but I totally did something wrong. lol Correct me if I am wrong, but I think it has something to do with the tga file.



As you can see, the mini buttons and such are in the same placement as your skin, Daimon, that is because I am just trying to get a complete grasp on everything before I try and move stuff around. Here is the code that I am trying to implement. Could you please point out what I did wrong? Thanks in advance.

Code:
    <Mapping ArtAssetID="letterbox_bottom"                                      FileName="panel\letterbox_bottom.tga"></Mapping>

    <PanelFile ID="ID_UISkin_Toolbar">
        <Element ID="ToolbarField"                                              X="0"       Y="2000"    Width="1920"    Height="260">
            <Element ID="ToolbarFieldMain"                                      X="0"       Y="0"       Width="1920"    Height="260" />
            <Element ID="LevelMeter"                                            X="0"       Y="251"     Width="1920"    Height="8">
                <Element ID="LevelMeterFill"                                    X="0"       Y="1"       Width="1920"    Height="6">
                    <Element ID="LevelMeter_BonusMeter"                         X="0"       Y="0"       Width="1920"    Height="6" />
                </Element>
                <Element ID="ToolbarButton_LevelUpXP_TutorialHighlight"         X="0"       Y="10"      Width="423"     Height="10" />
                <Element ID="ToolbarButton_Experience_TutorialHighlight"        X="0"       Y="10"      Width="423"     Height="10" />
                <Element ID="LevelMeterText"                                    X="0"       Y="0"       Width="1920"    Height="1" />
            </Element>
            <Element ID="Toolbar_WebstoreButton"                                X="1"       Y="1"       Width="1"       Height="1" />
            <Element ID="Toolbar_Quickslot"                                     X="750"     Y="215"     Width="420"     Height="35" />
            <Element ID="AutoAttackIndicatorButton"                             X="1090"    Y="89"      Width="60"      Height="20" />
            <Element ID="ViolentModeIndicator"                                  X="1054"    Y="16"      Width="63"      Height="63" />
            <Element ID="ToolbarButton_AutoAttack_TutorialHighlight"            X="0"       Y="0"       Width="1"       Height="1" />
            <Element ID="GamePlay_FervorPipDisplay"                             X="863"     Y="9"       Width="190"     Height="75" />
            <Element ID="GamePlay_AimPipDisplay"                                X="863"     Y="9"       Width="190"     Height="75" />
            <Element ID="Gameplay_AtunementUI"                                  X="863"     Y="9"       Width="190"     Height="75">
                <Element ID="PipDisplay_Atunement_Pips"                         X="0"       Y="0"       Width="190"     Height="75" />
            </Element>
            <Element ID="ToolbarButton_CustomizeSlots"                          X="1030"    Y="30"      Width="26"      Height="19" />
            <Element ID="ToolBarButton_MainMenu"                                X="1035"    Y="6"       Width="25"      Height="25" />
            <Element ID="ToolbarButton_Slot_1"                                  X="860"     Y="6"       Width="25"      Height="25" />
            <Element ID="ToolbarButton_Slot_2"                                  X="885"     Y="3"       Width="25"      Height="25" />
            <Element ID="ToolbarButton_Slot_3"                                  X="910"     Y="1"       Width="25"      Height="25" />
            <Element ID="ToolbarButton_Slot_4"                                  X="935"     Y="0"       Width="25"      Height="25" />
            <Element ID="ToolbarButton_Slot_5"                                  X="960"     Y="0"       Width="25"      Height="25" />
            <Element ID="ToolbarButton_Slot_6"                                  X="985"     Y="1"       Width="25"      Height="25" />
            <Element ID="ToolbarButton_Slot_7"                                  X="1010"    Y="3"       Width="25"      Height="25" />
            <Element ID="ToolbarButton_RightSlot_1"                             X="1147"    Y="61"      Width="25"      Height="25" />
            <Element ID="ToolbarButton_RightSlot_2"                             X="1173"    Y="61"      Width="25"      Height="25" />
            <Element ID="ToolbarButton_RightSlot_3"                             X="1199"    Y="61"      Width="25"      Height="25" />
            <Element ID="ToolbarButton_RightSlot_4"                             X="1225"    Y="61"      Width="25"      Height="25" />
            <Element ID="ToolbarButton_RightSlot_5"                             X="1251"    Y="61"      Width="25"      Height="25" />
            <Element ID="ToolbarButton_RightSlot_6"                             X="995"     Y="61"      Width="1"       Height="1" />
            <Element ID="ToolbarButton_RightSlot_7"                             X="991"     Y="61"      Width="1"       Height="1" />
            <Element ID="ToolbarFieldMain_LevelMeter_Left_Cap"                  X="1"       Y="10"      Width="1"       Height="1" />
            <Element ID="ToolbarFieldMain_LevelMeter_Right_Cap"                 X="1"       Y="10"      Width="1"       Height="1" />
            <Element ID="ToolbarButton_Restxp_TutorialHighlight"                X="1"       Y="10"      Width="1"       Height="1" />
            <Element ID="ToolbarFieldMain_LevelMeter_Mid_Left_Cap"              X="1"       Y="10"      Width="1"       Height="1" />
            <Element ID="ToolbarFieldMain_LevelMeter_Mid_Right_Cap"             X="1"       Y="10"      Width="1"       Height="1" />
            <Element ID="ToolbarFieldMain_LevelMeter_Glass_Overlay"             X="1"       Y="10"      Width="1"       Height="1" />
            <Element ID="LevelMeter_Overlay"                                    X="1"       Y="10"      Width="1"       Height="1" />
        </Element>
    </PanelFile>
  <!-- docked quickslots set to 1920x1080 16:9 -->
    <PanelFile ID="ID_UISkin_Toolbar_Quickslot_Extended_Scaler">
        <Element ID="Toolbar_Quickslot_Extended_Scaler"                         X="710"     Y="856"     Width="460"     Height="175" />
    </PanelFile>
__________________
The truth of the matter is that you always know the right thing to do. The hard part is doing it.
-General Norman Schwarzkopf
Reply With Quote