lotrointerface.com
Search Downloads


Go Back   LoTROInterface > Outdated LotRO Interfaces


Post A Reply
Author Comments Comment Options
Unread 12-15-2009, 07:01 AM  
Lindn
The Wary
 
Lindn's Avatar

Forum posts: 2
File comments: 3
Uploads: 0
Re: Nice!

Quote:
Nice!!
Thank you for your hard work Lindn.
Well, in all fairness i think i should be the one thanking you for the hard work.. You made it possible in the first place..
Lindn is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-12-2010, 03:01 PM  
Brygard2007
The Undying
 
Brygard2007's Avatar
Interface Author - Click to view interfaces

Forum posts: 183
File comments: 403
Uploads: 49
W.I.Ping

Ok people,I have been editing the code with conjunction of Lindn code for the 3 zoom buttons.

Thank you Lindn for the help!

I have removed excessive codes that are not used or not using for my UI,total codes lines I removed is 108.

So instead of 151 lines of code to paste I have reduce it to workable 43 code lines.

If some one is willing,I need some one to test the following code on the following resolution's.

Its based on the 1680x1050 code,but I have tested on the following resolution's and they work on my end.

1280x1024(yeah it worked on my end)
1680x1024(tested on my end)
1680x1050(tested)
1920x1080(tested)
higher resolution should also work with the code pasted below,but wish to get a feed back before I publish it.

Also note that I used those resolution on my wide screen LCD(16:9) not (16:10) but should work on the (16:10).

Pic:



Code to test:

Code:
                        <!--Dressing Room Config 1280x1024-1680x1024-1680x1050-1920x1080 up-->

 <PanelFile ID="ID_UISkin_GamePlay_DressingRoom_Activatable">
 <Element ID="GamePlay_DressingRoom_Activatable" X="374" Y="477" Width="1127" Height="1000"> 
 <Element ID="DressingRoom_CloseButton" X="7" Y="37" Width="16" Height="16"> </Element>
 <Element ID="DressingRoom_ResetButton" X="5" Y="356" Width="102" Height="20"> </Element>
 <Element ID="DyeColorMenu_Chest" X="23" Y="197" Width="120" Height="26"> </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>
 <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>
 <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>
 <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>
 <Element ID="DyeColorMenu_Boots" X="23" Y="325" Width="120" Height="26"> </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="215" Height="43"> </Element>
 <Element ID="DressingRoom_AvatarInfoElement" X="100" Y="0" Width="1024" Height="1000">
 <Element ID="Button_ZoomHead" X="58" Y="34" Width="44" Height="62"> </Element> 
 <Element ID="Button_ZoomMiddle" X="60" Y="162" Width="44" Height="75"> </Element> 
 <Element ID="Button_ZoomFeet" X="61" Y="295" Width="44" Height="66"> </Element>
 <Element ID="DressingRoom_RotateLeft" X="5" Y="355" Width="20" Height="20"> </Element>
 <Element ID="DressingRoom_RotateRight" X="26" Y="355" 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="1024" Height="1000"> </Element>
  </Element>
 <Element ID="DyeColorMenu_Back" X="23" Y="113" Width="120" Height="26"> </Element>
  </Element>
 </PanelFile>
As always,make a backup copy of your skindefinition file and remove the old dressing code if your using it,then paste the new code.

Thanks!

P.s
I be working on the lower resolutions.

Once I finish with the dressing room,I be working on the toolbar config next and be doing the same thing were possible removing excessive codes that are not needed.

Last edited by Brygard2007 : 01-12-2010 at 03:02 PM.
Brygard2007 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-15-2010, 10:49 AM  
Brygard2007
The Undying
 
Brygard2007's Avatar
Interface Author - Click to view interfaces

Forum posts: 183
File comments: 403
Uploads: 49
Beta Code W.I.P #2

Sorry I'm not done yet,I didn't like how my char was overlaying over the menu.

So I once again tweak the code,had hard time to figure things out for a while but I think I got it to were it looks fine.

I stretch the viewing area a bit more so the swords can be seen completely instead of cutted out.

When you look at your char side ways(weapons pointing to the right) before the tip of my sword was cutted,but now it's viewable.

Note for 1280x1024 viewers:
Because the way I moved the viewing area,when you open the dressing room it will use most all your screen size.

You will not have enough room to move the dressing room,sorry but it's worth it.

Also I moved the zoom buttons to be out of the way of the viewing area.
Pic before and after:


Code can be used for any resolution that has the width higher then 1280 and the height thats higher then 1024.

So say you have a screen size of 1280x720,that wont work for this code,I'm still working on it.

Code:
                        <!--Dressing Room Config 1280x1024-1680x1024-1680x1050-1920x1080 up-->

 <PanelFile ID="ID_UISkin_GamePlay_DressingRoom_Activatable">
 <Element ID="GamePlay_DressingRoom_Activatable" X="0" Y="0" Width="1255" Height="1000"> 
 <Element ID="DressingRoom_CloseButton" X="7" Y="37" Width="16" Height="16"> </Element>
 <Element ID="DressingRoom_ResetButton" X="5" Y="360" Width="102" Height="20"> </Element>
 <Element ID="DyeColorMenu_Chest" X="23" Y="197" Width="120" Height="26"> </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>
 <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>
 <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>
 <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>
 <Element ID="DyeColorMenu_Boots" X="23" Y="325" Width="120" Height="26"> </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="389" Height="402">
 <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="1" Height="1"> </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="215" Height="43"> </Element>
 <Element ID="DressingRoom_AvatarInfoElement" X="0" Y="0" Width="1110" Height="1000">
 <Element ID="Button_ZoomHead" X="0" Y="385" Width="44" Height="62"> </Element> 
 <Element ID="Button_ZoomMiddle" X="40" Y="375" Width="44" Height="75"> </Element> 
 <Element ID="Button_ZoomFeet" X="80" Y="375" Width="44" Height="66"> </Element>
 <Element ID="DressingRoom_RotateLeft" X="110" Y="360" Width="20" Height="20"> </Element>
 <Element ID="DressingRoom_RotateRight" X="130" Y="360" Width="20" Height="20"> </Element>
 <Element ID="DressingRoom_Viewport_BG" X="0" Y="0" Width="1" Height="1"> </Element>
 <Element ID="DressingRoom_Viewport" X="165" Y="0" Width="1110" Height="1000"> </Element>
  </Element>
 <Element ID="DyeColorMenu_Back" X="23" Y="113" Width="120" Height="26"> </Element>
  </Element>
 </PanelFile>
Brygard2007 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-16-2010, 08:53 PM  
Brygard2007
The Undying
 
Brygard2007's Avatar
Interface Author - Click to view interfaces

Forum posts: 183
File comments: 403
Uploads: 49
Exclamation B.D.R.X is now released!

I have finished with the dressing room modification's.
I have posted a new link for the new dressing room mod on the info box on top.
The BGM v-2.1 Dressing Room config is now obsolete and no longer supported.

Thanks.
Brygard2007 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:55 AM.


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