PDA

View Full Version : Multibar Clean


Greytail
02-07-2011, 06:20 PM
Can someone please update this UI to work again?
http://www.lotrointerface.com/downloads/info265-MultibarCleantoolbar.html

That has to be my fav toolbar/interface of all time. I've tried to fix it myself, but I don't know the code well enough to fix it. Any Takers? Daemon?

daimon
02-08-2011, 06:54 AM
There are 64 different SkinDefinition files in this zip file.

huh quite a job to fix it all even if it's only a few values that should be fixed.
could you give a quick summary what's wrong with the skin.

I'm not promising anything as I got other things going on at the moment so if someone else wants to pick this up I'm sure that is more than appreciated.

Good call making this thread though or otherwise the skin would have been forgotten altogether.

Greytail
02-08-2011, 01:48 PM
From what I can tell, it appears that the store button needs to be taken out and the bar shifted upwards a bit. I will install it again and take a screenshot of what all is wrong with it.

EDIT:

Here is what it looks like now. The LOTRO store button needs to be hidden and some of the buttons need to be moved and/or hidden. I tried to do it myself, but I don't know much about LUA code and it didn't work as intended ;)

http://img829.imageshack.us/img829/2227/screenshot00013n.th.jpg (http://img829.imageshack.us/i/screenshot00013n.jpg/)

Uploaded with ImageShack.us (http://imageshack.us)

P.S. I only need one SkinDef myself. 1920x1080 is what I run in. Everything else is moot to me.

daimon
02-09-2011, 07:17 AM
ok. not Lua but XML :)

here's how you could tweak it. all of the below should be include inside <Element ID="ToolbarField" ...> and it's ending tag </Element>

This will remove the store button
<Element ID="Toolbar_WebstoreButton" X="962" Y="122" Width="1" Height="1"></Element>These will hide the two new menu buttons. If you don't want to hide them but just move them use Height and Width value 25 and tweak X and Y values so you get them where you want them
<Element ID="ToolbarButton_RightSlot_6" X="903" Y="147" Width="1" Height="1"></Element>
<Element ID="ToolbarButton_RightSlot_7" X="931" Y="158" Width="1" Height="1"></Element>Lastly these will remove all that unneeded clutter from the xp bar
<Element ID="ToolbarFieldMain_LevelMeter_Left_Cap" X="1" Y="10" Width="1" Height="1"></Element>
<Element ID="ToolbarFieldMain_LevelMeter_Right_Cap" X="1" Y="10" Width="1" Height="1"></Element>
<Element ID="ToolbarButton_Restxp_TutorialHighlight" X="1" Y="10" Width="1" Height="1"></Element>
<Element ID="ToolbarFieldMain_LevelMeter_Mid_Left_Cap" X="1" Y="10" Width="1" Height="1"></Element>
<Element ID="ToolbarFieldMain_LevelMeter_Mid_Right_Cap" X="1" Y="10" Width="1" Height="1"></Element>
<Element ID="ToolbarFieldMain_LevelMeter_Glass_Overlay" X="1" Y="10" Width="1" Height="1"></Element>
<Element ID="LevelMeter_Overlay" X="1" Y="10" Width="1" Height="1"></Element>So this is the ID="UISkin_Toolbar" part of SkinDefinition-1920-AT-0bars.xml how it should look like (new code in yellow):


<PanelFile ID="ID_UISkin_Toolbar">
<Element ID="ToolbarField" X="0" Y="1000" Width="1920" Height="203" Detach="1">

<Element ID="ToolbarFieldMain" X="546" Y="43" Width="846" Height="160"></Element>

