lotrointerface.com
Search Downloads


Go Back   LoTROInterface > LotRO > General Discussion & Support > Interface Help (L)

Reply
Thread Tools Display Modes
  #41  
Unread 10-17-2012, 11:28 PM
Adra's Avatar
Adra Adra is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Jun 2011
Location: France
Posts: 171
TYVM Eili for taking the time to post us this accurate description of the new elements !
__________________
JRR skins collection download page
JRR Azure Glass download page
Extended and enhanced panels
Adra/Adragor/Osred from Sirannon.
Derelos/Prurit/Karnaj from Evernight.
Reply With Quote
  #42  
Unread 10-18-2012, 04:48 PM
vd_phallus vd_phallus is offline
The Wary
 
Join Date: Oct 2012
Posts: 3
Not sure if this is the right place to post, so apologies in advance.

I really like the compact bars ui and would like to extend it to the mounted combat ui, but am currently at a loss as how to do it.

Code:
<Element ID="ToolbarButton_Slot_1" X="0" Y="200" Width="1" Height="1" />
			<Element ID="ToolbarButton_Slot_2" X="0" Y="200" Width="1" Height="1" />
			<Element ID="ToolbarButton_Slot_3" X="0" Y="200" Width="1" Height="1" />
			<Element ID="ToolbarButton_Slot_4" X="0" Y="200" Width="1" Height="1" />
			<Element ID="ToolbarButton_Slot_5" X="0" Y="200" Width="1" Height="1" />
			<Element ID="ToolbarButton_Slot_6" X="0" Y="200" Width="1" Height="1" />
			<Element ID="ToolbarButton_Slot_7" X="0" Y="200" Width="1" Height="1" />
			<Element ID="ToolbarButton_RightSlot_1" X="0" Y="200" Width="1" Height="1" />
			<Element ID="ToolbarButton_RightSlot_2" X="0" Y="200" Width="1" Height="1" />
			<Element ID="ToolbarButton_RightSlot_3" X="0" Y="200" Width="1" Height="1" />
			<Element ID="ToolbarButton_RightSlot_4" X="0" Y="200" Width="1" Height="1" />
			<Element ID="ToolbarButton_RightSlot_5" X="0" Y="200" Width="1" Height="1" />
			<Element ID="ToolbarButton_RightSlot_6" X="0" Y="200" Width="1" Height="1" />
			<Element ID="ToolbarButton_RightSlot_7" X="0" Y="200" Width="1" Height="1" />				
			<Element ID="ToolbarButton_RightSlot_8" X="0" Y="200" Width="1" Height="1" />
The above code currently hides the clutter from the left and right areas which I don't use or need and this code:

Code:
<Element ID="ToolbarButton_Experience_TutorialHighlight" X="0" Y="3" Width="560" Height="17"> 
					<Element ID="TutorialHighlighter_LeftBorder" X="0" Y="0" Width="3" Height="17" />
					<Element ID="TutorialHighlighter_BottomBorder" X="3" Y="14" Width="560" Height="3" />
					<Element ID="TutorialHighlighter_RightBorder" X="560" Y="0" Width="3" Height="17" />
					<Element ID="TutorialHighlighter_TopBorder" X="3" Y="0" Width="560" Height="3" />
					<Element ID="TutorialArrowPointer" X="280" Y="0" Width="1" Height="1" />
				</Element>
shrinks the experience bar to fit. How can I make the mc behave like the others?
Reply With Quote
  #43  
Unread 10-18-2012, 07:33 PM
Adra's Avatar
Adra Adra is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Jun 2011
Location: France
Posts: 171
@ vd_phallus

wow, so many complications to look for a problem which not exists

just indicate the same design for the standard toolbar and for the mounted combat toolbar


Example :
Code:
<Mapping ArtAssetID="LetterBox_Bottom"		FileName="toolbar\LetterBox_Bottom.tga" />
<Mapping ArtAssetID="LetterBox_Bottom_mc"	FileName="toolbar\LetterBox_Bottom.tga" />



Nevertheless you will also have to add the skill bank switching elements into your toolbar code, if not done yet :


