lotrointerface.com
Search Downloads


Go Back   LoTROInterface > Outdated LotRO Interfaces


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

Forum posts: 0
File comments: 26
Uploads: 8
Excellent! Well done that man!

I will update the files with the gambit installed, forgot about them cuz i never played my warden in a while! Will also include a seperate Download for folks that really must have the main bar in the centre!
silurian is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-07-2009, 07:09 PM  
jadel
The Wary

Forum posts: 0
File comments: 4
Uploads: 0
Hi, really nice work thanks.

Could you tell me which value will enable main bar centre screen for 1920x1200 res?

Thanks heaps.
jadel is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-08-2009, 02:10 PM  
silurian
The Wary
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 26
Uploads: 8
Hi!

This is the line that needs ajusting, the first X any Y value is what you need. I would do it for ya mate but i cant go that high a resolution.


<Element ID="ToolbarField" X="287" Y="2000" Width="743" Height="200" OriginalX="267" OriginalY="965">

Last edited by silurian : 12-08-2009 at 02:11 PM.
silurian is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-08-2009, 05:26 PM  
scraga
The Wary
 
scraga's Avatar

Forum posts: 2
File comments: 4
Uploads: 0
For 1920x1200 it should be:

<Element ID="ToolbarField" X="428" Y="2000" Width="743" Height="200" OriginalX="267" OriginalY="965">

If you want it raised as well (e.g. over the chat box), I find this works:

<Element ID="ToolbarField" X="428" Y="840" Width="743" Height="200" OriginalX="267" OriginalY="965">

scraga is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-08-2009, 06:05 PM  
jadel
The Wary

Forum posts: 0
File comments: 4
Uploads: 0
Thanks

Thanks guys .. worked like a charm .. very nice setup now
jadel is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-09-2009, 07:41 AM  
Dulain
The Wary

Forum posts: 0
File comments: 7
Uploads: 0
I am trying to install this on my 1900*1200 Resolution and I have ran into a problem.

When I go into full screen from windowed mode or visa versa it is not staying in place. Could somebody help me figure out how to get the bar into the right place for both windowed and full screen? I just cannot figure it out. I love the interface but this is bugging me.

Many thanks in advance.

I tried putting it a slight ways up and say if I go from Full -> Windowed and back again to Full it moves all the time. If I set it absolute to the right it also slightly moves when changing modes. It is really confusing.

Last edited by Dulain : 12-09-2009 at 09:10 AM.
Dulain is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-09-2009, 12:12 PM  
Cytox
The Wary

Forum posts: 0
File comments: 2
Uploads: 0
Code:
I have all the values somewhere for placing the main bar in the centre, i will get it uploaded asap, in the meantime however these are the 3 lines you will need to ajust...

<Element ID="ToolbarFieldMain" X="0" Y="115" Width="743" Height="90">
      </Element>

<Element ID="AutoAttackIndicatorButton" X="265" Y="152" Width="45" Height="45">
      </Element>

<Element ID="ToolBarButton_MainMenu" X="220" Y="152" Width="45" Height="45">
      </Element>

You will just need to change the x value for all 3!

And if your a hunter or champ you will need to alter the x value of this line also

<Element ID="GamePlay_FervorPipDisplay" X="273.5" Y="75" Width="29" Height="109">
      </Element>

I've moved the mainbar to the right and i had no results by changing the x value of <Element ID="GamePlay_FervorPipDisplay" X="273.5" Y="75" Width="29" Height="109"> .
I want to change the position of the focus bar for hunter. Is this the right line to do that?
Cytox is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-09-2009, 02:27 PM  
silurian
The Wary
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 26
Uploads: 8
Cytox ; Sorry my bad the line you need to change is,

<Element ID="GamePlay_AimPipDisplay" X="273.5" Y="75" Width="29" Height="109">

I play a captain as my main, so i have no special bits of ui and i been back playing a week! Silly classes with different ui's

Dulain Might i suggest you use ALT-TAB instead of going to winowed mode if your changing that often?

Seriously tho im not sure, will certainly have a look into it for you, again windowed mode is not a feature that intrests me, full screen all the way!
silurian is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-09-2009, 02:43 PM  
Dulain
The Wary

Forum posts: 0
File comments: 7
Uploads: 0
I operate a multi screen scenario, and if I am in windowed mode it is ok, but when in full screen it just seems to raise itself a bit. It is not bad at the moment, however I would like it to not be like it is.

Last edited by Dulain : 12-09-2009 at 02:44 PM.
Dulain is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-11-2009, 05:23 PM  
silurian
The Wary
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 26
Uploads: 8
Dulain ; Sorry mate i have tried and tried just cant get it to do what you want. As soon as a custom UI puts code in there for changing the default position of the main bar it screws everything up. Thats about the best way i can explain it, but im confident the sooner or later it will be possible to fix this. Just not yet.
silurian is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-14-2009, 12:51 PM  
regstar
The Wary

Forum posts: 0
File comments: 7
Uploads: 0
Very nice ui!

I want to change the x and y for the res 1280x1024.

Code:
<Element ID="ToolbarField" X="287" Y="2000" Width="743" Height="200" OriginalX="267" OriginalY="965">
What do the original X and original Y? And can i use % for dynamic res?
regstar is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-14-2009, 02:47 PM  
silurian
The Wary
Interface Author - Click to view interfaces

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

Thanks for the compliment, glad you like it.

Your on the right section of code, just need the first x and y, the original x & y have been there since day 1 and i cant honestly say what they are for! delete em i dont think much will happen. Is the mainbar just not going central? could have sworn it was tested on that resolution and it worked fine.
silurian is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-14-2009, 06:16 PM  
regstar
The Wary

Forum posts: 0
File comments: 7
Uploads: 0
For the res 1280x1024:

Code:
Element ID="ToolbarField" X="128" Y="889" Width="743" Height="200" OriginalX="128" OriginalY="889">
This is at the middle of the screen, but the total x and y coords are not so good, because if you want change between fullscreen and window-screen size the panel move up.
regstar is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-14-2009, 06:20 PM  
silurian
The Wary
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 26
Uploads: 8
Yes the moving of the main bar when switching to and from windows mode is a know problem, I have tried everything I can think of to fix it but I just dont think the game like the mainbar having so many alterations made to it!
silurian is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-14-2009, 06:38 PM  
regstar
The Wary

Forum posts: 0
File comments: 7
Uploads: 0
I have search a fix for this problem, but there is no many information. Maybe there is a answer at the american community forum at lotro, but i dont have a us account. (iam a eu player ^.^)

Thank u for your help =)

Edit
For user they change the res between window and fullscreen:
Invert the order from your toolbar for example put the actionbar with toolbar at the top, and the other iconslots down there.

Screen: http://ultimate-realm.bplaced.net/order.jpg

If u change into the windowsmode the icons would be jump in the top, but if u change it back the icons would be normal! This resolution is only for user they change into windows only to look there, and change back to play into the fullscreen!

(I hope my english isnt so bad. If u dont understand it, please write back!)

Last edited by regstar : 12-14-2009 at 08:32 PM.
regstar 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:36 AM.


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