lotrointerface.com
Search Downloads


Go Back   LoTROInterface > Outdated LotRO Interfaces


Post A Reply
Author Comments Comment Options
Unread 12-23-2009, 06:07 PM  
silurian
The Wary
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 26
Uploads: 8
acrespo & ashley

RK mini attunement is sorted. Just holding off upload till Im sure about the other issue that acrespo brought up, the combat icon. It works exactly the same as the default version, all i did was change the size a little and and the gold border, seems to work fine for me, care to eliborate? Green none combat, red while in combat is how it works for me...

The dressing room appears to aslo be fixed in the windowed resolutions i can test, unfortunatley, the resolution you speak of is not available to me. I have however moved the lines that need to be changed together to the top of the skin definition file so folks can play with the sizes easier.

Last edited by silurian : 12-23-2009 at 06:13 PM.
silurian is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-22-2009, 05:32 AM  
acrespo
The Wary

Forum posts: 0
File comments: 5
Uploads: 0
Glad to see that you fix attunement bar for RK :P

Is there any way to fix the dressing room to open in window mode? I don't want to change full screen to see my room.

Other thing, can you do something to see more clear when I enter in combat? In original skin I can see the auto attack icon but in your skin the icon is not changing. I am asking because everytime I play with audio off and when I am on mount I don't know when I am in combat or not.
acrespo is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-22-2009, 05:24 AM  
silurian
The Wary
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 26
Uploads: 8
Cool, glad we got that dressing room thing, cant for the life of me remember how it got changed back to the original sizes. Thought there was something strange as it had been tested and was working on all resolutions.

Anyways will get a small patch or update uploaded to fix that and the mini RK attunement bar, looks really silly in its current position, so that will get some loving!
silurian is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-21-2009, 08:10 PM  
acrespo
The Wary

Forum posts: 0
File comments: 5
Uploads: 0
Change to the values you recommend does not working too. Here is a screenshot


Also, I can't move the window to down, only to left and right.


EDIT: I have discovered what's happening. I am running in window mode. When run in full screen i can see the image correctly, but window mode don't.

Last edited by acrespo : 12-21-2009 at 08:15 PM.
acrespo is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-21-2009, 06:36 PM  
dreamingxashley
The Unscathed
 
dreamingxashley's Avatar
Interface Author - Click to view interfaces

Forum posts: 18
File comments: 48
Uploads: 1
This is the dressingroom code I took out of the old UI file and put into the 3.0 version... it works I just logged in. Note however that the size of the window is 900x850.

Code:
<PanelFile ID="ID_UISkin_GamePlay_DressingRoom_Activatable">
<Element ID="GamePlay_DressingRoom_Activatable" X="277" Y="374" Width="900" Height="850"> 
 <Element ID="DressingRoom_CloseButton" X="7" Y="37" Width="16" Height="16"> </Element>
 <Element ID="DressingRoom_ResetButton" X="5" Y="366" Width="102" Height="20"> 
 <Element ID="TextButtonReference_Left" X="0" Y="0" Width="20" Height="20"> </Element>
 <Element ID="TextButtonReference_Mid" X="20" Y="0" Width="61" Height="20"> </Element>
 <Element ID="TextButtonReference_Right" X="81" Y="0" Width="20" Height="20"> </Element>
</Element>
 <Element ID="DyeColorMenu_Chest" X="23" Y="197" Width="120" Height="26"> 
 <Element ID="Dye_Color_Menu_SelectionBackground" X="0" Y="0" Width="119" Height="24"> 
 <Element ID="BasePanel_TopMid" X="19" Y="0" Width="81" Height="3"> </Element>
 <Element ID="BasePanel_Background" X="3" Y="3" Width="113" Height="18"> </Element>
 <Element ID="BasePanel_TopLeft" X="0" Y="0" Width="19" Height="19"> </Element>
 <Element ID="BasePanel_MidLeft" X="0" Y="19" Width="3" Height="-14"> </Element>
 <Element ID="BasePanel_BottomLeft" X="0" Y="5" Width="19" Height="19"> </Element>
 <Element ID="BasePanel_BottomMid" X="19" Y="21" Width="81" Height="3"> </Element>
 <Element ID="BasePanel_BottomRight" X="100" Y="5" Width="19" Height="19"> </Element>
 <Element ID="BasePanel_MidRight" X="116" Y="19" Width="3" Height="-14"> </Element>
 <Element ID="BasePanel_TopRight" X="100" Y="0" Width="19" Height="19"> </Element>
