lotrointerface.com
Search Downloads


Go Back   LoTROInterface > Outdated LotRO Interfaces

Category: Outdated LotRO InterfacesB.D.R.X
Interface Information
Download
Brygard2007's Portal Bug Reports Feature Requests
How do I install this? (FAQ)
Name: B.D.R.X   Popular!
Author:
Date: 01-20-2010 01:43 PM
Size: 487.27 Kb
Version: V-1.1
Rate File: 5 out of 5 with 4 votes  
Pictures
Click to enlarge 

Views: 0
Size: 248.59 Kb
Dimensions: 1481 x 949
After and Before
 
Description
Jan 20 2010:
Added missing resolutions:
1680x1024
1680x1050

Only download the new zip if you want to use those resolutions,otherwise
the other resolutions are still the same as B.D.R.X V-1.0

Added credit to Lindn in the readme.

================================================== ========
Jan 16 2010
B.D.R.X stands for:
(B)rygard's (D)ressing (R)oom e(X)panded

This is now a stand alone mod or can be used with your favorite skin mod.

I have created video guide to install this mod:
Video:
http://www.youtube.com/watch?v=9lrjagRdhK8

Jan 17 2010:
If you have problems with youtube's video,here another link in 7-zipped.
You will need the 7-zip to extract the video,the video is in WMV 1920x1080 HD.
http://www.megaupload.com/?d=8ZLXEJY9

This mod now support for lots of resolutions:
800x600 - 1024x768 - 1152x768 - 1280x720 - 1280x1024
1366x768 - 1440x900 - 1600x900 - 1920x1080 - 1920x1200
2048x1080 - 2048x1536 - 2560x1600 - and 2560x2048

================================================== ======
Read me Version 1.0:

This mod can be used two ways,a stand alone mod or an addon mod for the ui skin mod you
are using.

There are 2 folders here,one called (Resolutions Default skin) this for people that want to
use a stand alone mod and for people that are not using my skin mod B.G.M.

The second folder called (For B.G.M Skins Resolution only) this for users of my mod skin.
The code has a different value for the zoom buttons because the way I have skinned them.

If you use the other folder code with my skin mod,the zoom buttons will be smashed together
and the height of each buttons are different from each other.

Stand alone mod:
This for people that don't use or don't wanna use any skins mod but would like to use the
dressing room mod only.

How to install for stand alone:

Copy the folder or drag the folder of your desire resolution, example in
vista drop the folder(example bdrx 800x600) in:
C:\Users\UserName\Documents\The Lord of the Rings Online\ui\skins
================================================== =====================================
XP:
C:\Documents and Settings\username\My Documents\The Lord of the Rings Online\ui\skins

If you don't have the ui and the skins folder read the faq or my video:
Faq:
http://www.lotrointerface.com/forums/faq.php?faq=lotro_interface#faq_visual_installatio n

My video:
http://www.youtube.com/watch?v=ZR06x0Ok-JA

After you select the mod under the ingame option,you need to close the game and restart it to take effect.

After you relog, the mod should be in effect,thats it your done!
================================================== =======================================

How to install the code for your skin or my mod skin:

Copy N Paste for your skin mod:
This is for people that want to use the dressing room mod with their UI skin mod.

Open the folder of your desire resolution and open the skindefinition file with note pad.

Copy the code example below from starting from the line with blank spaces
included and <!--Brygard's Dressing Room eXpanded for 1024x768 up--> all the way till </PanelFile>

Now go to your ui that you are using that you want to include the dressing room mod.

Open the skindefinition file from the UI mod then paste the code that your going to use.
================================================== ================================================== ==============================


If you have a different type of resolution not listed here,then you can make some changes and here's how.

For this example I will use the code from 800x600 and my goal is to make it work for say 1280x720 resolution.

There are 3 major code line's you need to change the width and the height.

First code that needs to be change is look for:
<Element ID="GamePlay_DressingRoom_Activatable" X="0" Y="0" Width="775" Height="560"> this code is located 2nd line.

Ignore the width and the height value that is currently set cause were going to change it for the resolution of this guide for 1280x720.

I suggest to open your calculator or write it down cause we be doing some subtractions.

Ok will be changing the width first which is 1280 subtract 25 points of it which give you a value of = 1255.

Always subtract 25 points in any width resolution to work with.

1255 is the value you will add to the width,so remove the current value of Width="775" and replace it with Width="1255".

================================================== ================================================== ================================
Now it's time to change the height,subtract 40 points of the 720 height which will give you =680.

Always subtract 40 points in any height resolution.

Now remove the Height="560" and replace with Height="680"

So now the line code should look like this for 1280x720.

<Element ID="GamePlay_DressingRoom_Activatable" X="0" Y="0" Width="1255" Height="680">

================================================== ================================================== =================================

