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: 13827
Views: 58674
Favorites: 20
Uploaded By:
 
Last Modified: N/A

View Pictures. Download Now! Post A Comment


Post A Reply
Author Comments Comment Options
Unread 05-04-2019, 04:47 PM  
BigDuke66
The Wary

Forum posts: 0
File comments: 1
Uploads: 0
Would like to adjust this mod so that it uses less empty screen. I'm fine with the height but the width hardly allows to use windows for Cosmetics in any of the events and it's troubling in the wardrobe storage. What I need is the whole window using much less width, where do I have to modify that mod?
I'm using 1920x1200.
BigDuke66 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-17-2011, 11:09 AM  
Brygard2007
The Undying
 
Brygard2007's Avatar
Interface Author - Click to view interfaces

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

Quote:
Thanks very much for replying so quickly - that was amazing!

On the downside I tried pasting the SkinDefinitions file for B.D.R.X into my SkinDefinitions for Men of Gondor skin and as soon as I selected it in game it crashed the game straight away to desktop. When I tried to load back in as soon as I selected the character with that skin is crashed again.

I had to go and put back the SkinDefinition for Men of Gondor how it was and then it let me load in again.

Any more help please as to where to paste the B.D.R.X in specifically?

Thanks.
Ok,thanks for the PM.

here's a zip that will help you with Men of Gondor FUll.

I added the code for you and it doesn't crash for me.

The zip contains 3 folders along with pic and the skindefintion file for you use.

I recomend you use the 1366x768 first to avoid any problems.

You install the MOG first then copy the skindefintion file to MOG and press yes to overwrite the old file.
Link:
http://www.megaupload.com/?d=1BYBPPLH
Brygard2007 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-16-2011, 06:04 PM  
Brygard2007
The Undying
 
Brygard2007's Avatar
Interface Author - Click to view interfaces

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

Quote:
Thanks very much for replying so quickly - that was amazing!

On the downside I tried pasting the SkinDefinitions file for B.D.R.X into my SkinDefinitions for Men of Gondor skin and as soon as I selected it in game it crashed the game straight away to desktop. When I tried to load back in as soon as I selected the character with that skin is crashed again.

I had to go and put back the SkinDefinition for Men of Gondor how it was and then it let me load in again.

Any more help please as to where to paste the B.D.R.X in specifically?

Thanks.
Hmmm.
The only thing I can think of if your skin already has the codes for it which is causing conflict with the same codes.

Do a seach on the skindefinition file for:
<PanelFile ID="ID_UISkin_GamePlay_DressingRoom_Activatable">

There should be only one code for it,if you see more then that then its duplicated of the same codes which all them needs to be deleted.

Or don't know if you can paste your skin codes here,maybe send me PM with your complete skindefinition file codes or upload it to a site for me to download it and I can check real quick.

Edit:
Paste me the link of the ui your using so I can check that too.

Last edited by Brygard2007 : 11-16-2011 at 06:10 PM.
Brygard2007 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-16-2011, 02:13 PM  
maradakia
The Unscathed
 
maradakia's Avatar

Forum posts: 16
File comments: 27
Uploads: 0
Thanks very much for replying so quickly - that was amazing!

On the downside I tried pasting the SkinDefinitions file for B.D.R.X into my SkinDefinitions for Men of Gondor skin and as soon as I selected it in game it crashed the game straight away to desktop. When I tried to load back in as soon as I selected the character with that skin is crashed again.

I had to go and put back the SkinDefinition for Men of Gondor how it was and then it let me load in again.

Any more help please as to where to paste the B.D.R.X in specifically?

Thanks.
maradakia is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-15-2011, 09:30 PM  
Brygard2007
The Undying
 
Brygard2007's Avatar
Interface Author - Click to view interfaces

Forum posts: 183
File comments: 403
Uploads: 49
Quote:
Hi. I'm trying to use the 1600 x 900 dressing room together with the Men of Gondor Full UI skin. I saw in the notes you said to copy from the SkinDefinition file using notepad from <!--Brygard's Dressing Room eXpanded for 1600x900 and up--> until </PanelFile> and to paste that into the SkinDefinition file for my Men of Gondor Full UI skin...

My question please is WHERE in the UI SkinDefinition file do I paste it? Right at the top?

Thank you.
Anywhere after the first 2 or 4 lines of the skindefinition file.

Using my skindefinition file example:
<opt>
<SkinName Name="B.G.M Blue-V5.2"></SkinName>
<!--By: Brygard2007-->
<!--Paste any codes below this line-->

The code can be pasted any where after the skin name and Authors name thats the number one rule.

Also at the very bottom of every skindefintion file has a ending code line:
</opt>

Do not paste any codes after that,before that code line is safe to be pasted.

I suggest to make a back up of the skindefinition file incase you made a mistake or something,it's best to be prepare then lament.
Brygard2007 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-15-2011, 02:03 PM  
maradakia
The Unscathed
 
maradakia's Avatar

Forum posts: 16
File comments: 27
Uploads: 0
Hi. I'm trying to use the 1600 x 900 dressing room together with the Men of Gondor Full UI skin. I saw in the notes you said to copy from the SkinDefinition file using notepad from <!--Brygard's Dressing Room eXpanded for 1600x900 and up--> until </PanelFile> and to paste that into the SkinDefinition file for my Men of Gondor Full UI skin...

My question please is WHERE in the UI SkinDefinition file do I paste it? Right at the top?

Thank you.
maradakia 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
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 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 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-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-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-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-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-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
Post A Reply

 
Category Jump:
Search this Category:
 

All times are GMT -5. The time now is 04:04 AM.


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