</Element>
 <Element ID="Dye_Color_Menu_SelectionDisplay" X="0" Y="-1" Width="102" Height="26"> </Element>
 <Element ID="Dye_Color_Menu_SelectionWidget" X="102" Y="4" Width="16" Height="16"> </Element>
</Element>
 <Element ID="DressRoom_DragBar" X="23" Y="6" Width="339" Height="20"> </Element>
 <Element ID="DyeColorMenu_Head_Label" X="23" Y="53" Width="126" Height="20"> </Element>
 <Element ID="DyeColorMenu_Back_Label" X="23" Y="94" Width="124" Height="20"> </Element>
 <Element ID="DyeColorMenu_Shoulder_Label" X="23" Y="136" Width="124" Height="20"> </Element>
 <Element ID="DyeColorMenu_Head" X="23" Y="72" Width="120" Height="26"> 
 <Element ID="Dye_Color_Menu_SelectionBackground" X="0" Y="0" Width="119" Height="24"> 
 <Element ID="BasePanel_TopMid" X="19" Y="0" Width="81" Height="3"> </Element>
 <Element ID="BasePanel_Background" X="3" Y="3" Width="113" Height="18"> </Element>
 <Element ID="BasePanel_TopLeft" X="0" Y="0" Width="19" Height="19"> </Element>
 <Element ID="BasePanel_MidLeft" X="0" Y="19" Width="3" Height="-14"> </Element>
 <Element ID="BasePanel_BottomLeft" X="0" Y="5" Width="19" Height="19"> </Element>
 <Element ID="BasePanel_BottomMid" X="19" Y="21" Width="81" Height="3"> </Element>
 <Element ID="BasePanel_BottomRight" X="100" Y="5" Width="19" Height="19"> </Element>
 <Element ID="BasePanel_MidRight" X="116" Y="19" Width="3" Height="-14"> </Element>
 <Element ID="BasePanel_TopRight" X="100" Y="0" Width="19" Height="19"> </Element>
</Element>
 <Element ID="Dye_Color_Menu_SelectionDisplay" X="0" Y="-1" Width="102" Height="26"> </Element>
 <Element ID="Dye_Color_Menu_SelectionWidget" X="102" Y="4" Width="16" Height="16"> </Element>
</Element>
 <Element ID="DyeColorMenu_Cheset_Label" X="23" Y="178" Width="124" Height="20"> </Element>
 <Element ID="DyeColorMenu_Shoulder" X="23" Y="155" Width="120" Height="26"> 
 <Element ID="Dye_Color_Menu_SelectionBackground" X="0" Y="0" Width="119" Height="24"> 
 <Element ID="BasePanel_TopMid" X="19" Y="0" Width="81" Height="3"> </Element>
 <Element ID="BasePanel_Background" X="3" Y="3" Width="113" Height="18"> </Element>
 <Element ID="BasePanel_TopLeft" X="0" Y="0" Width="19" Height="19"> </Element>
 <Element ID="BasePanel_MidLeft" X="0" Y="19" Width="3" Height="-14"> </Element>
 <Element ID="BasePanel_BottomLeft" X="0" Y="5" Width="19" Height="19"> </Element>
 <Element ID="BasePanel_BottomMid" X="19" Y="21" Width="81" Height="3"> </Element>
 <Element ID="BasePanel_BottomRight" X="100" Y="5" Width="19" Height="19"> </Element>
 <Element ID="BasePanel_MidRight" X="116" Y="19" Width="3" Height="-14"> </Element>
 <Element ID="BasePanel_TopRight" X="100" Y="0" Width="19" Height="19"> </Element>
</Element>
 <Element ID="Dye_Color_Menu_SelectionDisplay" X="0" Y="-1" Width="102" Height="26"> </Element>
 <Element ID="Dye_Color_Menu_SelectionWidget" X="102" Y="4" Width="16" Height="16"> </Element>