Ok now that's finish with the first code,now look for the next 2 code line.
Look for:
<Element ID="DressingRoom_AvatarInfoElement" X="0" Y="0" Width="630" Height="560">

and

<Element ID="DressingRoom_Viewport" X="165" Y="0" Width="630" Height="560"> </Element>

This 2 codes are near the end.

As always ignore the width and height value here cause were going to change them.

First we need to change the width,ok remember the first code width that you subtracted 1280-40=1255?

We need to subtract always with 145 points off,so subtract (1255-145=1110).

So you remove the Width="630" and replace it with Width="1110" on both codes.

It will look like this now on both codes width's:
<Element ID="DressingRoom_AvatarInfoElement" X="0" Y="0" Width="1110" Height="560">
<Element ID="DressingRoom_Viewport" X="165" Y="0" Width="1110" Height="560"> </Element>
================================================== ================================================== ===
Now its time to change the height.
The height will always be the same as the first code height you changed,in this case 680 for both codes.

So the final 2 codes will now look like this:

<Element ID="DressingRoom_AvatarInfoElement" X="0" Y="0" Width="1110" Height="680">
<Element ID="DressingRoom_Viewport" X="165" Y="0" Width="1110" Height="680"> </Element>
================================================== ================================================== ====

Summary:
Subtract 25 points from any width resolution.

Subtract 40 points from any height resolution.
The height will always be the same on the 3 codes which you have subtracted from 40 points.

Subtract 145 points from the subtracted 25 points of the width resolution,the 2 last code will use the
same width value from the subtracted width 145.
================================================== ================================================== =====
Hope this guide make sense to you.
Thanks.
Archive List (Old Versions)
File Name
Version
Size
Author
Date
V-1.0
482.65 Kb
Brygard2007
01-16-2010 08:30 PM
File Statistics
User Rating:
5 out of 5 with 4 votes
Downloads: 13858
Views: 58884
Favorites: 20
Uploaded By:
 
Last Modified: N/A

View Pictures. Download Now! Post A Comment


Post A Reply
Author Comments Comment Options
Unread 01-16-2010, 10:45 PM  
Stavro Mueller
The Wary
Interface Author - Click to view interfaces

Forum posts: 1
File comments: 16
Uploads: 1
Great mod.

With your permission, I would like to incorporate it into the next Azure Glass release (with full credit, of course).
Stavro Mueller is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-16-2010, 11:19 PM  
Brygard2007
The Undying
 
Brygard2007's Avatar
Interface Author - Click to view interfaces

Forum posts: 183
File comments: 403
Uploads: 49
No problem,go ahead.
Brygard2007 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-17-2010, 02:36 AM  
Naajia
The Wary
 
Naajia's Avatar

Forum posts: 1
File comments: 54
Uploads: 0
Nicely done


Greetings

Naajia
Naajia is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-17-2010, 05:10 AM  
Brygard2007
The Undying
 
Brygard2007's Avatar
Interface Author - Click to view interfaces

Forum posts: 183
File comments: 403
Uploads: 49
Thanks.
Brygard2007 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-09-2010, 02:44 PM  
Brygard2007
The Undying
 
Brygard2007's Avatar
Interface Author - Click to view interfaces

Forum posts: 183
File comments: 403
Uploads: 49
Click items behind the dressing room config:

http://forums.lotro.com/showpost.php...58&postcount=6

Some one requested to be able to click items trough the dressing room.

Quote:

Ok,I did some minor testing and this what I come up with.

Look for the code:
<Element ID="DressingRoom_AvatarInfoElement"

On that code line change the width around 300 or less,this will make the invisible drag area shorten which will let you click items behind the dressing room.

Please note:
You will loose the ability to rotate the avatar with your mouse,to able to rotate the avatar you need to use the buttons or the small invisible area that on the left side near the menu.

Last edited by Brygard2007 : 02-09-2010 at 02:45 PM.
Brygard2007 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-10-2011, 03:09 PM  
maradakia
The Unscathed
 
maradakia's Avatar

Forum posts: 16
File comments: 27
Uploads: 0
I've been using a variety of Skins on my various toons, but have been using the BDRX Dressing Room with all of them I think.

I love the big Dressing Room, but am having annoying problems with it.

First of all, I normally run in windowed mode. If I try to view something in the Dressing Room in windowed all I get is the panel on the left for dye options and zoom, but the actual image of my character doesn't appear.

To fix that all I have to do is go to my settings and switch to full screen mode, and then it works fine. I wouldn't like to not have to do that though if possible.

The bigger problem is, even once I have swapped to fulll screen mode, and I get the Dressing Room working - the panel on the left is there and works fine, and the image of my toon is there, big and beautiful... but

... I can only view one piece of armour. If I try to click on a second piece, to try on a set of armour for example, I can't click on anything.

What seems to be the case is there's a Dressing Room overlay on my screen that prevents me clicking on anything in the "background", which is anything on my screen except for a narrow margin at the very edges.

