lotrointerface.com
Search Downloads


Go Back   LoTROInterface > Outdated LotRO Interfaces


Post A Reply
Author Comments Comment Options
Unread 07-08-2007, 12:54 AM  
eazy
The Wary

Forum posts: 0
File comments: 1
Uploads: 0
I am using Version 2.2 on my main, and I love it. Only problem is I went to make an alt today and whey I picked the UI, I get something like this...

http://img204.imageshack.us/img204/4...ot00000mq4.jpg

I tried other versions and I get the same thing. Any help would be appreciated.
eazy is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 07-06-2007, 06:51 AM  
maximoz
The Wary
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 18
Uploads: 1
For those using 1600x900, open up "SkinDefinition.xml" and do the following:

Replace 830 with 706 and 1280 with 1600. This should place the bottom bar nicely at the bottom i hope.
Code:
        <Element ID="ToolbarField" X="0" Y="830" Width="1280" Height="204" Detach="1">
            <Element ID="ToolbarFieldMain" X="0" Y="0" Width="1280" Height="204"></Element>
Next you will need to increment the value in those X="" for those lines below (if you add 50 to the first value, do add the same for the rest):
Code:
            <Element ID="AutoAttackIndicatorButton" X="400" Y="140" Width="63" Height="63"></Element>
            <Element ID="ViolentModeIndicator"      X="400" Y="140" Width="63" Height="63"></Element>
            <Element ID="ToolbarButton_AutoAttack_TutorialHighlight" X="400" Y="140" Width="63" Height="63"></Element>
            <Element ID="GamePlay_FervorPipDisplay" X="387" Y="122" Width="90" Height="42"></Element>
            <Element ID="GamePlay_AimPipDisplay"    X="387" Y="122" Width="90" Height="42"></Element>
            <Element ID="Toolbar_Quickslot" X="475" Y="156" Width="420" Height="35"></Element>
Lastly, replace 1253 with 1573 for these lines:
Code:
            <Element ID="ToolbarButton_Inventory"  X="1253" Y="55" Width="25" Height="25"></Element>
            <Element ID="ToolBarButton_Inventory2" X="1253" Y="85" Width="25" Height="25"></Element>
            <Element ID="ToolBarButton_Inventory3" X="1253" Y="115" Width="25" Height="25"></Element>
            <Element ID="ToolBarButton_Inventory4" X="1253" Y="145" Width="25" Height="25"></Element>
            <Element ID="ToolBarButton_Inventory5" X="1253" Y="175" Width="25" Height="25"></Element>
Once all done, save the file and login to the game and see if the changes are correct. If not, change them then logout and login again to see.
maximoz is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 07-04-2007, 12:14 AM  
maximoz
The Wary
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 18
Uploads: 1
Re: Trying 1680

Quote:
Quick question. What does the following line mean.

Next you will need to increment the value in those X="" for those lines below (if you add 50 to the first value, do add the same for the rest):

Does that mean I need to add 50 the X= value of those 6 specified lines?
Yup. So those 6 lines below:

<Element ID="AutoAttackIndicatorButton" X="400" Y="140" Width="63" Height="63"></Element>
<Element ID="ViolentModeIndicator" X="400" Y="140" Width="63" Height="63"></Element>
<Element ID="ToolbarButton_AutoAttack_TutorialHighlight" X="400" Y="140" Width="63" Height="63"></Element>
<Element ID="GamePlay_FervorPipDisplay" X="387" Y="122" Width="90" Height="42"></Element>
<Element ID="GamePlay_AimPipDisplay" X="387" Y="122" Width="90" Height="42"></Element>
<Element ID="Toolbar_Quickslot" X="475" Y="156" Width="420" Height="35"></Element>




Will become the below when you add 50 to them:

<Element ID="AutoAttackIndicatorButton" X="450" Y="140" Width="63" Height="63"></Element>
<Element ID="ViolentModeIndicator" X="450" Y="140" Width="63" Height="63"></Element>
<Element ID="ToolbarButton_AutoAttack_TutorialHighlight" X="450" Y="140" Width="63" Height="63"></Element>
<Element ID="GamePlay_FervorPipDisplay" X="437" Y="122" Width="90" Height="42"></Element>
<Element ID="GamePlay_AimPipDisplay" X="437" Y="122" Width="90" Height="42"></Element>
<Element ID="Toolbar_Quickslot" X="525" Y="156" Width="420" Height="35"></Element>

Hope this is much clearer.
maximoz is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 07-03-2007, 04:00 PM  
Shadimar
The Undefeated
 
Shadimar's Avatar

Forum posts: 6
File comments: 16
Uploads: 0
Trying 1680

Quick question. What does the following line mean.

Next you will need to increment the value in those X="" for those lines below (if you add 50 to the first value, do add the same for the rest):

Does that mean I need to add 50 the X= value of those 6 specified lines?
Shadimar is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 07-03-2007, 03:41 PM  
Shadimar
The Undefeated
 
Shadimar's Avatar

Forum posts: 6
File comments: 16
Uploads: 0
Smile 1600x900

