lotrointerface.com
Search Downloads


Go Back   LoTROInterface > Outdated LotRO Interfaces


Post A Reply
Author Comments Comment Options
Unread 11-03-2010, 07:07 PM  
Arachnella
The Wary

Forum posts: 0
File comments: 7
Uploads: 0
Worked like a charm, thanks!
Arachnella is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-03-2010, 05:27 PM  
daimon
The Undying
 
daimon's Avatar
Interface Author - Click to view interfaces

Forum posts: 466
File comments: 362
Uploads: 12
Arachnella: sure. it's easy enough to remove the large attunement meter. Just open up skindefinition.xml in text editor and find a line that says

<!-- dmnAttunementMeter (large)-->

remove everything until the next comment marker <!-- mainbar attunement --> or use comment marks.

Now you have the stock large attunement panel.
daimon is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-03-2010, 02:55 PM  
Arachnella
The Wary

Forum posts: 0
File comments: 7
Uploads: 0
I like this skin very much, thanks for revisiting it and adapting to the changed game.

However, I don't feel comfortable with the RK attunement meter. Might it be possible for me to edit out the relevant bits in your files and revert it to the bar shape instead of a 3 pronged star?

Could you please give me instructions how to do that if possible?
Arachnella is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-01-2010, 10:53 AM  
daimon
The Undying
 
daimon's Avatar
Interface Author - Click to view interfaces

Forum posts: 466
File comments: 362
Uploads: 12
Moosesjr: I've heard such rumors. The crafting panel will be fixed eventually but I probably just remove it until a fix is done after November patch goes live.
daimon is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 10-31-2010, 12:53 PM  
Moosesjr
The Wary

Forum posts: 1
File comments: 19
Uploads: 0
Newest update on Bullroarer

Everything on the UI works on bullroarer except for the crafting window. The crafting window is not correct and I am not sure if it is a change that is going to be going forward when the update goes live.
Moosesjr is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 10-17-2010, 10:59 AM  
Thayilis
The Undying
 
Thayilis's Avatar
Interface Author - Click to view interfaces

Forum posts: 59
File comments: 88
Uploads: 2
Dumb Dumb moment noted. Thanks lol.
Thayilis is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 10-17-2010, 07:32 AM  
daimon
The Undying
 
daimon's Avatar
Interface Author - Click to view interfaces

Forum posts: 466
File comments: 362
Uploads: 12
Thayilis: I ment you need to add that stuff (as it is not there at all) into the skindefinition.xml and edit it according to what resolution you're using
daimon is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 10-15-2010, 08:44 AM  
Thayilis
The Undying
 
Thayilis's Avatar
Interface Author - Click to view interfaces

Forum posts: 59
File comments: 88
Uploads: 2
I might be having a dumb dumb moment here but I can't find that section of code in the skindefinition file that you linked. lol The only items involving the webstore button and toolbar are these.

<!-- webstore -->
<Mapping ArtAssetID="toolbar_webstore_button_normal" FileName="revisited\misc\null.tga" />
<Mapping ArtAssetID="toolbar_webstore_button_rollover" FileName="revisited\webstore\toolbar_webstore_butt on_rollover.tga" />
<Mapping ArtAssetID="toolbar_webstore_button_pressed" FileName="revisited\webstore\toolbar_webstore_butt on_pressed.tga" />
<Mapping ArtAssetID="characterSlot_Sides" FileName="revisited\webstore\characterSlot_Sides.t ga" />
<Mapping ArtAssetID="characterSlot_Right" FileName="revisited\webstore\characterSlot_Right.t ga" />
<Mapping ArtAssetID="characterSlot_Center" FileName="revisited\webstore\characterSlot_Center. tga" />
<Mapping ArtAssetID="characterSlot_Left" FileName="revisited\webstore\characterSlot_Left.tg a" />
<Mapping ArtAssetID="characterSlot_roll_Left" FileName="revisited\webstore\characterSlot_roll_Le ft.tga" />
<Mapping ArtAssetID="characterSlot_roll_Right" FileName="revisited\webstore\characterSlot_roll_Ri ght.tga" />
<Mapping ArtAssetID="characterSlot_roll_Center" FileName="revisited\webstore\characterSlot_roll_Ce nter.tga" />
<Mapping ArtAssetID="characterSlot_roll_Sides" FileName="revisited\webstore\characterSlot_roll_Si des.tga" />


And

<!-- Letterbox, Mainbar, Toolbar, whatever you call it -->


<Mapping ArtAssetID="letterbox_bottom" FileName="panel\lm_main_panel_letterbox_small.tga" ></Mapping>

