Project 1999

Go Back   Project 1999 > General Community > Technical Discussion

Reply
 
Thread Tools Display Modes
  #731  
Old 05-11-2018, 06:02 PM
greasemonk greasemonk is offline
Aviak


Join Date: Dec 2010
Posts: 51
Default

I recommend checking this file at: https://www.virustotal.com/

Install at your own risk.
Reply With Quote
  #732  
Old 05-15-2018, 09:51 PM
Gumbo Gumbo is offline
Fire Giant


Join Date: May 2015
Posts: 672
Default

Check out this page link as the discussion about changing the pet health % bar...

https://www.project1999.com/forums/s...=28335&page=69
Reply With Quote
  #733  
Old 05-16-2018, 01:46 PM
VII VII is offline
Banned


Join Date: Jul 2013
Posts: 180
Default

Quote:
Originally Posted by Gumbo [You must be logged in to view images. Log in or Register.]
Check out this page link as the discussion about changing the pet health % bar...

https://www.project1999.com/forums/s...=28335&page=69
Gumbo, thank you! that helped! I now can see the HP as a number! Do you know how I can get the font the same size as the target bar? And move it up slightly?

Provided picture to show.
Attached Images
File Type: jpg 2018-05-16 14_02_35-EverQuest.jpg (33.2 KB, 16 views)
Reply With Quote
  #734  
Old 05-16-2018, 01:53 PM
Triiz Triiz is offline
Fire Giant


Join Date: Jan 2016
Posts: 578
Default

Quote:
Originally Posted by VII [You must be logged in to view images. Log in or Register.]
Gumbo, thank you! that helped! I now can see the HP as a number! Do you know how I can get the font the same size as the target bar? And move it up slightly?

Provided picture to show.
Change the <font>#</font> to a bigger number.

To move it up change the <y>#</y> in between <location></location>. Save it, reload UI, continue until you get it where you want it.

Edit: Forgot to mention but lower numbers (towards 0) in between <y></y> moves it up, and higher numbers (towards 100) moves it lower on the gauge.
Last edited by Triiz; 05-16-2018 at 01:56 PM..
Reply With Quote
  #735  
Old 05-16-2018, 02:05 PM
VII VII is offline
Banned


Join Date: Jul 2013
Posts: 180
Default

Quote:
Originally Posted by Triiz [You must be logged in to view images. Log in or Register.]
Change the <font>#</font> to a bigger number.

To move it up change the <y>#</y> in between <location></location>. Save it, reload UI, continue until you get it where you want it.

Edit: Forgot to mention but lower numbers (towards 0) in between <y></y> moves it up, and higher numbers (towards 100) moves it lower on the gauge.
beautiful, thank you!
Attached Images
File Type: jpg 2018-05-16 14_31_08-EverQuest.jpg (6.5 KB, 509 views)
Last edited by VII; 05-16-2018 at 02:13 PM..
Reply With Quote
  #736  
Old 05-16-2018, 07:49 PM
Gumbo Gumbo is offline
Fire Giant


Join Date: May 2015
Posts: 672
Default

VII, I suggest that you copy and paste the code to make it easier for others to make the changes if they want too.
Reply With Quote
  #737  
Old 05-16-2018, 08:20 PM
VII VII is offline
Banned


Join Date: Jul 2013
Posts: 180
Default

Quote:
Originally Posted by Gumbo [You must be logged in to view images. Log in or Register.]
VII, I suggest that you copy and paste the code to make it easier for others to make the changes if they want too.
Sure! It was just like you linked. Just navigate over to your Everquest/uifiles/duxaui folder and open the "EQUI_PetInfoWindow" using a basic text editor, I prefer Notepad++

Scroll all the way to the bottom of the file and change the follow values:

<!--<Pieces>PIW_Pet_HPLabel</Pieces>
<Pieces>PIW_Pet_HPPercLabel</Pieces>-->

to:

<Pieces>PIW_Pet_HPLabel</Pieces>
<!--<Pieces>PIW_Pet_HPPercLabel</Pieces>-->
Reply With Quote
  #738  
Old 05-28-2018, 02:48 PM
VII VII is offline
Banned


Join Date: Jul 2013
Posts: 180
Default new issue

So i ran into a new issue with my placement of the health. Works great for shorter pet names, however if i charm a mob with a longer name like polar bears, the name will clip into the hp.

as shown in the attachment.

is there a way to shorten the viewable area of the pet's name? like where the label would cut the name off, to leave room for the HP number on the far right?
Attached Images
File Type: jpg 2018-05-28 14_35_33-EverQuest.jpg (7.6 KB, 435 views)
Reply With Quote
  #739  
Old 05-29-2018, 12:26 AM
Gumbo Gumbo is offline
Fire Giant


Join Date: May 2015
Posts: 672
Default

It's hard to duplicate this issue cause I'm not in the polar bear pits but I believe you would need to make the box itself bigger. I checked the "EQUI_PetInfoWindow" file and I believe this is the information but make sure you backup the file first. You would want to make the box more horizontal.

<Ui2DAnimation item="PetBlueIconBackground">
<Cycle>true</Cycle>
<Frames>
<Texture>window_pieces06.tga</Texture>
<Location>
<X>208</X>
<Y>200</Y>
</Location>
<Size>
<CX>8</CX>
<CY>8</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="PetRedIconBackground">
<Cycle>true</Cycle>
<Frames>
<Texture>window_pieces06.tga</Texture>
<Location>
<X>200</X>
<Y>200</Y>
</Location>
<Size>
<CX>8</CX>
<CY>8</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
Reply With Quote
  #740  
Old 05-29-2018, 06:46 AM
Para99 Para99 is offline
Kobold


Join Date: Apr 2018
Posts: 177
Default

Quote:
Originally Posted by Gumbo [You must be logged in to view images. Log in or Register.]
It's hard to duplicate this issue cause I'm not in the polar bear pits but I believe you would need to make the box itself bigger. I checked the "EQUI_PetInfoWindow" file and I believe this is the information but make sure you backup the file first. You would want to make the box more horizontal.
It should be far simpler than this, iirc. Just change the size under <Screen item = "PetInfoWindow">

Vii, I suggest moving all the buttons down slightly and placing the HP number in between the gauge and the attack button. Here's what the relevant part of mine looks like.

[You must be logged in to view images. Log in or Register.]
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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 09:30 PM.


Everquest is a registered trademark of Daybreak Game Company LLC.
Project 1999 is not associated or affiliated in any way with Daybreak Game Company LLC.
Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.