lotrointerface.com
Search Downloads


Go Back   LoTROInterface > Outdated LotRO Interfaces


Post A Reply
Author Comments Comment Options
Unread 02-18-2008, 01:54 PM  
Cleitanious
The Undying
 
Cleitanious's Avatar
Interface Author - Click to view interfaces

Forum posts: 92
File comments: 42
Uploads: 6
Hey it's great. Thanks alot for your work.

EDIT:

Iv'e made some UI skin parts for the things you havnt gotten to yet, those being the attack buttons and the player/target vitals, which are in a "Gummy" look that works well with your skin. Feel free to include them for now/forever or until you make some of your own.

Download from my SkyDrive
http://cid-6775c1d2217eb000.skydrive...t%20Assets.rar

Sample Image

Last edited by Cleitanious : 02-18-2008 at 02:12 PM.
Cleitanious is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-17-2008, 12:03 PM  
Brygard2007
The Undying
 
Brygard2007's Avatar
Interface Author - Click to view interfaces

Forum posts: 183
File comments: 403
Uploads: 49
Cleitanious
I want you to test the toolbar with included xml or anyone that is running 1440.I think I fixed the code for your resolution 1440.
Also made the toolbar at 1440 and fixed the fervor bar abit.
I made a toolbar for 1680 forme to test and works for my resolution.

Theres a issue if you switch between full mode to window(Alt+Enter) the toolbar get small and in the middle of the screen.
To fix it just reset the UI resize button and exit the game and re-log in.
This reminds me of Daimon's UI.Heres a pic how should look like for 1440.
I used your screenshot from the other post.



1680 resolution


Zip file for 1440 at file front website to download and test.
http://files.filefront.com/Black+Gla.../fileinfo.html
Brygard2007 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-17-2008, 08:56 AM  
Cleitanious
The Undying
 
Cleitanious's Avatar
Interface Author - Click to view interfaces

Forum posts: 92
File comments: 42
Uploads: 6
Quote:
Thats basically what Im working on.Today saturday had internet problems.
Its been thundering and raining all day.
I was looking at BaaIZebub UI for his Dark UI

I had a headache trying to make it work it wouldnt cause I was using the skin definition of book 12.
But I manage to figure out a bit and made it work for my UI xml.


But yeah past the xml code for the one to make yours.
Im running resolution 1680x1050 though.
I dont know what resolution you wanted for yours.
Dark UI by BaaiZebub is already configure to my resolution.Thats why I used it.
Insert this directly below the "<!--By: Brygard2007-->" thingy.

Code:
<PanelFile ID="toolbar">
    <Element ID="ToolbarField" X="0" Y="1355" Width="1280" Height="85" Detach="1">

        <Element ID="ToolbarFieldMain" X="0" Y="5" Width="1280" Height="80"></Element>

        <Element ID="LevelMeter" X="0" Y="55" Width="1280" Height="30">
            <Element ID="LevelMeterFill" X="0" Y="24" Width="1280" Height="6">
                <Element ID="LevelMeter_BonusMeter" X="0" Y="0" Width="1280" Height="6"></Element>
            </Element>
            <Element ID="ToolbarButton_LevelUpXP_TutorialHighlight" X="1" Y="10" Width="1280" Height="10"></Element>
            <Element ID="ToolbarButton_Experience_TutorialHighlight" X="1" Y="10" Width="1280" Height="10"></Element>
            <Element ID="LevelMeterText" X="1" Y="20" Width="1280" Height="10"></Element>
        </Element>

        <Element ID="AutoAttackIndicatorButton" X="5" Y="18" Width="64" Height="64"></Element>
        <Element ID="ViolentModeIndicator" X="1" Y="18" Width="64" Height="64"></Element>
        <Element ID="ToolbarButton_AutoAttack_TutorialHighlight" X="1" Y="18" Width="40" Height="30"></Element>
        <Element ID="GamePlay_FervorPipDisplay" X="-9" Y="-6" Width="90" Height="42"></Element>
        <Element ID="GamePlay_AimPipDisplay" X="-9" Y="-6" Width="90" Height="42"></Element>

        <Element ID="ToolBarButton_MainMenu" X="0" Y="0" Width="1" Height="1"></Element>
        <Element ID="ToolbarButton_Crafting" X="0" Y="0" Width="1" Height="1"></Element>
        <Element ID="ToolbarButton_Social" X="0" Y="0" Width="1" Height="1"></Element>
        <Element ID="ToolbarButton_Accomplishment" X="0" Y="0" Width="1" Height="1"></Element>
        <Element ID="ToolBarButton_Quest" X="0" Y="0" Width="1" Height="1"></Element>
        <Element ID="ToolbarButton_Journal" X="0" Y="0" Width="1" Height="1"></Element>

        <Element ID="ToolbarButton_Inventory" X="0" Y="0" Width="1" Height="1"></Element>
        <Element ID="ToolBarButton_Inventory2" X="0" Y="0" Width="1" Height="1"></Element>
        <Element ID="ToolBarButton_Inventory3" X="0" Y="0" Width="1" Height="1"></Element>
        <Element ID="ToolBarButton_Inventory4" X="0" Y="0" Width="1" Height="1"></Element>
        <Element ID="ToolBarButton_Inventory5" X="0" Y="0" Width="1" Height="1"></Element>

        <Element ID="Toolbar_Quickslot" X="70" Y="40" Width="420" Height="35"></Element>
    </Element>