</Element>
 <Element ID="DyeColorMenu_Gloves_Label" X="23" Y="220" Width="124" Height="20"> </Element>
 <Element ID="DyeColorMenu_Legs" X="23" Y="282" Width="120" Height="26"> 
 <Element ID="Dye_Color_Menu_SelectionBackground" X="0" Y="0" Width="119" Height="24"> 
 <Element ID="BasePanel_TopMid" X="19" Y="0" Width="81" Height="3"> </Element>
 <Element ID="BasePanel_Background" X="3" Y="3" Width="113" Height="18"> </Element>
 <Element ID="BasePanel_TopLeft" X="0" Y="0" Width="19" Height="19"> </Element>
 <Element ID="BasePanel_MidLeft" X="0" Y="19" Width="3" Height="-14"> </Element>
 <Element ID="BasePanel_BottomLeft" X="0" Y="5" Width="19" Height="19"> </Element>
 <Element ID="BasePanel_BottomMid" X="19" Y="21" Width="81" Height="3"> </Element>
 <Element ID="BasePanel_BottomRight" X="100" Y="5" Width="19" Height="19"> </Element>
 <Element ID="BasePanel_MidRight" X="116" Y="19" Width="3" Height="-14"> </Element>
 <Element ID="BasePanel_TopRight" X="100" Y="0" Width="19" Height="19"> </Element>
</Element>
 <Element ID="Dye_Color_Menu_SelectionDisplay" X="0" Y="-1" Width="102" Height="26"> </Element>
 <Element ID="Dye_Color_Menu_SelectionWidget" X="102" Y="4" Width="16" Height="16"> </Element>
</Element>
 <Element ID="DyeColorMenu_Legs_Label" X="23" Y="263" Width="124" Height="20"> </Element>
 <Element ID="DyeColorMenu_Boots_Label" X="23" Y="306" Width="124" Height="20"> </Element>
 <Element ID="DyeColorMenu_Gloves" X="23" Y="239" Width="120" Height="26"> 
 <Element ID="Dye_Color_Menu_SelectionBackground" X="0" Y="0" Width="119" Height="24"> 
 <Element ID="BasePanel_TopMid" X="19" Y="0" Width="81" Height="3"> </Element>
 <Element ID="BasePanel_Background" X="3" Y="3" Width="113" Height="18"> </Element>
 <Element ID="BasePanel_TopLeft" X="0" Y="0" Width="19" Height="19"> </Element>
 <Element ID="BasePanel_MidLeft" X="0" Y="19" Width="3" Height="-14"> </Element>
 <Element ID="BasePanel_BottomLeft" X="0" Y="5" Width="19" Height="19"> </Element>
 <Element ID="BasePanel_BottomMid" X="19" Y="21" Width="81" Height="3"> </Element>
 <Element ID="BasePanel_BottomRight" X="100" Y="5" Width="19" Height="19"> </Element>
 <Element ID="BasePanel_MidRight" X="116" Y="19" Width="3" Height="-14"> </Element>
 <Element ID="BasePanel_TopRight" X="100" Y="0" Width="19" Height="19"> </Element>
</Element>
 <Element ID="Dye_Color_Menu_SelectionDisplay" X="0" Y="-1" Width="102" Height="26"> </Element>
 <Element ID="Dye_Color_Menu_SelectionWidget" X="102" Y="4" Width="16" Height="16"> </Element>
</Element>
 <Element ID="DyeColorMenu_Boots" X="23" Y="325" Width="120" Height="26"> 
 <Element ID="Dye_Color_Menu_SelectionBackground" X="0" Y="0" Width="119" Height="24"> 
 <Element ID="BasePanel_TopMid" X="19" Y="0" Width="81" Height="3"> </Element>
 <Element ID="BasePanel_Background" X="3" Y="3" Width="113" Height="18"> </Element>
 <Element ID="BasePanel_TopLeft" X="0" Y="0" Width="19" Height="19"> </Element>
 <Element ID="BasePanel_MidLeft" X="0" Y="19" Width="3" Height="-14"> </Element>
 <Element ID="BasePanel_BottomLeft" X="0" Y="5" Width="19" Height="19"> </Element>
 <Element ID="BasePanel_BottomMid" X="19" Y="21" Width="81" Height="3"> </Element>
 <Element ID="BasePanel_BottomRight" X="100" Y="5" Width="19" Height="19"> </Element>
 <Element ID="BasePanel_MidRight" X="116" Y="19" Width="3" Height="-14"> </Element>
 <Element ID="BasePanel_TopRight" X="100" Y="0" Width="19" Height="19"> </Element>