<Element ID="LevelMeter" X="550" Y="180" Width="837" Height="30">
<Element ID="LevelMeterFill" X="1" Y="16" Width="837" Height="5">
<Element ID="LevelMeter_BonusMeter" X="0" Y="0" Width="837" Height="6">
<Element ID="meter_fill" X="0" Y="0" Width="401" Height="6">
<Element ID="meter_fill_image" X="0" Y="0" Width="401" Height="6"> </Element>
</Element>
</Element>
<Element ID="meter_fill" X="0" Y="0" Width="400" Height="6">
<Element ID="meter_fill_image" X="0" Y="0" Width="400" Height="6"> </Element>
</Element>
</Element>
<Element ID="ToolbarButton_LevelUpXP_TutorialHighlight" X="1" Y="16" Width="837" Height="5">
<Element ID="TutorialHighlighter_LeftBorder" X="0" Y="0" Width="3" Height="10"> </Element>
<Element ID="TutorialHighlighter_BottomBorder" X="3" Y="7" Width="840" Height="3"> </Element>
<Element ID="TutorialHighlighter_RightBorder" X="1021" Y="0" Width="3" Height="10"> </Element>
<Element ID="TutorialHighlighter_TopBorder" X="3" Y="0" Width="840" Height="3"> </Element>
</Element>
<Element ID="ToolbarButton_Experience_TutorialHighlight" X="1" Y="16" Width="837" Height="5">
<Element ID="TutorialHighlighter_LeftBorder" X="0" Y="0" Width="3" Height="10"> </Element>
<Element ID="TutorialHighlighter_BottomBorder" X="3" Y="7" Width="840" Height="3"> </Element>
<Element ID="TutorialHighlighter_RightBorder" X="1021" Y="0" Width="3" Height="10"> </Element>
<Element ID="TutorialHighlighter_TopBorder" X="3" Y="0" Width="840" Height="3"> </Element>
</Element>
<Element ID="LevelMeterText" X="0" Y="14" Width="837" Height="10"></Element>
</Element>

<Element ID="AutoAttackIndicatorButton" X="860" Y="168" Width="25" Height="25"></Element>
<Element ID="ViolentModeIndicator" X="860" Y="168" Width="1" Height="1"></Element>
<Element ID="ToolbarButton_AutoAttack_TutorialHighlight" X="860" Y="168" Width="25" Height="25">
<Element ID="TutorialHighlighter_LeftBorder" X="0" Y="0" Width="3" Height="78"> </Element>
<Element ID="TutorialHighlighter_BottomBorder" X="3" Y="75" Width="74" Height="3"> </Element>
<Element ID="TutorialHighlighter_RightBorder" X="77" Y="0" Width="3" Height="78"> </Element>
<Element ID="TutorialHighlighter_TopBorder" X="3" Y="0" Width="74" Height="3"> </Element>
</Element>
<Element ID="GamePlay_FervorPipDisplay" X="893" Y="173" Width="152" Height="14"></Element>
<Element ID="GamePlay_AimPipDisplay" X="893" Y="173" Width="152" Height="14"></Element>
<Element ID="GamePlay_RampagePipDisplay" X="893" Y="173" Width="152" Height="14"></Element>
<Element ID="Gameplay_AtunementUI" X="893" Y="173" Width="152" Height="14">
<Element ID="PipDisplay_Atunement_Pips" X="0" Y="0" Width="152" Height="14"> </Element>
</Element>
<Element ID="LevelMeterText" X="3" Y="10" Width="1020" Height="10"> </Element>