</PanelFile>
Simply adjust to your resolution. These values are for 1440x900 res. The Letterbox.tga image has to be 1280x80 to work as well. A 1280x80 blank tga will work just as well.

The first sections are telling the letterbox where to be and how big it is. These can be changed to make it in the right spot for other resolutions and changed to work with different sized letterboxes.

The rest of it is just telling the little "newbie" buttons to go hide themselves and just not be there

My code is probobly very crappy - but it works.

Last edited by Cleitanious : 02-17-2008 at 08:57 AM.
Cleitanious is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-16-2008, 09:58 PM  
Brygard2007
The Undying
 
Brygard2007's Avatar
Interface Author - Click to view interfaces

Forum posts: 183
File comments: 403
Uploads: 49
Thats basically what Im working on.Today saturday had internet problems.
Its been thundering and raining all day.
I was looking at BaaIZebub UI for his Dark UI

I had a headache trying to make it work it wouldnt cause I was using the skin definition of book 12.
But I manage to figure out a bit and made it work for my UI xml.


But yeah past the xml code for the one to make yours.
Im running resolution 1680x1050 though.
I dont know what resolution you wanted for yours.
Dark UI by BaaiZebub is already configure to my resolution.Thats why I used it.
Brygard2007 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-16-2008, 03:17 PM  
Cleitanious
The Undying
 
Cleitanious's Avatar
Interface Author - Click to view interfaces

Forum posts: 92
File comments: 42
Uploads: 6
I could give you the XML Code and the TGA template for making a no-misc buttons, botton left hand corner version of your UI skin if you want.
Cleitanious is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-12-2008, 06:55 PM  
Brygard2007
The Undying
 
Brygard2007's Avatar
Interface Author - Click to view interfaces

Forum posts: 183
File comments: 403
Uploads: 49
Thanks for the comments and rating.
Im going to wait intill book 12 is released to see what changes has happened.
After that will patch it to make it compatible for book 12.Then will work on the UI and try make some add on's like minimal toolbar with no bags and be movable, no auto attack eye,invisble bags etc etc.After this is done I will try make a different style UI.
Brygard2007 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-12-2008, 12:17 PM  
Cleitanious
The Undying
 
Cleitanious's Avatar
Interface Author - Click to view interfaces

Forum posts: 92
File comments: 42
Uploads: 6
5 Star UI Skin

This is my favourite UI Skin yet and I can't wait to see what other great skins you make for us in the future
Cleitanious is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-11-2008, 03:33 AM  
Brygard2007
The Undying
 
Brygard2007's Avatar
Interface Author - Click to view interfaces

Forum posts: 183
File comments: 403
Uploads: 49
Hi! Thanks for the comment and rating.
Enfield,I downloaded your UI and I decided I wont make a sky blue version for book 12.Your UI
Dark Glass
goes very nicely with book 12 theme.
Props to you!!

Last edited by Brygard2007 : 02-11-2008 at 03:47 AM.
Brygard2007 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-10-2008, 01:36 PM  
Enfield
The Undying
 
Enfield's Avatar
Interface Author - Click to view interfaces

Forum posts: 23
File comments: 19
Uploads: 4
Very nice job!
Enfield 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 05:42 PM.


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