Has anyone setup this amazing looking UI for 1600x900 resolution, or have any tips as to how to do it? Thanks!
Shadimar is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 07-03-2007, 12:48 PM  
maximoz
The Wary
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 18
Uploads: 1
For those using 1680x1050, open up "SkinDefinition.xml" and do the following:

Replace 830 with 856 and 1280 with 1680. This should place the bottom bar nicely at the bottom i hope.
Code:
        <Element ID="ToolbarField" X="0" Y="830" Width="1280" Height="204" Detach="1">
            <Element ID="ToolbarFieldMain" X="0" Y="0" Width="1280" Height="204"></Element>
Next you will need to increment the value in those X="" for those lines below (if you add 50 to the first value, do add the same for the rest):
Code:
            <Element ID="AutoAttackIndicatorButton" X="400" Y="140" Width="63" Height="63"></Element>
            <Element ID="ViolentModeIndicator"      X="400" Y="140" Width="63" Height="63"></Element>
            <Element ID="ToolbarButton_AutoAttack_TutorialHighlight" X="400" Y="140" Width="63" Height="63"></Element>
            <Element ID="GamePlay_FervorPipDisplay" X="387" Y="122" Width="90" Height="42"></Element>
            <Element ID="GamePlay_AimPipDisplay"    X="387" Y="122" Width="90" Height="42"></Element>
            <Element ID="Toolbar_Quickslot" X="475" Y="156" Width="420" Height="35"></Element>
Lastly, replace 1253 with 1653 for these lines:
Code:
            <Element ID="ToolbarButton_Inventory"  X="1253" Y="55" Width="25" Height="25"></Element>
            <Element ID="ToolBarButton_Inventory2" X="1253" Y="85" Width="25" Height="25"></Element>
            <Element ID="ToolBarButton_Inventory3" X="1253" Y="115" Width="25" Height="25"></Element>
            <Element ID="ToolBarButton_Inventory4" X="1253" Y="145" Width="25" Height="25"></Element>
            <Element ID="ToolBarButton_Inventory5" X="1253" Y="175" Width="25" Height="25"></Element>
Once all done, save the file and login to the game and see if the changes are correct. If not, change them then logout and login again to see.
maximoz is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 07-03-2007, 12:26 PM  
maximoz
The Wary
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 18
Uploads: 1
For those using 1440x900, open up "SkinDefinition.xml" and do the following:

Replace 830 with 706 and 1280 with 1440. This should place the bottom bar nicely at the bottom i hope.
Code:
        <Element ID="ToolbarField" X="0" Y="830" Width="1280" Height="204" Detach="1">
            <Element ID="ToolbarFieldMain" X="0" Y="0" Width="1280" Height="204"></Element>
Next you will need to increment the value in those X="" for those lines below (if you add 50 to the first value, do add the same for the rest):
Quote:
<Element ID="LevelMeter" X="474" Y="184" Width="420" Height="30">
<Element ID="AutoAttackIndicatorButton" X="400" Y="140" Width="63" Height="63"></Element>
<Element ID="ViolentModeIndicator" X="400" Y="140" Width="63" Height="63"></Element>
<Element ID="ToolbarButton_AutoAttack_TutorialHighlight" X="400" Y="140" Width="63" Height="63"></Element>
<Element ID="GamePlay_FervorPipDisplay" X="387" Y="122" Width="90" Height="42"></Element>
<Element ID="GamePlay_AimPipDisplay" X="387" Y="122" Width="90" Height="42"></Element>
<Element ID="Toolbar_Quickslot" X="475" Y="156" Width="420" Height="35"></Element>
Lastly, replace 1253 with 1413 for these lines:
Code:
            <Element ID="ToolbarButton_Inventory"  X="1253" Y="55" Width="25" Height="25"></Element>
            <Element ID="ToolBarButton_Inventory2" X="1253" Y="85" Width="25" Height="25"></Element>
            <Element ID="ToolBarButton_Inventory3" X="1253" Y="115" Width="25" Height="25"></Element>
            <Element ID="ToolBarButton_Inventory4" X="1253" Y="145" Width="25" Height="25"></Element>
            <Element ID="ToolBarButton_Inventory5" X="1253" Y="175" Width="25" Height="25"></Element>
Once all done, save the file and login to the game and see if the changes are correct. If not, change them then logout and login again to see.
maximoz is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 07-03-2007, 11:33 AM  
shazzy
The Wary

Forum posts: 0
File comments: 3
Uploads: 0
whoohoo perfect thanks!
shazzy is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 07-03-2007, 11:24 AM  
maximoz
The Wary
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 18
Uploads: 1
Quote:
Thankyou Maximoz, very much appreciated.
No problem

The image i included for other resolutions are to fix the issue of the bottom bar being stretch horizontally for resolution not 1280.

You will still have to modified the coordinates inside the xml file so that the bottom bar is placed correctly vertically on the bottom of the screen, same goes for the quickslot and xp bar unless others post their corrected coordinates here for others to modified.

In the meantime i hope the UI modding gets better.
maximoz is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 07-03-2007, 10:16 AM  
shazzy
The Wary

