lotrointerface.com
Search Downloads


Go Back   LoTROInterface > LotRO > Developer Discussions > General Authoring Discussion (L)

Reply
Thread Tools Display Modes
  #11  
Unread 11-19-2009, 03:48 PM
Katarnus's Avatar
Katarnus Katarnus is offline
The Undefeated
Interface Author - Click to view interfaces
 
Join Date: Jun 2008
Posts: 6
Quote:
Originally Posted by Brygard2007
Ok Daimon,last month(now that NDA is lifted) when I played the beta for S.O.M the main bar was working,but the only problem it had is with the new menu button far left.
And if I understand correctly, that main menu button is tied to the mainbar right? So you can't move it without moving the whole mainbar?

I really don't understand why they didn't attach that booger to the ring of the minimap, but anywho.
Reply With Quote
  #12  
Unread 11-19-2009, 04:47 PM
Brygard2007's Avatar
Brygard2007 Brygard2007 is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Sep 2007
Location: http://www.youtube.com/user/Brygard2009
Posts: 183
To move the buttons you will need to add the panel ID skin dictionary which is now is bigger then previously,one of them will move them for each buttons.

I believe this the new panel ID,now just need to know what code moves the main menu button if needed.
Code:
 <PanelFile ID="ID_UISkin_Toolbar">
 <Element ID="ToolbarField" X="0" Y="508" Width="1024" Height="200"> 
 <Element ID="ToolbarButton_Slot_3" X="101" Y="162" Width="25" Height="25"> 
 <Element ID="CustomizableSlotButton_TutorialHighlight" X="0" Y="0" Width="25" Height="25"> 
 <Element ID="TutorialHighlighter_LeftBorder" X="0" Y="0" Width="3" Height="25"> </Element>
 <Element ID="TutorialHighlighter_BottomBorder" X="3" Y="22" Width="19" Height="3"> </Element>
 <Element ID="TutorialHighlighter_RightBorder" X="22" Y="0" Width="3" Height="25"> </Element>
 <Element ID="TutorialHighlighter_TopBorder" X="3" Y="0" Width="19" Height="3"> </Element>
  </Element>
  </Element>
 <Element ID="ToolbarButton_Slot_4" X="129" Y="152" Width="25" Height="25"> 
 <Element ID="CustomizableSlotButton_TutorialHighlight" X="0" Y="0" Width="25" Height="25"> 
 <Element ID="TutorialHighlighter_LeftBorder" X="0" Y="0" Width="3" Height="25"> </Element>
 <Element ID="TutorialHighlighter_BottomBorder" X="3" Y="22" Width="19" Height="3"> </Element>
 <Element ID="TutorialHighlighter_RightBorder" X="22" Y="0" Width="3" Height="25"> </Element>
 <Element ID="TutorialHighlighter_TopBorder" X="3" Y="0" Width="19" Height="3"> </Element>
  </Element>
  </Element>
 <Element ID="ToolbarButton_Slot_5" X="157" Y="163" Width="25" Height="25"> 
 <Element ID="CustomizableSlotButton_TutorialHighlight" X="0" Y="0" Width="25" Height="25"> 
 <Element ID="TutorialHighlighter_LeftBorder" X="0" Y="0" Width="3" Height="25"> </Element>
 <Element ID="TutorialHighlighter_BottomBorder" X="3" Y="22" Width="19" Height="3"> </Element>
 <Element ID="TutorialHighlighter_RightBorder" X="22" Y="0" Width="3" Height="25"> </Element>
 <Element ID="TutorialHighlighter_TopBorder" X="3" Y="0" Width="19" Height="3"> </Element>
  </Element>
  </Element>
 <Element ID="ToolbarButton_Slot_6" X="185" Y="152" Width="25" Height="25"> 
 <Element ID="CustomizableSlotButton_TutorialHighlight" X="0" Y="0" Width="25" Height="25"> 
 <Element ID="TutorialHighlighter_LeftBorder" X="0" Y="0" Width="3" Height="25"> </Element>
 <Element ID="TutorialHighlighter_BottomBorder" X="3" Y="22" Width="19" Height="3"> </Element>
 <Element ID="TutorialHighlighter_RightBorder" X="22" Y="0" Width="3" Height="25"> </Element>
 <Element ID="TutorialHighlighter_TopBorder" X="3" Y="0" Width="19" Height="3"> </Element>
  </Element>
  </Element>
 <Element ID="Toolbar_Quickslot" X="323" Y="152" Width="420" Height="35"> 
 <Element ID="QuickslotListBox" X="0" Y="0" Width="420" Height="35"> 
 <Element ID="QuickslotButtonTemplate" X="0" Y="0" Width="35" Height="35"> 
 <Element ID="QuickslotOverlay" X="3" Y="3" Width="32" Height="32"> </Element>
 <Element ID="SkillQuickslotDisplayTemplate" X="0" Y="0" Width="35" Height="35"> 
 <Element ID="RealQuickslotSkillDisplay" X="0" Y="0" Width="35" Height="35"> 
 <Element ID="QuickslotSkillToggleOverlay" X="3" Y="3" Width="32" Height="32"> </Element>
 <Element ID="QuickslotSkillAvailableOverlay" X="3" Y="3" Width="32" Height="32"> </Element>
 <Element ID="QuickslotSkillRangeOverlay" X="23" Y="4" Width="12" Height="12"> </Element>
 <Element ID="QuickslotNewlyShortcutSkillOverlay" X="3" Y="3" Width="32" Height="32"> </Element>
 <Element ID="QuickslotSkillResetTimer" X="3" Y="3" Width="32" Height="32"> </Element>
 <Element ID="QuickslotSkillIcon" X="3" Y="3" Width="32" Height="32"> 
 <Element ID="Overlay" X="0" Y="0" Width="32" Height="32"> </Element>
  </Element>
 <Element ID="QuickslotSkillGhostedOverlay" X="3" Y="3" Width="32" Height="32"> </Element>
 <Element ID="QuickslotSkillPlayingOverlay" X="3" Y="3" Width="32" Height="32"> </Element>
 <Element ID="QuickslotSkillComboMatchOverlay" X="3" Y="3" Width="32" Height="32"> </Element>
 <Element ID="QuickslotSkillOnDeckOverlay" X="3" Y="3" Width="32" Height="32"> </Element>
 <Element ID="QuickslotSkillErrorOverlay" X="3" Y="3" Width="32" Height="32"> </Element>
  </Element>
  </Element>
 <Element ID="QuickslotLabelText" X="3" Y="23" Width="32" Height="12"> </Element>
  </Element>
  </Element>
  </Element>
 <Element ID="ToolbarButton_Slot_7" X="213" Y="163" Width="25" Height="25"> 
 <Element ID="CustomizableSlotButton_TutorialHighlight" X="0" Y="0" Width="25" Height="25"> 
 <Element ID="TutorialHighlighter_LeftBorder" X="0" Y="0" Width="3" Height="25"> </Element>
 <Element ID="TutorialHighlighter_BottomBorder" X="3" Y="22" Width="19" Height="3"> </Element>
 <Element ID="TutorialHighlighter_RightBorder" X="22" Y="0" Width="3" Height="25"> </Element>
 <Element ID="TutorialHighlighter_TopBorder" X="3" Y="0" Width="19" Height="3"> </Element>
  </Element>
  </Element>
 <Element ID="ToolbarFieldMain" X="0" Y="115" Width="1024" Height="90"> </Element>
 <Element ID="Gameplay_AtunementUI" X="237" Y="116" Width="88" Height="60"> 
 <Element ID="PipDisplay_Atunement_Pips" X="0" Y="0" Width="88" Height="60"> </Element>
  </Element>
 <Element ID="GamePlay_FervorPipDisplay" X="236" Y="115" Width="90" Height="42"> </Element>
 <Element ID="GamePlay_AimPipDisplay" X="236" Y="115" Width="90" Height="42"> </Element>
 <Element ID="LevelMeter" X="1" Y="181" Width="1024" Height="30"> 
 <Element ID="LevelMeterFill" X="5" Y="12" Width="1015" Height="6"> 
 <Element ID="LevelMeter_BonusMeter" X="0" Y="0" Width="1015" Height="6"> 
 <Element ID="meter_fill" X="0" Y="0" Width="401" Height="6"> 
 <Element ID="meter_fill_image" X="0" Y="0" Width="401" Height="6"> </Element>
  </Element>
  </Element>
 <Element ID="meter_fill" X="0" Y="0" Width="400" Height="6"> 
 <Element ID="meter_fill_image" X="0" Y="0" Width="400" Height="6"> </Element>
 </Element>
  </Element>
 <Element ID="ToolbarButton_LevelUpXP_TutorialHighlight" X="0" Y="10" Width="1024" Height="10"> 
 <Element ID="TutorialHighlighter_LeftBorder" X="0" Y="0" Width="3" Height="10"> </Element>
 <Element ID="TutorialHighlighter_BottomBorder" X="3" Y="7" Width="1018" Height="3"> </Element>
 <Element ID="TutorialHighlighter_RightBorder" X="1021" Y="0" Width="3" Height="10"> </Element>
 <Element ID="TutorialHighlighter_TopBorder" X="3" Y="0" Width="1018" Height="3"> </Element>
  </Element>
 <Element ID="ToolbarButton_Experience_TutorialHighlight" X="0" Y="10" Width="1021" Height="10"> 
 <Element ID="TutorialHighlighter_LeftBorder" X="0" Y="0" Width="3" Height="10"> </Element>
 <Element ID="TutorialHighlighter_BottomBorder" X="3" Y="7" Width="1015" Height="3"> </Element>
 <Element ID="TutorialHighlighter_RightBorder" X="1018" Y="0" Width="3" Height="10"> </Element>
 <Element ID="TutorialHighlighter_TopBorder" X="3" Y="0" Width="1015" Height="3"> </Element>
  </Element>
 <Element ID="LevelMeterText" X="3" Y="10" Width="1020" Height="10"> </Element>
  </Element>
 <Element ID="ToolbarButton_RightSlot_1" X="787" Y="158" Width="25" Height="25"> 
 <Element ID="CustomizableSlotButton_TutorialHighlight" X="0" Y="0" Width="25" Height="25"> 
 <Element ID="TutorialHighlighter_LeftBorder" X="0" Y="0" Width="3" Height="25"> </Element>
 <Element ID="TutorialHighlighter_BottomBorder" X="3" Y="22" Width="19" Height="3"> </Element>
 <Element ID="TutorialHighlighter_RightBorder" X="22" Y="0" Width="3" Height="25"> </Element>
 <Element ID="TutorialHighlighter_TopBorder" X="3" Y="0" Width="19" Height="3"> </Element>
  </Element>
  </Element>
 <Element ID="ToolbarButton_RightSlot_2" X="825" Y="158" Width="25" Height="25"> 
 <Element ID="CustomizableSlotButton_TutorialHighlight" X="0" Y="0" Width="25" Height="25"> 
 <Element ID="TutorialHighlighter_LeftBorder" X="0" Y="0" Width="3" Height="25"> </Element>
 <Element ID="TutorialHighlighter_BottomBorder" X="3" Y="22" Width="19" Height="3"> </Element>
 <Element ID="TutorialHighlighter_RightBorder" X="22" Y="0" Width="3" Height="25"> </Element>
 <Element ID="TutorialHighlighter_TopBorder" X="3" Y="0" Width="19" Height="3"> </Element>
  </Element>
  </Element>
 <Element ID="ToolbarButton_RightSlot_3" X="864" Y="158" Width="25" Height="25"> 
 <Element ID="CustomizableSlotButton_TutorialHighlight" X="0" Y="0" Width="25" Height="25"> 
 <Element ID="TutorialHighlighter_LeftBorder" X="0" Y="0" Width="3" Height="25"> </Element>
 <Element ID="TutorialHighlighter_BottomBorder" X="3" Y="22" Width="19" Height="3"> </Element>
 <Element ID="TutorialHighlighter_RightBorder" X="22" Y="0" Width="3" Height="25"> </Element>
 <Element ID="TutorialHighlighter_TopBorder" X="3" Y="0" Width="19" Height="3"> </Element>
  </Element>
  </Element>
 <Element ID="ToolbarButton_RightSlot_4" X="903" Y="158" Width="25" Height="25"> 
 <Element ID="CustomizableSlotButton_TutorialHighlight" X="0" Y="0" Width="25" Height="25"> 
 <Element ID="TutorialHighlighter_LeftBorder" X="0" Y="0" Width="3" Height="25"> </Element>
 <Element ID="TutorialHighlighter_BottomBorder" X="3" Y="22" Width="19" Height="3"> </Element>
 <Element ID="TutorialHighlighter_RightBorder" X="22" Y="0" Width="3" Height="25"> </Element>
 <Element ID="TutorialHighlighter_TopBorder" X="3" Y="0" Width="19" Height="3"> </Element>
  </Element>
  </Element>
 <Element ID="ToolBarButton_MainMenu" X="6" Y="143" Width="30" Height="45"> </Element>
 <Element ID="ToolbarButton_RightSlot_5" X="942" Y="158" Width="25" Height="25"> 
 <Element ID="CustomizableSlotButton_TutorialHighlight" X="0" Y="0" Width="25" Height="25"> 
 <Element ID="TutorialHighlighter_LeftBorder" X="0" Y="0" Width="3" Height="25"> </Element>
 <Element ID="TutorialHighlighter_BottomBorder" X="3" Y="22" Width="19" Height="3"> </Element>
 <Element ID="TutorialHighlighter_RightBorder" X="22" Y="0" Width="3" Height="25"> </Element>
 <Element ID="TutorialHighlighter_TopBorder" X="3" Y="0" Width="19" Height="3"> </Element>
  </Element>
  </Element>
 <Element ID="GamePlay_RampagePipDisplay" X="236" Y="90" Width="105" Height="67"> </Element>
 <Element ID="AutoAttackIndicatorButton" X="249" Y="133" Width="63" Height="63"> </Element>
 <Element ID="ToolbarButton_Slot_1" X="45" Y="163" Width="25" Height="25"> 
 <Element ID="CustomizableSlotButton_TutorialHighlight" X="0" Y="0" Width="25" Height="25"> 
 <Element ID="TutorialHighlighter_LeftBorder" X="0" Y="0" Width="3" Height="25"> </Element>
 <Element ID="TutorialHighlighter_BottomBorder" X="3" Y="22" Width="19" Height="3"> </Element>
 <Element ID="TutorialHighlighter_RightBorder" X="22" Y="0" Width="3" Height="25"> </Element>
 <Element ID="TutorialHighlighter_TopBorder" X="3" Y="0" Width="19" Height="3"> </Element>
   </Element>
 </Element>
 <Element ID="ViolentModeIndicator" X="249" Y="133" Width="63" Height="63"> </Element>
 <Element ID="ToolbarButton_CustomizeSlots" X="234" Y="174" Width="26" Height="19"> </Element>
 <Element ID="ToolbarButton_Slot_2" X="73" Y="152" Width="25" Height="25"> 
 <Element ID="CustomizableSlotButton_TutorialHighlight" X="0" Y="0" Width="25" Height="25"> 
 <Element ID="TutorialHighlighter_LeftBorder" X="0" Y="0" Width="3" Height="25"> </Element>
 <Element ID="TutorialHighlighter_BottomBorder" X="3" Y="22" Width="19" Height="3"> </Element>
 <Element ID="TutorialHighlighter_RightBorder" X="22" Y="0" Width="3" Height="25"> </Element>
 <Element ID="TutorialHighlighter_TopBorder" X="3" Y="0" Width="19" Height="3"> </Element>
  </Element>
  </Element>
 <Element ID="ToolbarButton_AutoAttack_TutorialHighlight" X="244" Y="115" Width="80" Height="78"> 
 <Element ID="TutorialHighlighter_LeftBorder" X="0" Y="0" Width="3" Height="78"> </Element>
 <Element ID="TutorialHighlighter_BottomBorder" X="3" Y="75" Width="74" Height="3"> </Element>
 <Element ID="TutorialHighlighter_RightBorder" X="77" Y="0" Width="3" Height="78"> </Element>
 <Element ID="TutorialHighlighter_TopBorder" X="3" Y="0" Width="74" Height="3"> </Element>
  </Element>
  </Element>
 </PanelFile>
