lotrointerface.com
Search Downloads


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

Reply
Thread Tools Display Modes
  #1  
Unread 06-17-2023, 01:17 PM
Eeshen Eeshen is offline
The Wary
 
Join Date: May 2022
Posts: 4
Plugin to increase Selection's Target (Target's Target) vital ?

I cannot find a plugin that increases the size/look of the Selection's Target. Does anyone know one?
Reply With Quote
  #2  
Unread 06-17-2023, 01:57 PM
JohnMHammer's Avatar
JohnMHammer JohnMHammer is offline
The Indomitable
Interface Author - Click to view interfaces
 
Join Date: Dec 2020
Posts: 14
I reported that as a bug fairly recently:
https://forums.lotro.com/index.php?t...-resized.1258/

If there's a way to resize it, I don't know how to do it. And I've tried.
Reply With Quote
  #3  
Unread 06-17-2023, 02:41 PM
Eeshen Eeshen is offline
The Wary
 
Join Date: May 2022
Posts: 4
I'm just surprised there hasnt been a plug-in to change it.
I use it to see who the boss is focusing while tanking.
Reply With Quote
  #4  
Unread 06-17-2023, 06:16 PM
JohnMHammer's Avatar
JohnMHammer JohnMHammer is offline
The Indomitable
Interface Author - Click to view interfaces
 
Join Date: Dec 2020
Posts: 14
Since it can’t be resized using LUA it is not at all surprising that there isn’t a mod that can resize it. Impossible is impossible, and it’s going to remain impossible until that frame is changed by SSG so that it will behave the same as other unit frames.
Reply With Quote
  #5  
Unread 06-19-2023, 01:48 AM
Adra's Avatar
Adra Adra is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Jun 2011
Location: France
Posts: 171
Hi, I resized it in skins since october 2022



