lotrointerface.com
Search Downloads


Go Back   LoTROInterface > LotRO Patches


Post A Reply
Author Comments Comment Options
Unread 07-06-2009, 02:46 AM  
Brygard2007
The Undying
 
Brygard2007's Avatar
Interface Author - Click to view interfaces

Forum posts: 183
File comments: 403
Uploads: 49
The thing is my monitor can only go up to 1680x1050.
Brygard2007 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 07-05-2009, 10:11 PM  
percman
The Wary

Forum posts: 0
File comments: 7
Uploads: 0
What about 1920x1200 and having the toolbar in the bottom right?
percman is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 05-12-2009, 07:26 AM  
Brygard2007
The Undying
 
Brygard2007's Avatar
Interface Author - Click to view interfaces

Forum posts: 183
File comments: 403
Uploads: 49
phoenix419:

Thanks for the comment.

Yeah takes a bit to figure things out even for me.

If anymore problems or question let me know and I will try to help best as possible.
Brygard2007 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 05-11-2009, 04:22 PM  
phoenix419
The Wary

Forum posts: 0
File comments: 2
Uploads: 0
Thanks got a lot of it to work right but the only problem I have now is the TGA file I copy over to the main folder...the graphic is still in the spot it looks like the old files were defaulted at. I got the hotbar down at bottom but about half inch above it is the graphic for the xp bar it seems.

**think I figured it out I really like this UI a whole lot btw. great job on it!

Last edited by phoenix419 : 05-11-2009 at 04:35 PM.
phoenix419 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 05-11-2009, 02:10 PM  
Brygard2007
The Undying
 
Brygard2007's Avatar
Interface Author - Click to view interfaces

Forum posts: 183
File comments: 403
Uploads: 49
phoenix419:

Hi.
For start you need to change the width and height,look for the 2 line code in the begining:
example:
<PanelFile ID="toolbar">
<Element ID="ToolbarField" X="0" Y="0" Width="1440" Height="900" Detach="1">

Change the width="1440" to 1920 and the height="900" to 1080.

Before you start modifying the code,use my 1680x1050 code for fresh start then modify it to your resolution.

Don't modify anything else yet,this will make all the menu button's to top left.

Log in to the game to see if the basic layout is ok,the main bar should be
very bottom of the screen now and menu buttons far top left.

After that you just need to modify the location of the attack button,fervor in which you will have to figure it out how far you want it to be on the screen which you might already have the basic idea how to move things based what you said.

For the main bar(toolbar) level meter to be moved you need to modify first the X= or the Y= code, a X="0" will make things go far left side:

<Element ID="Toolbar_Quickslot" X="628" Y="1000" Width="420" Height="37"></Element>
and
<Element ID="LevelMeter" X="629" Y="1039" Width="420" Height="10">


Hope this will help you set on the right track.

Thanks for using my UI.

Last edited by Brygard2007 : 05-11-2009 at 02:12 PM.
Brygard2007 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 05-11-2009, 12:36 PM  
phoenix419
The Wary

Forum posts: 0
File comments: 2
Uploads: 0
Really hoping you can help me...I am so not good at figuring out the way to move the stuff around. I love this...and want to have my bag bar at top left and main hotbar at bottom left of screen...but I am using 1920 x 1080 resolution and after a while of tinkering with it, just cant figure out the proper X Y info and where it goes.

If you can tell me how to do it that would be great!
phoenix419 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 05-02-2009, 02:38 PM  
Brygard2007
The Undying
 
Brygard2007's Avatar
Interface Author - Click to view interfaces

Forum posts: 183
File comments: 403
Uploads: 49
Thumbs up Valdacil

Thanks for sharing and glad it worked out for you.
Brygard2007 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 05-02-2009, 02:28 PM  
Valdacil
The Undying
 
Valdacil's Avatar
Interface Author - Click to view interfaces

Forum posts: 26
File comments: 138
Uploads: 2
1440x900 Centered-Attack bottom left