I don't have the beta client or bullroarer client installed and ZI think both clients are offline so I didn't bother to test.

Last edited by Brygard2007 : 11-19-2009 at 04:51 PM.
Reply With Quote
  #13  
Unread 11-19-2009, 10:35 PM
Uthboth's Avatar
Uthboth Uthboth is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Apr 2007
Location: Boise, Idaho USA
Posts: 48
I was on beta and using a UI I mixed together using a number of different ones. I was using Runekeeper UI as my main bar and it was broke. I fixed it with the new UI pack that Frosty put out last night and am looking forward to posting it after some additional testing.

Last edited by Uthboth : 11-19-2009 at 10:39 PM.
Reply With Quote
  #14  
Unread 11-19-2009, 10:42 PM
Uthboth's Avatar
Uthboth Uthboth is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Apr 2007
Location: Boise, Idaho USA
Posts: 48
Quote:
Originally Posted by Katarnus
And if I understand correctly, that main menu button is tied to the mainbar right? So you can't move it without moving the whole mainbar?

I really don't understand why they didn't attach that booger to the ring of the minimap, but anywho.
The main menu button can be moved, take a look at where I have it on mine.



On this one you can see where it used to be.


Last edited by Uthboth : 12-01-2009 at 07:57 PM.
Reply With Quote
  #15  