<Element ID="ToolBarButton_MainMenu" X="550" Y="170" Width="25" Height="20"> </Element>
<Element ID="ToolbarButton_Slot_1" X="590" Y="168" Width="25" Height="25">
<Element ID="CustomizableSlotButton_TutorialHighlight" X="0" Y="0" Width="25" Height="25">
<Element ID="TutorialHighlighter_LeftBorder" X="0" Y="0" Width="3" Height="25"> </Element>
<Element ID="TutorialHighlighter_BottomBorder" X="3" Y="22" Width="19" Height="3"> </Element>
<Element ID="TutorialHighlighter_RightBorder" X="22" Y="0" Width="3" Height="25"> </Element>
<Element ID="TutorialHighlighter_TopBorder" X="3" Y="0" Width="19" Height="3"> </Element>
</Element>
</Element>
<Element ID="ToolbarButton_Slot_2" X="635" Y="168" Width="25" Height="25">
<Element ID="CustomizableSlotButton_TutorialHighlight" X="0" Y="0" Width="25" Height="25">
<Element ID="TutorialHighlighter_LeftBorder" X="0" Y="0" Width="3" Height="25"> </Element>
<Element ID="TutorialHighlighter_BottomBorder" X="3" Y="22" Width="19" Height="3"> </Element>
<Element ID="TutorialHighlighter_RightBorder" X="22" Y="0" Width="3" Height="25"> </Element>
<Element ID="TutorialHighlighter_TopBorder" X="3" Y="0" Width="19" Height="3"> </Element>
</Element>
</Element>
<Element ID="ToolbarButton_Slot_3" X="680" Y="168" Width="25" Height="25">
<Element ID="CustomizableSlotButton_TutorialHighlight" X="0" Y="0" Width="25" Height="25">
<Element ID="TutorialHighlighter_LeftBorder" X="0" Y="0" Width="3" Height="25"> </Element>
<Element ID="TutorialHighlighter_BottomBorder" X="3" Y="22" Width="19" Height="3"> </Element>
<Element ID="TutorialHighlighter_RightBorder" X="22" Y="0" Width="3" Height="25"> </Element>
<Element ID="TutorialHighlighter_TopBorder" X="3" Y="0" Width="19" Height="3"> </Element>
</Element>
</Element>
<Element ID="ToolbarButton_Slot_4" X="725" Y="168" Width="25" Height="25">
<Element ID="CustomizableSlotButton_TutorialHighlight" X="0" Y="0" Width="25" Height="25">
<Element ID="TutorialHighlighter_LeftBorder" X="0" Y="0" Width="3" Height="25"> </Element>
<Element ID="TutorialHighlighter_BottomBorder" X="3" Y="22" Width="19" Height="3"> </Element>
<Element ID="TutorialHighlighter_RightBorder" X="22" Y="0" Width="3" Height="25"> </Element>
<Element ID="TutorialHighlighter_TopBorder" X="3" Y="0" Width="19" Height="3"> </Element>
</Element>
</Element>
<Element ID="ToolbarButton_Slot_5" X="770" Y="168" Width="25" Height="25">
<Element ID="CustomizableSlotButton_TutorialHighlight" X="0" Y="0" Width="25" Height="25">
<Element ID="TutorialHighlighter_LeftBorder" X="0" Y="0" Width="3" Height="25"> </Element>
<Element ID="TutorialHighlighter_BottomBorder" X="3" Y="22" Width="19" Height="3"> </Element>
<Element ID="TutorialHighlighter_RightBorder" X="22" Y="0" Width="3" Height="25"> </Element>
<Element ID="TutorialHighlighter_TopBorder" X="3" Y="0" Width="19" Height="3"> </Element>
</Element>
</Element>
<Element ID="ToolbarButton_Slot_6" X="815" Y="168" Width="25" Height="25">
<Element ID="CustomizableSlotButton_TutorialHighlight" X="0" Y="0" Width="25" Height="25">
<Element ID="TutorialHighlighter_LeftBorder" X="0" Y="0" Width="3" Height="25"> </Element>
<Element ID="TutorialHighlighter_BottomBorder" X="3" Y="22" Width="19" Height="3"> </Element>
<Element ID="TutorialHighlighter_RightBorder" X="22" Y="0" Width="3" Height="25"> </Element>
<Element ID="TutorialHighlighter_TopBorder" X="3" Y="0" Width="19" Height="3"> </Element>
</Element>
</Element>
<Element ID="ToolbarButton_Slot_7" X="1095" Y="168" Width="25" Height="25">
<Element ID="CustomizableSlotButton_TutorialHighlight" X="0" Y="0" Width="25" Height="25">
<Element ID="TutorialHighlighter_LeftBorder" X="0" Y="0" Width="3" Height="25"> </Element>
<Element ID="TutorialHighlighter_BottomBorder" X="3" Y="22" Width="19" Height="3"> </Element>
<Element ID="TutorialHighlighter_RightBorder" X="22" Y="0" Width="3" Height="25"> </Element>
<Element ID="TutorialHighlighter_TopBorder" X="3" Y="0" Width="19" Height="3"> </Element>
</Element>
</Element>
<Element ID="ToolbarButton_RightSlot_1" X="1140" Y="168" Width="25" Height="25">
<Element ID="CustomizableSlotButton_TutorialHighlight" X="0" Y="0" Width="25" Height="25">
<Element ID="TutorialHighlighter_LeftBorder" X="0" Y="0" Width="3" Height="25"> </Element>
<Element ID="TutorialHighlighter_BottomBorder" X="3" Y="22" Width="19" Height="3"> </Element>
<Element ID="TutorialHighlighter_RightBorder" X="22" Y="0" Width="3" Height="25"> </Element>
<Element ID="TutorialHighlighter_TopBorder" X="3" Y="0" Width="19" Height="3"> </Element>
</Element>
</Element>
<Element ID="ToolbarButton_RightSlot_2" X="1185" Y="168" Width="25" Height="25">
<Element ID="CustomizableSlotButton_TutorialHighlight" X="0" Y="0" Width="25" Height="25">
<Element ID="TutorialHighlighter_LeftBorder" X="0" Y="0" Width="3" Height="25"> </Element>
<Element ID="TutorialHighlighter_BottomBorder" X="3" Y="22" Width="19" Height="3"> </Element>
<Element ID="TutorialHighlighter_RightBorder" X="22" Y="0" Width="3" Height="25"> </Element>
<Element ID="TutorialHighlighter_TopBorder" X="3" Y="0" Width="19" Height="3"> </Element>
</Element>
</Element>
<Element ID="ToolbarButton_RightSlot_3" X="1230" Y="168" Width="25" Height="25">
<Element ID="CustomizableSlotButton_TutorialHighlight" X="0" Y="0" Width="25" Height="25">
<Element ID="TutorialHighlighter_LeftBorder" X="0" Y="0" Width="3" Height="25"> </Element>
<Element ID="TutorialHighlighter_BottomBorder" X="3" Y="22" Width="19" Height="3"> </Element>
<Element ID="TutorialHighlighter_RightBorder" X="22" Y="0" Width="3" Height="25"> </Element>
<Element ID="TutorialHighlighter_TopBorder" X="3" Y="0" Width="19" Height="3"> </Element>
</Element>
</Element>
<Element ID="ToolbarButton_RightSlot_4" X="1275" Y="168" Width="25" Height="25">
<Element ID="CustomizableSlotButton_TutorialHighlight" X="0" Y="0" Width="25" Height="25">
<Element ID="TutorialHighlighter_LeftBorder" X="0" Y="0" Width="3" Height="25"> </Element>
<Element ID="TutorialHighlighter_BottomBorder" X="3" Y="22" Width="19" Height="3"> </Element>
<Element ID="TutorialHighlighter_RightBorder" X="22" Y="0" Width="3" Height="25"> </Element>
<Element ID="TutorialHighlighter_TopBorder" X="3" Y="0" Width="19" Height="3"> </Element>
</Element>
</Element>
<Element ID="ToolbarButton_RightSlot_5" X="1320" Y="168" Width="25" Height="25">
<Element ID="CustomizableSlotButton_TutorialHighlight" X="0" Y="0" Width="25" Height="25">
<Element ID="TutorialHighlighter_LeftBorder" X="0" Y="0" Width="3" Height="25"> </Element>
<Element ID="TutorialHighlighter_BottomBorder" X="3" Y="22" Width="19" Height="3"> </Element>
<Element ID="TutorialHighlighter_RightBorder" X="22" Y="0" Width="3" Height="25"> </Element>
<Element ID="TutorialHighlighter_TopBorder" X="3" Y="0" Width="19" Height="3"> </Element>
</Element>
</Element>
<Element ID="ToolbarButton_CustomizeSlots" X="1360" Y="170" Width="26" Height="19"> </Element>