</Element>
 <Element ID="Dye_Color_Menu_SelectionDisplay" X="0" Y="-1" Width="102" Height="26"> </Element>
 <Element ID="Dye_Color_Menu_SelectionWidget" X="102" Y="4" Width="16" Height="16"> </Element>
</Element>
 <Element ID="DyeColorMenu_BG" X="0" Y="23" Width="167" Height="340"> </Element>
 <Element ID="DyeColorMenu_Header_Label" X="40" Y="22" Width="100" Height="20"> </Element>
 <Element ID="DressingRoom_Base_Box" X="0" Y="17" Width="1" Height="1"> 
 <Element ID="Base_Box_Silver_BottomMid" X="36" Y="366" Width="1" Height="1"> </Element>
 <Element ID="Base_Box_Silver_BottomRight" X="353" Y="366" Width="1" Height="1"> </Element>
 <Element ID="Base_Box_Silver_MidRight" X="353" Y="36" Width="1" Height="1"> </Element>
 <Element ID="Base_Box_Silver_Background" X="36" Y="36" Width="317" Height="330"> </Element>
 <Element ID="Base_Box_Silver_TopRight" X="353" Y="0" Width="1" Height="1"> </Element>
 <Element ID="Base_Box_Silver_TopLeft" X="0" Y="0" Width="1" Height="1"> </Element>
 <Element ID="Base_Box_Silver_TopMid" X="36" Y="0" Width="1" Height="1"> </Element>
 <Element ID="Base_Box_Silver_MidLeft" X="0" Y="36" Width="1" Height="1"> </Element>
 <Element ID="Base_Box_Silver_BottomLeft" X="0" Y="366" Width="1" Height="1"> </Element>
</Element>
 <Element ID="DressingRoom_Title" X="-15" Y="-13" Width="1" Height="1">
 <Element ID="Base_Box_Titlebar_TopRight" X="185" Y="0" Width="33" Height="42"> </Element>
 <Element ID="Base_Box_Titlebar_TopLeft" X="0" Y="0" Width="35" Height="42"> </Element>
 <Element ID="Base_Box_Titlebar_TopMid" X="35" Y="0" Width="150" Height="42"> </Element>
 <Element ID="DressingRoom_Title_Label" X="15" Y="16" Width="184" Height="21"> </Element>
</Element>
 <Element ID="DressingRoom_AvatarInfoElement" X="100" Y="0" Width="1050" Height="850"> 
 <Element ID="DressingRoom_RotateLeft" X="5" Y="366" Width="20" Height="20"> </Element>
 <Element ID="DressingRoom_RotateRight" X="26" Y="366" Width="20" Height="20"> </Element>
 <Element ID="DressingRoom_Viewport_BG" X="0" Y="0" Width="1" Height="1"> </Element>
 <Element ID="DressingRoom_Viewport" X="0" Y="0" Width="1050" Height="850"> </Element>
</Element>
 <Element ID="DyeColorMenu_Back" X="23" Y="113" Width="120" Height="26"> 
 <Element ID="Dye_Color_Menu_SelectionBackground" X="0" Y="0" Width="119" Height="24"> 
 <Element ID="BasePanel_TopMid" X="19" Y="0" Width="81" Height="3"> </Element>
 <Element ID="BasePanel_Background" X="3" Y="3" Width="113" Height="18"> </Element>
 <Element ID="BasePanel_TopLeft" X="0" Y="0" Width="19" Height="19"> </Element>
 <Element ID="BasePanel_MidLeft" X="0" Y="19" Width="3" Height="-14"> </Element>
 <Element ID="BasePanel_BottomLeft" X="0" Y="5" Width="19" Height="19"> </Element>
 <Element ID="BasePanel_BottomMid" X="19" Y="21" Width="81" Height="3"> </Element>
 <Element ID="BasePanel_BottomRight" X="100" Y="5" Width="19" Height="19"> </Element>
 <Element ID="BasePanel_MidRight" X="116" Y="19" Width="3" Height="-14"> </Element>
 <Element ID="BasePanel_TopRight" X="100" Y="0" Width="19" Height="19"> </Element>
</Element>
 <Element ID="Dye_Color_Menu_SelectionDisplay" X="0" Y="-1" Width="102" Height="26"> </Element>
 <Element ID="Dye_Color_Menu_SelectionWidget" X="102" Y="4" Width="16" Height="16"> </Element>
</Element>
</Element>
 </PanelFile>