How do I fix this so I can continue clicking on things on my screen while the Dressing Room is open, so I can try on a full armour set at once, instead of having to close the Dressing Room betwen each piece and only see them one at a time?
maradakia is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-10-2011, 04:05 PM  
maradakia
The Unscathed
 
maradakia's Avatar

Forum posts: 16
File comments: 27
Uploads: 0
Okay, so I replaced that line of code to say width 300 in the skin I'm using and it worked like you said : )

I can now click on things in the background while the dressing room is open, which allow me to try on a whole set of armour at once. Very good.

Thanks so much for figuring that out for me, and explaining it, and so quickly!

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

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

No problem and glad it worked out for you.

Thanks for the feed back and comments.
Brygard2007 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-15-2011, 10:44 AM  
rogerwroten
The Wary

Forum posts: 0
File comments: 15
Uploads: 0
Any possibility of getting this so it will work in windowed mode?
rogerwroten is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-17-2011, 10:33 PM  
Brygard2007
The Undying
 
Brygard2007's Avatar
Interface Author - Click to view interfaces

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

Sorry for late response.

Let see,I will look at the code on late Saturday or Sunday cause I think I be busy on Saturday.

I been busy lately with stuff not related to game's well mostly.

The only temp fix is use lower resolution that I stated on my previous post.

Right now I can't really say what's going to happen cause like I said I just got really busy this week of a sudden.

P.S
I forgot to ask.

What resolution your playing the game at?

Take a screen shot and look at the detail for the accurate dimension size.

Last edited by Brygard2007 : 02-17-2011 at 10:37 PM.
Brygard2007 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-21-2011, 11:18 AM  
rogerwroten
The Wary

Forum posts: 0
File comments: 15
Uploads: 0
Re: rogerwroten:

Sorry for late response.

Let see,I will look at the code on late Saturday or Sunday cause I think I be busy on Saturday.

I been busy lately with stuff not related to game's well mostly.

The only temp fix is use lower resolution that I stated on my previous post.

Right now I can't really say what's going to happen cause like I said I just got really busy this week of a sudden.

P.S
I forgot to ask.

What resolution your playing the game at?

Take a screen shot and look at the detail for the accurate dimension size.


According to the "options" I have the game resolution set at 1680x1050 for both full screen and windowed mode. I can see the area where you can choose the color of your outfits and where the rotate arrows are. But I cannot see the Paper doll when in windowed mode. Everything works fine when in full screen mode. Not sure what you mean by taking a screen shot... (I know how to take one, just not sure what you mean by looking at the details for accurate dimension.)
rogerwroten is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-21-2011, 04:24 PM  
Brygard2007
The Undying
 
Brygard2007's Avatar
Interface Author - Click to view interfaces

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

While your in window's mode take a screenshot and then look at the properties of that screen shot.

It will tell you what's the actual screen size is in your case the screenshot be maybe around 1680x1020.

I suggest using a lower resolution of B.D.R.X like the code for 1600x900.

That should actually worked for you and even if I re edit the code I bet it be near that same code for it.

On my B.D.R.X what you need to look for is the height resolution that fits for you.

Just use a lower resolution then your current one till you find one that fits to your game screen,but yeah I would use that code for 1600x900 to start with.

Hope this make's sense to you.
Brygard2007 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-22-2011, 01:31 PM  
rogerwroten
The Wary

Forum posts: 0
File comments: 15
Uploads: 0
Re: rogerwroten:

While your in window's mode take a screenshot and then look at the properties of that screen shot.

It will tell you what's the actual screen size is in your case the screenshot be maybe around 1680x1020.

I suggest using a lower resolution of B.D.R.X like the code for 1600x900.

That should actually worked for you and even if I re edit the code I bet it be near that same code for it.

On my B.D.R.X what you need to look for is the height resolution that fits for you.

Just use a lower resolution then your current one till you find one that fits to your game screen,but yeah I would use that code for 1600x900 to start with.

Hope this make's sense to you.


That worked. I actually went with a smaller resolution. Thanks for the help.
rogerwroten is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 07-09-2011, 08:27 PM  
Laerelwen
The Wary
 
Laerelwen's Avatar

Forum posts: 0
File comments: 8
Uploads: 0
Works perfectly!

I just installed it as a standalone and am using with Stephar's ui skin, it works perfectly! I can finally try on outfits and actually see what they look like! Thanks!
Laerelwen is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 07-09-2011, 10:02 PM  
Brygard2007
The Undying
 
Brygard2007's Avatar
Interface Author - Click to view interfaces

Forum posts: 183
File comments: 403
Uploads: 49
Re: Works perfectly!

Quote:
I just installed it as a standalone and am using with Stephar's ui skin, it works perfectly! I can finally try on outfits and actually see what they look like! Thanks!
Glad its working for you.
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 10:54 PM.


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