Home Forum Downloads My Favorites Register FAQ Mark Forums Read

Go Back   EQInterface Forums > Developer Discussion > XML modification help.
User Name
Password

Reply
 
Thread Tools Display Modes
Old 10-25-2020, 10:44 PM   #1
GodSpeedGT
A Ghoul
 
Join Date: Sep 2019
Posts: 12
Default Modded Player Window

I may be out of my depth here, but I'm trying with no luck to make this work. I would love to get my player window to match the target window look in the picture. Is this possible?

I've also included a link to the UI files if it helps. Thanks!
https://gofile.io/d/G7qgkc


Last edited by GodSpeedGT : 10-25-2020 at 10:52 PM.
GodSpeedGT is offline   Reply With Quote
Old 10-26-2020, 06:35 PM   #2
GodSpeedGT
A Ghoul
 
Join Date: Sep 2019
Posts: 12
Default

Just want health and mana. Super minimal
GodSpeedGT is offline   Reply With Quote
Old 10-28-2020, 10:07 AM   #3
Halelen
Lord Doljonijiarnimorinar
 
Join Date: Jan 2003
Server: Povar
Posts: 1,047
Interface Author - Click to view interfaces
Default

Quote:
Originally Posted by GodSpeedGT
Just want health and mana. Super minimal

some things are hardcoded meaning they have to be there for the window to work. That being said there are a couple of options you can use to accomplish what you want. first you can just set the elements location value off the screen either going negative <x> -500<x> or so high that it is beyond the screen border <x> 5000<x>. the second method is to tell the ui not to use that element by excluding it. at the bottom of the xml where all the elements are listed you just type <!-- prior to the piece you want excluded and --> after. as an example.. i want to remove all elements for mana from my monks player window


<Pieces>HPNumber</Pieces>
<Pieces>MaxHPNumber</Pieces>
<!--<Pieces>ManaNumber</Pieces>
<Pieces>MaxManaNumber</Pieces>
<Pieces>MaxManaLabel</Pieces>
<Pieces>Player_ManaLabel</Pieces>-->

save and reload and done. any questions?
Halelen is offline   Reply With Quote
Old 10-28-2020, 11:18 AM   #4
GodSpeedGT
A Ghoul
 
Join Date: Sep 2019
Posts: 12
Default

Sorry, maybe I didn't explain it clearly. I want my Player window gauges to look like my target window gauge in the screenshot.
GodSpeedGT is offline   Reply With Quote
Old 10-28-2020, 11:47 AM   #5
Halelen
Lord Doljonijiarnimorinar
 
Join Date: Jan 2003
Server: Povar
Posts: 1,047
Interface Author - Click to view interfaces
Default

Quote:
Originally Posted by GodSpeedGT
Sorry, maybe I didn't explain it clearly. I want my Player window gauges to look like my target window gauge in the screenshot.


then you just need to tell it to use those graphics when drawing the player window gauges. every element lets you decide what you want it to look like you just have to tell it where to take the image from. what are you trying to change ? Size, color, some elements added , some removed. maybe a picture comparison would allow more detailed explanation.
Halelen is offline   Reply With Quote
Old 10-28-2020, 11:53 AM   #6
GodSpeedGT
A Ghoul
 
Join Date: Sep 2019
Posts: 12
Default

As far as I can tell. Your player HP gauge is structured a lot differently than a normal gauge. There are quite a few pieces that make up the gauge which allow for the color to change as the hp gets lower.

Quite simply. I want it to look like my target gauge, but function like my players HP gauge.
GodSpeedGT is offline   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


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


vBulletin Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
© MMOUI