Unread 12-01-2009, 06:36 PM
Katarnus's Avatar
Katarnus Katarnus is offline
The Undefeated
Interface Author - Click to view interfaces
 
Join Date: Jun 2008
Posts: 6
Well, the good news is that things aren't really that broken.

I changed the line in my ui that was pointed to earlier in the thread for the letterbox bottom and that fixed that.

All I really want to do now is move that main menu button somewhere, maybe close to the minmap or just to the left of the autoattack button and maybe reskin it to something a little smaller.

Reply With Quote
  #16  
Unread 12-01-2009, 06:39 PM
Katarnus's Avatar
Katarnus Katarnus is offline
The Undefeated
Interface Author - Click to view interfaces
 
Join Date: Jun 2008
Posts: 6
Quote:
Originally Posted by Brygard2007

I believe this the new panel ID,now just need to know what code moves the main menu button if needed.
Looks like it might be this one right here Brygard

<Element ID="ToolBarButton_MainMenu" X="6" Y="143" Width="30" Height="45"> </Element>
Reply With Quote
  #17  
Unread 12-02-2009, 12:51 AM
Brygard2007's Avatar
Brygard2007 Brygard2007 is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Sep 2007
Location: http://www.youtube.com/user/Brygard2009
Posts: 183
Ok thanks,I will look at it at last.
For now I just starting to download some update plug ins for my paint.net program and then I'm will start updating my skins.
Reply With Quote
  #18  