Great work on both the interface and the movable bar. I have always wanted to expand the buttons across the bottom the way I had them in EQ2, now I was able to using your work as a guide. I moved the autoattack with furvour, attunement, focus etc to the bottom left corner. Then put the XP bar full size in the center and the main button bar roughly centered (it's pushed slightly to the right in order to make room for the undocked bars).

The rest of the interface will have to be set and adjusted manually, but I was able to get all 6 toolbars across the bottom. Just make sure that the main toolbar and quickslot bars are 100% in the UI settings or things won't line up correctly.

Code:
                        <!--Main Toolbar Config 1440x900 Center-->

 <PanelFile ID="toolbar">
	<Element ID="ToolbarField" X="0" Y="0" Width="1440" Height="900" Detach="1">
		<Element ID="ToolbarFieldMain" X="520" Y="850" Width="428" Height="49"></Element>
		<Element ID="Toolbar_Quickslot" X="522" Y="851" Width="420" Height="35"></Element>
		<Element ID="GamePlay_FervorPipDisplay" X="5" Y="810" Width="90" Height="42"></Element>
		<Element ID="GamePlay_AimPipDisplay" X="5" Y="810" Width="90" Height="42"></Element>
		<Element ID="GamePlay_RampagePipDisplay" X="5" Y="810" Width="105" Height="67"></Element>
		<Element ID="Gameplay_AtunementUI" X="5" Y="810" Width="88" Height="60"></Element>
		<Element ID="AutoAttackIndicatorButton" X="18" Y="830" Width="63" Height="63"></Element>
		<Element ID="ViolentModeIndicator" X="18" Y="830" Width="63" Height="63"></Element>
		<Element ID="ToolbarButton_AutoAttack_TutorialHighlight" X="15" Y="830" Width="80" Height="78"></Element>
		<Element ID="LevelMeter" X="230" Y="890" Width="1024" Height="10">
			<Element ID="LevelMeterFill" X="1" Y="1" Width="1024" Height="6">
				<Element ID="LevelMeter_BonusMeter" X="1" Y="0" Width="1024" Height="6"></Element>
			</Element>
			<Element ID="ToolbarButton_LevelUpXP_TutorialHighlight" X="0" Y="10" Width="1024" Height="10"></Element>
			<Element ID="ToolbarButton_Experience_TutorialHighlight" X="0" Y="10" Width="1021" Height="10"></Element>
			<Element ID="LevelMeterText" X="3" Y="0" Width="1024" Height="10"></Element>
		</Element>
		<Element ID="ToolbarButton_Crafting" X="27" Y="0" Width="25" Height="25"></Element>
		<Element ID="ToolbarButton_Journal" X="123" Y="0" Width="25" Height="25">
			<Element ID="ToolbarButton_Traits_TutorialHighlight" X="0" Y="0" Width="25" Height="25"></Element>
			<Element ID="ToolbarButton_Journal_TutorialHighlight" X="0" Y="0" Width="25" Height="25"></Element>
			<Element ID="ToolbarButton_GainedFirstTitle_TutorialHighlight" X="0" Y="0" Width="25" Height="25"></Element>
			<Element ID="ToolbarButton_LevelUp_TutorialHighlight" X="0" Y="0" Width="25" Height="25"></Element>
		</Element>
		<Element ID="ToolbarButton_Social" X="51" Y="0" Width="25" Height="25">
			<Element ID="ToolbarButton_Social_TutorialHighlight" X="0" Y="0" Width="25" Height="25"></Element>
		</Element>
		<Element ID="ToolBarButton_MainMenu" X="3" Y="0" Width="25" Height="25"></Element>
		<Element ID="ToolbarButton_Accomplishment" X="75" Y="0" Width="25" Height="25"></Element>
		<Element ID="ToolBarButton_Quest" X="99" Y="0" Width="25" Height="25">
			<Element ID="ToolbarButton_Quests_TutorialHighlight" X="0" Y="0" Width="25" Height="25"></Element>
			<Element ID="ToolbarButton_Quest_TutorialHighlight" X="0" Y="0" Width="30" Height="30"></Element>
		</Element>
		<Element ID="ToolbarButton_Inventory" X="312" Y="0" Width="29" Height="29"></Element>
		<Element ID="ToolBarButton_Inventory2" X="283" Y="0" Width="29" Height="29"></Element>
		<Element ID="ToolBarButton_Inventory3" X="254" Y="0" Width="29" Height="29"></Element>
		<Element ID="ToolBarButton_Inventory4" X="225" Y="0" Width="29" Height="29"></Element>
		<Element ID="ToolBarButton_Inventory5" X="196" Y="0" Width="29" Height="29"></Element>
		<Element ID="ToolbarButton_Traits" X="147" Y="1" Width="25" Height="25"></Element>
		<Element ID="ToolbarButton_ItemAdvancement_buttonFrame" X="173" Y="1" Width="30" Height="30"></Element>
		<Element ID="ToolbarButton_ItemAdvancement" X="173" Y="1" Width="25" Height="25"></Element>
	</Element>
 </PanelFile>
Screenshot
Valdacil is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 05-02-2009, 10:26 AM  
Brygard2007
The Undying
 
Brygard2007's Avatar
Interface Author - Click to view interfaces

Forum posts: 183
File comments: 403
Uploads: 49
Mini Toolbar Update May 2 2009

Waiting for approval,read the file description on top.
Enjoy.

File is now approved.
Thanks mods.

Last edited by Brygard2007 : 05-02-2009 at 01:10 PM.
Brygard2007 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 05-02-2009, 04:16 AM  
Brygard2007
The Undying
 
Brygard2007's Avatar
Interface Author - Click to view interfaces

Forum posts: 183
File comments: 403
Uploads: 49
Isegar:

Glad it working for you.
Brygard2007 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-28-2009, 08:21 PM  
Isegar
The Wary

Forum posts: 1
File comments: 2
Uploads: 0
Working like a charm. Thank you very much. Now to figure out where to move the auto attack icon.
Isegar is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-26-2009, 11:27 PM  
Brygard2007
The Undying
 
Brygard2007's Avatar
Interface Author - Click to view interfaces

Forum posts: 183
File comments: 403
Uploads: 49
Center toolbar code:

Yes it can be moved around the screen if you edit the values.

Last night before I went to bed I was just doing that,centering the main bar as much possible to the middle so both chat would fit side by side equally.

Here's the code,make sure to back up your skindefinition file before adding this just in case and remember you might have to relog the second time to work.



Code:
 <PanelFile ID="toolbar">
 <Element ID="ToolbarField" X="0" Y="90" Width="1680" Height="1050" Detach="1">
 <Element ID="ToolbarFieldMain" X="626" Y="999" Width="428" Height="60"></Element>
 <Element ID="GamePlay_FervorPipDisplay" X="779" Y="23" Width="90" Height="42"></Element>
 <Element ID="GamePlay_AimPipDisplay" X="779" Y="23" Width="90" Height="42"></Element>
 <Element ID="GamePlay_RampagePipDisplay" X="779" Y="23" Width="105" Height="67"></Element>
 <Element ID="LevelMeter" X="629" Y="1039" Width="420" Height="10">
 <Element ID="LevelMeterFill" X="1" Y="1" Width="420" Height="6">
 <Element ID="LevelMeter_BonusMeter" X="1" Y="0" Width="420" Height="6"></Element>
  </Element>
 <Element ID="ToolbarButton_LevelUpXP_TutorialHighlight" X="0" Y="10" Width="1024" Height="10"></Element>
 <Element ID="ToolbarButton_Experience_TutorialHighlight" X="0" Y="10" Width="1021" Height="10"></Element>
 <Element ID="LevelMeterText" X="0" Y="0" Width="400" Height="10"></Element>
  </Element>
 <Element ID="AutoAttackIndicatorButton" X="792" Y="43" Width="63" Height="63"></Element>
 <Element ID="ViolentModeIndicator" X="792" Y="43" Width="63" Height="63"></Element>
 <Element ID="ToolbarButton_AutoAttack_TutorialHighlight" X="792" Y="43" Width="80" Height="78"></Element>
 <Element ID="Gameplay_AtunementUI" X="210" Y="1" Width="88" Height="60"></Element>
 <Element ID="ToolbarButton_Crafting" X="27" Y="0" Width="25" Height="25"></Element>
 <Element ID="ToolbarButton_Journal" X="123" Y="0" Width="25" Height="25">
 <Element ID="ToolbarButton_Traits_TutorialHighlight" X="0" Y="0" Width="25" Height="25"></Element>
 <Element ID="ToolbarButton_Journal_TutorialHighlight" X="0" Y="0" Width="25" Height="25"></Element>
 <Element ID="ToolbarButton_GainedFirstTitle_TutorialHighlight" X="0" Y="0" Width="25" Height="25"></Element>
 <Element ID="ToolbarButton_LevelUp_TutorialHighlight" X="0" Y="0" Width="25" Height="25"></Element>
  </Element>
 <Element ID="ToolbarButton_Social" X="51" Y="0" Width="25" Height="25">
 <Element ID="ToolbarButton_Social_TutorialHighlight" X="0" Y="0" Width="25" Height="25"></Element>
  </Element>
 <Element ID="ToolBarButton_MainMenu" X="3" Y="0" Width="25" Height="25"></Element>
 <Element ID="ToolbarButton_Accomplishment" X="75" Y="0" Width="25" Height="25"></Element>
 <Element ID="ToolBarButton_Quest" X="99" Y="0" Width="25" Height="25">
 <Element ID="ToolbarButton_Quests_TutorialHighlight" X="0" Y="0" Width="25" Height="25"></Element>
 <Element ID="ToolbarButton_Quest_TutorialHighlight" X="0" Y="0" Width="30" Height="30"></Element>
  </Element>
 <Element ID="ToolbarButton_Inventory" X="312" Y="0" Width="29" Height="29"></Element>
 <Element ID="ToolBarButton_Inventory2" X="283" Y="0" Width="29" Height="29"></Element>
 <Element ID="ToolBarButton_Inventory3" X="254" Y="0" Width="29" Height="29"></Element>
 <Element ID="ToolBarButton_Inventory4" X="225" Y="0" Width="29" Height="29"></Element>
 <Element ID="ToolBarButton_Inventory5" X="196" Y="0" Width="29" Height="29"></Element>
 <Element ID="Toolbar_Quickslot" X="628" Y="1000" Width="420" Height="37"></Element>
 <Element ID="ToolbarButton_Traits" X="147" Y="1" Width="25" Height="25"></Element>
 <Element ID="ToolbarButton_ItemAdvancement_buttonFrame" X="173" Y="1" Width="30" Height="30"></Element>
 <Element ID="ToolbarButton_ItemAdvancement" X="173" Y="1" Width="25" Height="25"></Element>
  </Element>
 </PanelFile>

Last edited by Brygard2007 : 04-26-2009 at 11:34 PM.
Brygard2007 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-26-2009, 03:59 PM  
Isegar
The Wary

Forum posts: 1
File comments: 2
Uploads: 0
I'm guessing that this toolbar could be centered by adjusting the xml file?
Isegar is offline Report comment to moderator   Reply With Quote Reply With Quote
Post A Reply

 
Category Jump:
Search this Category:
 

All times are GMT -5. The time now is 08:52 PM.


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