Code:
<!-- Target's target enlarged vital bar, by Adra  -->
<PanelFile ID="ID_UISkin_GamePlay_SelectionTarget">
		<Element ID="GamePlay_SelectionTarget" X="200" Y="450" Width="205" Height="75">
				<Element ID="HiddenDragBox_DragBox" X="0" Y="20" Width="214" Height="271">
						<Element ID="Box_01_Empty_InnerShadow" X="1" Y="1" Width="205" Height="55">
								<Element ID="InnerShadow_TopRight" X="196" Y="0" Width="9" Height="9"> </Element>
								<Element ID="InnerShadow_TopMid" X="9" Y="0" Width="187" Height="9"> </Element>
								<Element ID="InnerShadow_TopLeft" X="0" Y="0" Width="9" Height="9"> </Element>
								<Element ID="InnerShadow_MidLeft" X="0" Y="9" Width="9" Height="37"> </Element>
								<Element ID="InnerShadow_BottomLeft" X="0" Y="46" Width="9" Height="9"> </Element>
								<Element ID="InnerShadow_BottomMid" X="9" Y="46" Width="187" Height="9"> </Element>
								<Element ID="InnerShadow_BottomRight" X="196" Y="46" Width="9" Height="9"> </Element>
								<Element ID="InnerShadow_MidRight" X="196" Y="9" Width="9" Height="37"> </Element>
						</Element>
						<Element ID="Box_01_Empty_LeftBorder" X="0" Y="0" Width="1" Height="65"> </Element>
						<Element ID="Box_01_Empty_BottomBorder" X="1" Y="64" Width="204" Height="1"> </Element>
						<Element ID="Box_01_Empty_RightBorder" X="204" Y="0" Width="1" Height="64"> </Element>
						<Element ID="Box_01_Empty_TopBorder" X="1" Y="0" Width="204" Height="1"> </Element>
				</Element>
				<Element ID="HiddenDragBox_DragBar" X="0" Y="0" Width="214" Height="20"> </Element>
				<Element ID="HiddenDragBox_TitleText" X="0" Y="0" Width="214" Height="20"> </Element>
				<Element ID="GamePlay_SelectionTargetDisplay" X="0" Y="20" Width="205" Height="58">
						<Element ID="SelectionTargetNameText" X="39" Y="0" Width="160" Height="20"> </Element>
						<Element ID="TargetNonVitalField" X="1" Y="6" Width="140" Height="48">
								<Element ID="TargetNonVitals_textField" X="44" Y="12" Width="92" Height="21"> </Element>
								<Element ID="TargetNonVitalField_BG" X="0" Y="0" Width="139" Height="48">
										<Element ID="novitals_expanding_icon" X="0" Y="0" Width="47" Height="46"> </Element>
										<Element ID="novitals_expanding_bar" X="34" Y="8" Width="107" Height="31">
												<Element ID="novitals_expanding_left" X="0" Y="0" Width="22" Height="31"> </Element>
												<Element ID="novitals_expanding_mid" X="22" Y="0" Width="63" Height="31"> </Element>
												<Element ID="novitals_expanding_right" X="85" Y="0" Width="21" Height="31"> </Element>
										</Element>
								</Element>
						</Element>
						<Element ID="SelectionTargetVitalField" X="43" Y="22" Width="155" Height="45">			
								<Element ID="VitalHealthField" X="0" Y="0" Width="160" Height="9">	
										<Element ID="VitalHealthBackground" X="0" Y="0" Width="160" Height="9"> </Element>
										<Element ID="VitalHealthParentField" X="0" Y="0" Width="160" Height="9">
												<Element ID="VitalCurrentHealthField" X="0" Y="0" Width="160" Height="9">
														<Element ID="VitalCurrentHealthMeter" X="0" Y="0" Width="160" Height="9"> </Element>
														<Element ID="VitalTemporaryHealthMeter" X="0" Y="0" Width="160" Height="9"> </Element>
												</Element>
												<Element ID="VitalCurrentDreadField" X="0" Y="0" Width="160" Height="9">
														<Element ID="VitalCurrentDreadMeter" X="0" Y="0" Width="160" Height="9"> </Element>
												</Element>
												<Element ID="VitalCurrentHealthText" X="0" Y="-1" Width="160" Height="9"> </Element>
										</Element>
								</Element>				
								<Element ID="VitalPowerField" X="0" Y="11" Width="160" Height="9">
										<Element ID="RageMeter" X="0" Y="0" Width="160" Height="12">
												<Element ID="CurrentRageMeter" X="0" Y="0" Width="160" Height="12"> </Element>
												<Element ID="RageText" X="0" Y="-1" Width="160" Height="9"> </Element>
										</Element>
										<Element ID="VitalPowerBackground" X="0" Y="0" Width="160" Height="9"> </Element>
										<Element ID="VitalPowerField" X="0" Y="0" Width="160" Height="9">
												<Element ID="VitalTemporaryPowerMeter" X="0" Y="0" Width="160" Height="9"> </Element>
												<Element ID="VitalCurrentPowerMeter" X="0" Y="0" Width="160" Height="9"> </Element>
												<Element ID="CurrentPowerText" X="0" Y="-1" Width="160" Height="9"> </Element>
										</Element>
								</Element>
						</Element>
						<Element ID="SelectionTarget_Background" X="1" Y="6" Width="205" Height="47"> </Element>
				</Element>
		</Element>
</PanelFile>
__________________
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 : 06-20-2023 at 04:13 AM.
Reply With Quote
  #6  
Unread 06-19-2023, 06:45 AM
Eeshen Eeshen is offline
The Wary
 
Join Date: May 2022
Posts: 4
Adra, thank you for your assistance.
But do I even do with that code, I dont know how to use it.
Reply With Quote
  #7  
Unread 06-20-2023, 04:01 AM
Adra's Avatar
Adra Adra is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Jun 2011
Location: France
Posts: 171
@Eeshen

Hi, this code can't help in any manner with plugins, however, if you use a skin, inserting it in its skindefinition.xml file will display this extended version of the target's target vital frame. The panel code has to be accompanied with an updated picture of the target's target.