Also I love the new Deed log picture, its nice without making it hard to read! ^.^b
dreamingxashley is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-21-2009, 06:00 PM  
silurian
The Wary
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 26
Uploads: 8
Im sorry but i can not test that exact resolution, I have changed some values that help on a similar resolution.

Try changing the following 3 lines,

<Element ID="GamePlay_DressingRoom_Activatable" X="277" Y="374" Width="1050" Height="850">

<Element ID="DressingRoom_AvatarInfoElement" X="100" Y="0" Width="1050" Height="850">

<Element ID="DressingRoom_Viewport" X="0" Y="0" Width="1050" Height="850"> </Element>

Only the Width (1050) and Height (850) values need to be edited in the skin definition file with the following numbers.

Width (900) and Height (700)

Let me know how you get on.
silurian is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-21-2009, 05:37 PM  
acrespo
The Wary

Forum posts: 0
File comments: 5
Uploads: 0
Dress room is not working for me. I can see everything but the char. All buttons are available (close, zoom). My resolution is 1440x900
acrespo is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-17-2009, 01:36 PM  
dreamingxashley
The Unscathed
 
dreamingxashley's Avatar
Interface Author - Click to view interfaces

Forum posts: 18
File comments: 48
Uploads: 1
Oh thank you!

Merry Christmas/Yule. <3
dreamingxashley is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-17-2009, 11:38 AM  
silurian
The Wary
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 26
Uploads: 8
Ashley,

Sorry its taken so long, busy week. Your Pink addon has been uploaded, should be available to download later.

Hopefully its the right shade of pink, just let me know if not!
silurian is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-14-2009, 05:27 PM  
dreamingxashley
The Unscathed
 
dreamingxashley's Avatar
Interface Author - Click to view interfaces

Forum posts: 18
File comments: 48
Uploads: 1
Yeah I like the gold borders, Im just not crazy about red... even if it does look nice with the current colouring. Dont make the pink too bright though! More like the pink in this smiley:

Thanks.
dreamingxashley is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-14-2009, 02:38 PM  
silurian
The Wary
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 26
Uploads: 8
Ashley,

The Orb is based on Hal! Well done you win a prize! Pink addon coming your way, will take a couple of days tho! Gotta fit in a mjor xmas shopping night in somewhere this week!

So just so I dont do to far, we talking about replaceing the red bits as they are now with pink, all existing gold remains the same? Such as vitals and window surrounds? The orb would have to change also to the pink or it would be a litte odd i think, will see.
silurian is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-14-2009, 12:07 PM  
dreamingxashley
The Unscathed
 
dreamingxashley's Avatar
Interface Author - Click to view interfaces

Forum posts: 18
File comments: 48
Uploads: 1
Never underestimate a girls liking for pink! hehe im undecided about the start button... I kinda like it red because it makes me think of Hal from "2001: a Space Odessy." But if its left red with the rest of it pink, it might look odd... maybe make the button have a pink border with the rest red?

Also thanks again for such a great UI. <3

You could also do a Yule-themed one... red and green and gold! lol... that might look ugly though.

Last edited by dreamingxashley : 12-14-2009 at 12:09 PM.
dreamingxashley is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-14-2009, 09:03 AM  
bbwinston
The Wary

Forum posts: 0
File comments: 7
Uploads: 0
Eeeeexcellent! Thank you so much for the opacity addon mate!

beautiful

bbwinston is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-14-2009, 05:00 AM  
silurian
The Wary
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 26
Uploads: 8
Ashley,

Thanks for trying, glad you like it! Do you mean the start orb as well as the tooltip borders? I can certainly upload an addon for you, once i know to the extent you wish to go with the Pink! Thought I had said goodbye to the pink version for good!

As for the deed log, well im kinda bored of it myself, I will be changing it with the next update, gonna look into it a bit. There is also a few blue bits remaining in the UI, like the blue buttons in the quest log, that i intend to loose with the next update.

Thanks
silurian is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-13-2009, 09:07 PM  
dreamingxashley
The Unscathed
 
dreamingxashley's Avatar
Interface Author - Click to view interfaces

Forum posts: 18
File comments: 48
Uploads: 1
Lovely!

Could you do a GE version that replaces the red glow on stuff with pink? Also that picture in the deed log its yellow text on a brightly lit picture (that war of the ring pic). Its really hard to read stuff on there.
dreamingxashley 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 04:27 PM.


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