Unread 12-03-2009, 03:58 PM
Katarnus's Avatar
Katarnus Katarnus is offline
The Undefeated
Interface Author - Click to view interfaces
 
Join Date: Jun 2008
Posts: 6
Quote:
Originally Posted by Uthboth
The main menu button can be moved, take a look at where I have it on mine.
Hey Uthboth,

Do you know offhand what code determines the placement of the main menu or start menu button?

In the SOM pack from frosty I can find the files for the button, called "start_menu", but I can't find the code in the skin dictionary.

I know it looks like a redundant question in light of some of the earlier posts in the thread, but when I tried altering the main menu setting, it didn't do anything.

Any help would be appreciated.

Last edited by Katarnus : 12-03-2009 at 04:01 PM.
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
Please help a noob with some detective work. GCT General Authoring Discussion (L) 0 12-04-2008 01:32 PM
Toolbar to bottom, XP Bar atached on Bottom of Toolbar and Transparency Steamstalker XML modification help (L) 1 02-17-2008 02:23 PM
Do Mods work with free 7 day trial? sacha1973 Interface Help (L) 1 09-15-2007 07:09 AM
Ok Devs! What do we have to work with? AncientWolf Preview Server (L) 3 07-10-2007 09:02 AM
Single panel names Oberion LotRO Wish List (L) 1 02-19-2007 01:37 AM


All times are GMT -5. The time now is 05:26 AM.


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