This work is already processed and available in these Lotro user interface skins :

Some extended panels within the default lotro blue theme : https://www.lotrointerface.com/downloads/info598

A vast collection of themes : https://www.lotrointerface.com/downloads/info581

A blue glassy theme : https://www.lotrointerface.com/downloads/info651
__________________
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 : 06-20-2023 at 04:13 AM.
Reply With Quote
  #8  
Unread 06-20-2023, 02:45 PM
Eeshen Eeshen is offline
The Wary
 
Join Date: May 2022
Posts: 4
Adra...I inserted your code as you indicated.
However, Im now getting a larger target's target frame PLUS half of it repeated.


Portrait -> health/man bars -> Portrait -> 1/2 size health/mana bars

Is there anyway to make even bigger?



On a different topic, I remember having to change all kinds of settings for the bottom bar to get the right size for my 3440x1440 resolution. Was a super pain but worth it in the end. Have you made any improvements so I can try some of your new themes?
I can't remember what I all had to do to get things to work, but it took a while, so Im afraid to change it.

Thanks again for your hard work !!

Last edited by Eeshen : 06-20-2023 at 02:50 PM.
Reply With Quote
  #9  
Unread 06-20-2023, 04:35 PM
JohnMHammer's Avatar
JohnMHammer JohnMHammer is offline
The Indomitable
Interface Author - Click to view interfaces
 
Join Date: Dec 2020
Posts: 14
Wow, Adra! Thanks, I can’t wait to examine that in detail and try it in-game. Also going to take a solid look at your extended panels skins package:
https://www.lotrointerface.com/downloads/info598
Reply With Quote
  #10  
Unread 06-25-2023, 05:40 PM
Adra's Avatar
Adra Adra is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Jun 2011
Location: France
Posts: 171
@Eeshen

Hi,

1 - To fix the target of target picture bug :

As I said, the extended target of target panel code has to be accompanied by an updated (enlarged) picture in order to fit to its new size.

the picture name is target_vitals_backdrop_mini.tga it is included in this minimal theme https://www.lotrointerface.com/downloads/info598

Put this picture in the same folder than your skindefinition.xml file.

Now in your skindefinition.xml file you will have to add (or edit if it already exists) this line
Code:
 <Mapping ArtAssetID="target_vitals_backdrop_mini" 	FileName="target_vitals_backdrop_mini.tga" />
2 - Sorry I did not understood what you meant when you said "Portrait -> health/man bars -> Portrait -> 1/2 size health/mana bars"

3 - Yes, skinning allows to create a target of target panel frame as big as you want, but it takes time and it is a boring process.

4 - The custom toolbar themes.
Only theme variations including "custom" in their name require to edit the skindefinition.xml file to position the main toolbar a the bottom center of your screen depending your graphic resolution. There are only 2 values to edit : X and Y inside one line. But when combining it with a zoom in ui settings I don't know how it has to be managed.
However, you can have a look to these skins without having to edit the skindefinition.xml file, the toolbar will just not be located at the right place but you can see how it looks (don't forget to log off your character after selecting a custom toolbar theme in order to load the new panel settings on the next log in of your character).



@JohnMHammer

The same panel modifications that are included in "Extended and enhanced panels" are also included in "JRR Skins Collection" and "JRR Azure Glass".
__________________
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 : 06-26-2023 at 04:24 AM.
Reply With Quote
Reply


Thread Tools
Display Modes

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
Target yourself or Party Member artouiros Lua Programming Help (L) 7 09-12-2014 01:15 PM
Hud with self and target? ronindf1974 Interface Requests (D) 4 05-07-2011 05:02 PM
Show target distance? cyberpotato Interface Requests (L) 3 09-12-2008 07:53 AM
custom target rings riverlove Interface Requests (L) 2 07-17-2008 06:09 AM
Is there an implied target window? zelindar Interface Help (L) 1 06-15-2007 05:04 PM


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


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