<Element ID="Toolbar_Quickslot" X="546" Y="125" Width="420" Height="35">
<Element ID="QuickslotListBox" X="0" Y="0" Width="420" Height="35">
<Element ID="QuickslotButtonTemplate" X="0" Y="0" Width="35" Height="35">
<Element ID="QuickslotOverlay" X="3" Y="3" Width="32" Height="32"> </Element>
<Element ID="SkillQuickslotDisplayTemplate" X="0" Y="0" Width="35" Height="35">
<Element ID="RealQuickslotSkillDisplay" X="0" Y="0" Width="35" Height="35">
<Element ID="QuickslotSkillToggleOverlay" X="3" Y="3" Width="32" Height="32"> </Element>
<Element ID="QuickslotSkillAvailableOverlay" X="3" Y="3" Width="32" Height="32"> </Element>
<Element ID="QuickslotSkillRangeOverlay" X="23" Y="4" Width="12" Height="12"> </Element>
<Element ID="QuickslotNewlyShortcutSkillOverlay" X="3" Y="3" Width="32" Height="32"> </Element>
<Element ID="QuickslotSkillResetTimer" X="3" Y="3" Width="32" Height="32"> </Element>
<Element ID="QuickslotSkillIcon" X="3" Y="3" Width="32" Height="32">
<Element ID="Overlay" X="0" Y="0" Width="32" Height="32"> </Element>
</Element>
<Element ID="QuickslotSkillGhostedOverlay" X="3" Y="3" Width="32" Height="32"> </Element>
<Element ID="QuickslotSkillPlayingOverlay" X="3" Y="3" Width="32" Height="32"> </Element>
<Element ID="QuickslotSkillComboMatchOverlay" X="3" Y="3" Width="32" Height="32"> </Element>
<Element ID="QuickslotSkillOnDeckOverlay" X="3" Y="3" Width="32" Height="32"> </Element>
<Element ID="QuickslotSkillErrorOverlay" X="3" Y="3" Width="32" Height="32"> </Element>
</Element>
</Element>
<Element ID="QuickslotLabelText" X="3" Y="23" Width="32" Height="12"> </Element>
</Element>
</Element>
</Element>