Forum posts: 0
File comments: 3
Uploads: 0
Thankyou Maximoz, very much appreciated.
shazzy is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 07-03-2007, 07:13 AM  
maximoz
The Wary
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 18
Uploads: 1
Hmm i problem i just notice is that since the bottom bar image is fixed at 1280 when you try to use it for 1440 or 1680, the image will be stretch. This will affect version 3.3 mainly.

Will have to come up with the bottom bar for those resolution.
maximoz is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 07-03-2007, 06:39 AM  
shazzy
The Wary

Forum posts: 0
File comments: 3
Uploads: 0
Wow what a fantatsic UI. Only prob is I'm 1440x900 so if anyone converts it for that resolution, please post the changes.
shazzy is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 06-30-2007, 10:52 AM  
Jalida
The Wary
Interface Author - Click to view interfaces

Forum posts: 1
File comments: 17
Uploads: 1
Thank you Maximoz, that was exactly what I had in mind. Since I almost always have 4 hotbars down at the bottom of my screen, it just makes it look like they belong there and nice and neat. Much appreciated for the nice UI.
Jalida is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 06-28-2007, 10:44 AM  
maximoz
The Wary
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 18
Uploads: 1
Quote:
Fore anybody that is interested, here is the coding to make this look properly with a screen resolution of 1680x1050 :
Thanks for posting the changes for using on a 1680x1050 resolution.

My LCD is only a 19 inch non wide kind so its limited on what can be created

Will try to come out with a 4 quickslot bottom bar.
maximoz is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 06-28-2007, 10:33 AM  
Jalida
The Wary
Interface Author - Click to view interfaces

Forum posts: 1
File comments: 17
Uploads: 1
For anybody that is interested, here is the coding to make this look properly with a screen resolution of 1680x1050 :

Code:
<SkinName Name="GreySkin UI v3"></SkinName>

 	<Mapping ArtAssetID="LetterBoxBottom" 		FileName="gs_main_panel_letterbox.tga"></Mapping>

    <PanelFile ID="toolbar">
        <Element ID="ToolbarField" X="2" Y="829" Width="1680" Height="203" Detach="1">
            <Element ID="ToolbarFieldMain" X="629" Y="119" Width="423" Height="85"></Element>
            
            <Element ID="LevelMeter" X="628" Y="184" Width="420" Height="30">
                <Element ID="LevelMeterFill" X="5" Y="12" Width="420" Height="6">
                    <Element ID="LevelMeter_BonusMeter" X="0" Y="0" Width="420" Height="6"></Element>
                </Element>
                <Element ID="ToolbarButton_LevelUpXP_TutorialHighlight" X="0" Y="10" Width="420" Height="10"></Element>
                <Element ID="ToolbarButton_Experience_TutorialHighlight" X="0" Y="10" Width="420" Height="10"></Element>
                <Element ID="LevelMeterText" X="3" Y="10" Width="420" Height="10"></Element>
            </Element>
        
            <Element ID="AutoAttackIndicatorButton" X="565" Y="140" Width="63" Height="63"></Element>
            <Element ID="ViolentModeIndicator"      X="565" Y="140" Width="63" Height="63"></Element>
            <Element ID="ToolbarButton_AutoAttack_TutorialHighlight" X="400" Y="140" Width="63" Height="63"></Element>
            <Element ID="GamePlay_FervorPipDisplay" X="387" Y="120" Width="90" Height="42"></Element>
            <Element ID="GamePlay_AimPipDisplay"    X="387" Y="120" Width="90" Height="42"></Element>

            <Element ID="ToolBarButton_MainMenu"        X="2" Y="5" Width="30" Height="30"></Element>
            <Element ID="ToolbarButton_Crafting"        X="2" Y="38" Width="30" Height="30"></Element>
            <Element ID="ToolbarButton_Social"          X="2" Y="71" Width="30" Height="30"></Element>
            <Element ID="ToolbarButton_Accomplishment"  X="2" Y="104" Width="30" Height="30"></Element>
            <Element ID="ToolBarButton_Quest"           X="2" Y="137" Width="30" Height="30"></Element>
            <Element ID="ToolbarButton_Journal"         X="2" Y="170" Width="30" Height="30"></Element>

            <Element ID="ToolbarButton_Inventory"  X="1650" Y="38" Width="30" Height="30"></Element>
            <Element ID="ToolBarButton_Inventory2" X="1650" Y="71" Width="30" Height="30"></Element>
            <Element ID="ToolBarButton_Inventory3" X="1650" Y="104" Width="30" Height="30"></Element>
            <Element ID="ToolBarButton_Inventory4" X="1650" Y="137" Width="30" Height="30"></Element>
            <Element ID="ToolBarButton_Inventory5" X="1650" Y="170" Width="30" Height="30"></Element>
              
            <Element ID="Toolbar_Quickslot" X="629" Y="156" Width="420" Height="35"></Element>
        </Element>    
    </PanelFile>
The only problem with this *might* be the pips, I've not changed them since I don't play guardians, or whatever class it is that uses pips, so when playing those classes that use pips, you'll likely have to change the values of 387 to another value to make them line up with the auto indicator icons.

Last edited by Jalida : 06-29-2007 at 01:17 AM.
Jalida 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 07:56 PM.


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