<Mapping ArtAssetID="button_autoattack_highlight" FileName="autoattack\lm_button_autoattack_combat.t ga"></Mapping>
<Mapping ArtAssetID="button_autoattack_highlight_mouseover" FileName="autoattack\lm_button_autoattack_combat_m ouseover.tga"></Mapping>
<Mapping ArtAssetID="button_autoattack_highlight_pressed" FileName="autoattack\lm_button_autoattack_combat_p ressed.tga"></Mapping>

<Mapping ArtAssetID="button_autoattack_normal" FileName="autoattack\lm_button_autoattack_normal.t ga"></Mapping>
<Mapping ArtAssetID="button_autoattack_mouseover" FileName="autoattack\lm_button_autoattack_normal_m ouseover.tga"></Mapping>
<Mapping ArtAssetID="button_autoattack_normal_pressed" FileName="autoattack\lm_button_autoattack_normal_p ressed.tga"></Mapping>

Is there a specific line number for that section? Thanks again for the help.

~~Thay
Thayilis is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 10-13-2010, 04:36 AM  
daimon
The Undying
 
daimon's Avatar
Interface Author - Click to view interfaces

Forum posts: 466
File comments: 362
Uploads: 12
Thayilis: The example was how to make the webstore button to disappear completely. In the example you see the default values, below the example I have written what you need to edit and how to make it to go away.
daimon is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 10-12-2010, 07:48 AM  
Thayilis
The Undying
 
Thayilis's Avatar
Interface Author - Click to view interfaces

Forum posts: 59
File comments: 88
Uploads: 2
Hey guys, thanks for the responses, I was away for a few days. So, making the buttons invisible would be great for me because of the placement of my quickslots and chat boxes. So in order to do that I would just follow what Halvitur said? And I'm not sure what you meant Daimon on editing that portion of the skindefinition file.

Thanks again for the help.

~~Thay
Thayilis is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 10-02-2010, 01:12 PM  
daimon
The Undying
 
daimon's Avatar
Interface Author - Click to view interfaces

Forum posts: 466
File comments: 362
Uploads: 12
I'll explain how to remove it later on as I'm bit rush atm. If you can wait you can try messing with it yourself. You need to modify the following line to make it work

Code:
<PanelFile ID="ID_UISkin_Toolbar">
  <Element ID="ToolbarField" X="0" Y="513" Width="1024" Height="200"> 
    <Element ID="Toolbar_WebstoreButton" X="962" Y="122" Width="66" Height="69"> 
      <Element ID="Toolbar_WebstoreButton_ButtonLabel" X="13" Y="31" Width="42" Height="20"> </Element>
      <Element ID="Toolbar_WebstoreButton_ButtonLable_Store" X="10" Y="42" Width="48" Height="20"> </Element>
    </Element>
  </Element>
</PanelFile>

ToolbarField
controls the mainbar so X value you need to calculate (screen width/2 - toolbar width(1024)/2) Y=2000
Toolbar_WebstoreButton Width=1 Height=1
daimon is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 10-02-2010, 01:00 PM  
Halvitur
The Indomitable
Interface Author - Click to view interfaces

Forum posts: 11
File comments: 22
Uploads: 1
As Daimon has explained already, the complete removal would lead to tons of new and quite complex code, that can be a great pain in ***, not only for the coder but especially for the user who will have to fit the code to his resolution. Furthermore this code can be troublesome with the window mode or when using Alt+Tab. The best solution for now would be replacing the buttons with transparent images.
Halvitur is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 10-02-2010, 11:56 AM  
Thayilis
The Undying
 
Thayilis's Avatar
Interface Author - Click to view interfaces

Forum posts: 59
File comments: 88
Uploads: 2
Hey guys! Thanks a lot for the input. But to be honest, I would like to figure out how to remove the toolbar side buttons and the lotro store button completely. lol I never use this buttons on any of my characters so I have been messing with quite a few different items in order to make all of the skins I use some sort of mini toolbar type. If removing them on this skin for example were to be a bit too difficult for my level of knowledge in this area, then making them invisible would be the next best thing.

Thanks again!

~~Thay
Thayilis is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 10-02-2010, 11:10 AM  
Halvitur
The Indomitable
Interface Author - Click to view interfaces

Forum posts: 11
File comments: 22
Uploads: 1
Ah, ok, I see. But Thayilis was talking about making these buttons invisble, right? Which means, that he can still see the buttons (and not only the mouseover-tooltip), right?
Halvitur is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 10-01-2010, 06:35 PM  
daimon
The Undying
 
daimon's Avatar
Interface Author - Click to view interfaces

Forum posts: 466
File comments: 362
Uploads: 12
Halvitur: That's correct but this skin already does that (or at least it should haha haven't had the chance to test it after beta) ^^ We were talking about removing the button completely (now the text still appears, and there isn't viable solution to remove it other than what I explained below).

Last edited by daimon : 10-01-2010 at 06:37 PM.
daimon 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 06:19 PM.


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