<Element ID="Toolbar_WebstoreButton" X="962" Y="122" Width="1" Height="1"></Element>

<Element ID="ToolbarButton_RightSlot_6" X="903" Y="147" Width="1" Height="1"></Element>
<Element ID="ToolbarButton_RightSlot_7" X="931" Y="158" Width="1" Height="1"></Element>

<Element ID="ToolbarFieldMain_LevelMeter_Left_Cap" X="1" Y="10" Width="1" Height="1"></Element>
<Element ID="ToolbarFieldMain_LevelMeter_Right_Cap" X="1" Y="10" Width="1" Height="1"></Element>
<Element ID="ToolbarButton_Restxp_TutorialHighlight" X="1" Y="10" Width="1" Height="1"></Element>
<Element ID="ToolbarFieldMain_LevelMeter_Mid_Left_Cap" X="1" Y="10" Width="1" Height="1"></Element>
<Element ID="ToolbarFieldMain_LevelMeter_Mid_Right_Cap" X="1" Y="10" Width="1" Height="1"></Element>
<Element ID="ToolbarFieldMain_LevelMeter_Glass_Overlay" X="1" Y="10" Width="1" Height="1"></Element>
<Element ID="LevelMeter_Overlay" X="1" Y="10" Width="1" Height="1"></Element>

</Element>
</PanelFile>