<Element ID="Toolbar_Quickslot_Page" X=" something " Y=" something " Width="26" Height="60"></Element>
__________________
JRR skins collection download page
JRR Azure Glass download page
Extended and enhanced panels
Adra/Adragor/Osred from Sirannon.
Derelos/Prurit/Karnaj from Evernight.

Last edited by Adra : 10-18-2012 at 07:41 PM.
Reply With Quote
  #44  
Unread 10-19-2012, 01:42 PM
vd_phallus vd_phallus is offline
The Wary
 
Join Date: Oct 2012
Posts: 3
@Adra

Hey man, thanks for the reply. I am trying to update Compact Bar (http://www.lotrointerface.com/downlo...ompactbar.html) to work with the new RoR interface, which is why the whole mess of code was pasted earlier.

I also posted in that thread to see if there was any chance of an update for RoR.

Essentially, what I'm looking for is the standard view (http://www.lotrointerface.com/downloads/full1932.jpg) but allowable for Rohan. As I've never really delved into UI editing before on LOTRO, I was hoping someone with much more experience than me to see if they could walk me through updating Compact Bar for RoR.

Here is the current skindefinition.xml:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<opt>

<SkinName Name="Compact Bar Standard"></SkinName>

	<!-- Compact Bar by Rarehero
	==================================================================================================================================================== -->

	<PanelFile ID="ID_UISkin_Toolbar">

		<!-- Adjust the position of the toolbar for your screen resolution
		====================================================================================================================================================
			 The given values are suitable for a screen resolution of 1680 x 1050. You will have to perform a few simple calulations and change the 
			 X- and the Y-Values if you are playing with a different screen resolution. Use the following calculations to determine the correct values:

				For the X-value: Horizontal screen resolution / 2 - Width of the Toolbar (1024) / 2
				For the Y-value: Vertical screen resolution - Height of the Toolbar (200)
			
			Let's try it with a screen resolution 1900 x 1200 pixels:
				
				For the X-Value: 1900 / 2 - 1024 / 2 = 950 - 512 = 438
				For the Y-Value: 1200 - 200 = 1000
			
			Make the same calculations for your screen resolution (if you're not using a screen resolution of 1680 x 1050 pixels) and add your
			X- and Y-value in the follwoing line. -->
		
		<Element ID="ToolbarField" X="448" Y="1000" Width="1024" Height="200"> 
			
		<!-- You will have to relog to make the changes work!
		===================================================================================================================================================== -->

			<!-- Start Menu Button -->
			<Element ID="ToolBarButton_MainMenu" X="234" Y="170" Width="26" Height="19" />

			<!-- Let's make most of the buttons disappear -->
			<Element ID="ToolbarButton_Slot_1" X="0" Y="200" Width="1" Height="1" />
			<Element ID="ToolbarButton_Slot_2" X="0" Y="200" Width="1" Height="1" />
			<Element ID="ToolbarButton_Slot_3" X="0" Y="200" Width="1" Height="1" />
			<Element ID="ToolbarButton_Slot_4" X="0" Y="200" Width="1" Height="1" />
			<Element ID="ToolbarButton_Slot_5" X="0" Y="200" Width="1" Height="1" />
			<Element ID="ToolbarButton_Slot_6" X="0" Y="200" Width="1" Height="1" />
			<Element ID="ToolbarButton_Slot_7" X="0" Y="200" Width="1" Height="1" />
			<Element ID="ToolbarButton_RightSlot_1" X="0" Y="200" Width="1" Height="1" />
			<Element ID="ToolbarButton_RightSlot_2" X="0" Y="200" Width="1" Height="1" />
			<Element ID="ToolbarButton_RightSlot_3" X="0" Y="200" Width="1" Height="1" />
			<Element ID="ToolbarButton_RightSlot_4" X="0" Y="200" Width="1" Height="1" />
			<Element ID="ToolbarButton_RightSlot_5" X="0" Y="200" Width="1" Height="1" />
			<Element ID="ToolbarButton_RightSlot_6" X="0" Y="200" Width="1" Height="1" />
			<Element ID="ToolbarButton_RightSlot_7" X="0" Y="200" Width="1" Height="1" />				
			<Element ID="ToolbarButton_RightSlot_8" X="0" Y="200" Width="1" Height="1" />				
			<Element ID="Toolbar_WebstoreButton" X="0" Y="200" Width="1" Height="1" />
			<Element ID="ToolbarButton_CustomizeSlots" X="0" Y="0" Width="1" Height="1" />
					
			<!-- Levelmeter Caps -->
			<Element ID="ToolbarFieldMain_LevelMeter_Left_Cap" X="0" Y="223" Width="17" Height="13" />
			<Element ID="ToolbarFieldMain_LevelMeter_Right_Cap" X="0" Y="784" Width="17" Height="13" />
			
			<!-- Levelmeter -->
			<Element ID="LevelMeter" X="232" Y="181" Width="560" Height="19"> 
				<Element ID="LevelMeterFill" X="0" Y="7" Width="560" Height="11"> 
					<Element ID="LevelMeter_BonusMeter" X="0" Y="0" Width="560" Height="11" />
					<Element ID="meter_fill" X="0" Y="0" Width="560" Height="11"> 
						<Element ID="meter_fill_image" X="0" Y="0" Width="560" Height="11" />
					</Element>
				</Element>
				<Element ID="LevelMeterText" X="0" Y="5" Width="560" Height="15"> </Element>
				<Element ID="ToolbarFieldMain_LevelMeter_Glass_Overlay" X="0" Y="6" Width="560" Height="15" />
				
				<Element ID="ToolbarButton_Experience_TutorialHighlight" X="0" Y="3" Width="560" Height="17"> 
					<Element ID="TutorialHighlighter_LeftBorder" X="0" Y="0" Width="3" Height="17" />
					<Element ID="TutorialHighlighter_BottomBorder" X="3" Y="14" Width="560" Height="3" />
					<Element ID="TutorialHighlighter_RightBorder" X="560" Y="0" Width="3" Height="17" />
					<Element ID="TutorialHighlighter_TopBorder" X="3" Y="0" Width="560" Height="3" />
					<Element ID="TutorialArrowPointer" X="280" Y="0" Width="1" Height="1" />
				</Element>
				<Element ID="ToolbarButton_LevelUpXP_TutorialHighlight" X="0" Y="3" Width="560" Height="17"> 
					<Element ID="TutorialHighlighter_LeftBorder" X="0" Y="0" Width="3" Height="17" />
					<Element ID="TutorialHighlighter_BottomBorder" X="3" Y="14" Width="560" Height="3" />
					<Element ID="TutorialHighlighter_RightBorder" X="560" Y="0" Width="3" Height="17" />
					<Element ID="TutorialHighlighter_TopBorder" X="3" Y="0" Width="560" Height="3" />
				</Element>				
				<Element ID="ToolbarButton_RestXP_TutorialHighlight" X="0" Y="3" Width="560" Height="17"> 
					<Element ID="TutorialHighlighter_LeftBorder" X="0" Y="0" Width="3" Height="17" />
					<Element ID="TutorialHighlighter_BottomBorder" X="3" Y="14" Width="560" Height="3" />
					<Element ID="TutorialHighlighter_RightBorder" X="560" Y="0" Width="3" Height="17" />
					<Element ID="TutorialHighlighter_TopBorder" X="3" Y="0" Width="560" Height="3" />
					<Element ID="TutorialArrowPointer" X="280" Y="0" Width="1" Height="1" />
				</Element>
			</Element>
		</Element>	
	</PanelFile>
	
	<Mapping ArtAssetID="letterbox_bottom" FileName="compactbar/compactbar.tga"></Mapping>
	<Mapping ArtAssetID="start_menu_normal" FileName="compactbar/compactbar_menu_normal.tga"></Mapping>
	<Mapping ArtAssetID="start_menu_pressed" FileName="compactbar/compactbar_menu_pressed.tga"></Mapping>
	<Mapping ArtAssetID="start_menu_rollover" FileName="compactbar/compactbar_menu_rollover.tga"></Mapping>
	<Mapping ArtAssetID="letterbox_bottom_glass_overlay" FileName="compactbar/compactbar_glass_overlay.tga"></Mapping>
</opt>
Hope that made sense

Last edited by vd_phallus : 10-19-2012 at 01:45 PM. Reason: pasting xml
Reply With Quote
  #45  
Unread 10-22-2012, 01:33 PM
Adra's Avatar
Adra Adra is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Jun 2011
Location: France
Posts: 171
@ vd_phallus

On your request, and since it was not long to make it, I published a RoR updated edition of Compactbar.

http://www.lotrointerface.com/downlo...BarforRoR.html
__________________
JRR skins collection download page
JRR Azure Glass download page
Extended and enhanced panels
Adra/Adragor/Osred from Sirannon.
Derelos/Prurit/Karnaj from Evernight.

Last edited by Adra : 10-23-2012 at 01:04 AM.
Reply With Quote
  #46  
Unread 10-22-2012, 02:01 PM
magill's Avatar
magill magill is offline
The Undying
 
Join Date: Sep 2010
Location: Philadelphia PA
Posts: 85
Narrel has posted skinning update

Narrel has just posted the skinning update:

http://www.lotrointerface.com/downlo...ackUpdate.html

See also the LOTRO Forums:

http://forums.lotro.com/showthread.p...inning-updates
__________________
Bill Magill Mac Player
(OTG)
Val - Man Minstrel (107)
Valalin - Dwarf Minsrel (69)
Valamar - Dwarf Hunter (118)
Valanne - Beorning (105)
Valhad - Elf LM (65)
Valkeeper - Elf RK (85)
Valdicta - Dwarf RK (105)
Valwood - Dwarf RK (80)

Valhunt - Dwarf Hunter (68)
Ninth - Man Warden (65)

"Laid back, not so serious, no drama.
All about the fun!"

Reply With Quote
  #47  
Unread 10-23-2012, 11:50 AM
Eili's Avatar
Eili Eili is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Apr 2007
Location: Montreal
Posts: 159
Smile

Quote:
Originally Posted by magill
Narrel has just posted the skinning update:

http://www.lotrointerface.com/downlo...ackUpdate.html

See also the LOTRO Forums:

http://forums.lotro.com/showthread.p...inning-updates

grrrrr you got me worried for a minute as i was working on my UI .... thought Narrel had made a new update since the 15 ......

/*shakefist*

go back grumbling to photoshop
Reply With Quote
  #48  
Unread 10-23-2012, 11:52 AM
Eili's Avatar
Eili Eili is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Apr 2007
Location: Montreal
Posts: 159
Hud Mount .... found the missing part

Concerning the HUD Mount with vital, the fury bar that was not reflecting any of our changes is the following :


Code:
  <Mapping ArtAssetID="momentum_empty" FileName="momentum_empty.tga"></Mapping>
<Mapping ArtAssetID="MountHUD_BaseBarMeter" FileName="fervor\MountHUD_BaseBarMeter.tga"></Mapping>
Reply With Quote
  #49  
Unread 10-24-2012, 12:25 AM
Eili's Avatar
Eili Eili is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Apr 2007
Location: Montreal
Posts: 159
ROR removed elements from Narrel

I was curious to see which elements where removed and which impact they would have on my UI.

So it appears that some of the elements removed, if applied, bring some panels of the UI to their original form. As it is not what i want, i will not removed them.

I have a list of those which i was concerned.

Code:
	<!-- BlueBox _:_ highlighted window areas -->
	<Mapping ArtAssetID="bluebox_b" FileName="bluebox\Isil_b.tga" />
	<Mapping ArtAssetID="bluebox_bl" FileName="bluebox\Isil_bl.tga" />
	<Mapping ArtAssetID="bluebox_br" FileName="bluebox\Isil_br.tga" />
	<Mapping ArtAssetID="bluebox_c" FileName="bluebox\Isil_c.tga" />
	<Mapping ArtAssetID="bluebox_l" FileName="bluebox\Isil_l.tga" />
	<Mapping ArtAssetID="bluebox_r" FileName="bluebox\Isil_r.tga" />
	<Mapping ArtAssetID="bluebox_t" FileName="bluebox\Isil_t.tga" />
	<Mapping ArtAssetID="bluebox_tl" FileName="bluebox\Isil_tl.tga" />
	<Mapping ArtAssetID="bluebox_tr" FileName="bluebox\Isil_tr.tga" />

	<Mapping ArtAssetID="box_01_titlebar" FileName="panel_misc\Isil_01_titlebar.tga"></Mapping>
	<Mapping ArtAssetID="box_silver_upper" FileName="box_silver\Isil_upper.tga" />	

	<Mapping ArtAssetID="corner_bl" FileName="invisible.tga"></Mapping>
	<Mapping ArtAssetID="corner_br" FileName="invisible.tga"></Mapping>
  	<Mapping ArtAssetID="grey_translucent" FileName="invisible.tga"></Mapping>
     	<Mapping ArtAssetID="level_background" FileName="invisible.tga"></Mapping>  	
     	<Mapping ArtAssetID="novitals_icon" FileName="invisible.tga"></Mapping>
	<Mapping ArtAssetID="panel_border" FileName="box_silver\panel_border.tga"></Mapping>
	<Mapping ArtAssetID="pedigree_bg" FileName="journal\pedigree_bg.tga"></Mapping>
      	<Mapping ArtAssetID="plugin_panel_top" FileName="panel_misc\Isil_plugin_panel_top.tga"></Mapping>
     	<Mapping ArtAssetID="raid_leader" FileName="Frames\group_leader.tga"></Mapping>
	<Mapping ArtAssetID="soldier_timerBG" FileName="invisible.tga"></Mapping>
	<Mapping ArtAssetID="swarm_vitals" FileName="Frames\opponent_vitals_swarm.tga"></Mapping>
	<Mapping ArtAssetID="soldier_buynow" FileName="invisible.tga"></Mapping>
	<Mapping ArtAssetID="titlebar_X_2" FileName="titlebar\Isil_X_2.tga" />

	<Mapping ArtAssetID="Auction_Base_BG" FileName="invisible.tga"></Mapping>
	<Mapping ArtAssetID="Barter_title_bar" FileName="invisible.tga"></Mapping>
	<Mapping ArtAssetID="BaseBox_BlueBG" FileName="invisible.tga"></Mapping>
  	<Mapping ArtAssetID="ButtonBar" FileName="panel_misc\ButtonBar.tga"></Mapping>
  	<Mapping ArtAssetID="ConfigBoxBG" FileName="panel_misc\Isil_ConfigBoxBG.tga"></Mapping>
  	<Mapping ArtAssetID="Divider" FileName="panel_misc\Isil_Divider.tga"></Mapping>
  	 <Mapping ArtAssetID="RoleBoxBG" FileName="panel_misc\Isil_RoleBoxBG.tga"></Mapping>  
	<Mapping ArtAssetID="basepanel_topmid" FileName="basepanel\Isil_topmid.tga" />
   	<Mapping ArtAssetID="blue_50" FileName="blue\blue_50.tga"></Mapping>
At least i think that some of the removed have probably a *replacing* asset but i dont know which one
Reply With Quote
  #50  
Unread 10-24-2012, 09:19 AM
artificeren artificeren is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Sep 2010
Posts: 29
Quote:
Originally Posted by Eili
Concerning the HUD Mount with vital, the fury bar that was not reflecting any of our changes is the following :


Code:
  <Mapping ArtAssetID="momentum_empty" FileName="momentum_empty.tga"></Mapping>
<Mapping ArtAssetID="MountHUD_BaseBarMeter" FileName="fervor\MountHUD_BaseBarMeter.tga"></Mapping>
good find!
Reply With Quote
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Removing certain UI elements Crazydwarf Interface Requests (L) 6 01-08-2012 11:08 PM
How to hide UI elements. Sgt_Awall Interface Help (D) 0 07-06-2011 06:56 PM
Breakdown of UI elements ZioGiovanni Interface Help (L) 3 09-03-2009 05:57 PM
Minimal UI Elements Fringe Interface Requests (L) 2 12-27-2008 10:01 AM
Accesing UI elements Tomaj General Authoring Discussion (L) 2 03-14-2008 09:45 PM


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


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