Greytail
02-10-2011, 09:48 AM
I made the changes that you suggested and it fixed nearly everything. The only thing wrong now is the entire layout needs to come upwards on the screen about 10-30 pixels I'm guessing. The layout actually covers the xp bar up about halfway. I looked at the code but I don't know which portion controls the x and y for the entire layout. Everything else looks fine though.

EDIT

After messing around with it some this morning, I've discovered what is wrong with it I think. It seems that the graphics have an area that came out of the actual interface overlying part of it and it looks like a shadow but it can't be taken out without editing the image. I think I'm going to move on until the original author decides to fix it or until someone else takes it upon themselves to fix it. It's really a nice interface but I'd rather play than try to do graphics layout. I'm not an artist as some of you guys are. I love the work that you all have put into your interfaces and I always look forward to trying them out when they are released. On a side note, you said you had some things in the works Daemon, I can't wait to see what you have come up with now. I would like to see you do a non-dwarf interface like your DaemonUI. The only thing that keeps me from using that one is it's a little tall for my taste. I like having a lot of room on the screen to move things around in. Other than that, props are in order.

Take care and keep up the good work,

Grey

SirArion
02-12-2011, 02:42 PM
@daimon- I tried the lines you suggested and everything looked correct except that I still had my old quickbars overlayed on top of the new MultibarClean ones. The MultibarClean ones didn't seem active, only visual. I couldn't drag a skill or item into them either.

I only tested this at 1920 mode with 3 bars

Greytail
02-12-2011, 05:48 PM
Unlock your bars with Ctrl-\ and then move them to cover the graphical placeholders. The grey placeholders are just a background image. Not actual button bars.

SirArion
02-13-2011, 10:53 AM
Ah, thanks Greytail. In addition I had to go into Esc->Options->Quickslots and uncheck the "Dock Bar X" options before I could move it in the Ctrl+\ mode.

motifer
02-13-2011, 02:21 PM
could someone be so kind and could update this ui and can upload it ?

RenegadePuma
05-07-2011, 11:45 PM
Yes I would like that to Motifer!

RenegadePuma
05-23-2011, 12:20 PM
Pretty please! Damon? Someone?

Rook
03-16-2012, 12:58 AM
Id like to thank Daimon for posting this fix. How do I remove the grey lines directly under the buttons? I guess I just need the element name, I can figure out where the 1s go. :)

Delone
05-23-2012, 10:49 PM
Found this post whilst working on updating Multibar Clean for my own use. I've only been working on it at 1920x1080, and it's as part of a compilation of other skinning changes. If any of those wanting a fix at 1920x1080 are interested, its posted in the link below in it's current state and your welcome to give it a try, or can possible just snip the toolbar section from the included SkinDefintion.xml to use with your own setup if your familiar with things.

Still a work in progress, but mostly happy with how it's going.

http://www.lotrointerface.com/forums/showthread.php?p=7953#post7953

Adra
05-26-2012, 02:55 PM
I've already updated this toolbar as a component for the JRR Azure Glass release (the "basic" toolbar profile).
I didn't knew its actual origin, now I'll be able to credit it correctly ! :D

http://img81.xooimage.com/files/9/0/7/screenshot00041-3413908.jpg

Despite this outdated screenshot shows, the 6th bag slot has been implemented.
Feel free to use this code/elements or parts of it to release an update of Multibar Clean.

Downloadable at http://www.lotrointerface.com/downloads/fileinfo.php?id=651

motifer
01-08-2013, 12:11 PM
can anyone fix it for raiders of rohan ?
this would be very nice. its my favorite ui and i am not able to fix it at my own.

Adra
01-15-2013, 04:57 AM
I'm working on a single bar edition, just be a bit more patient ;)

Adra
01-15-2013, 09:06 AM
Well, it's posted here : http://www.lotrointerface.com/downloads/fileinfo.php?id=813

I hope you'll enjoy it :)