Jump to content

Draggable HP Bar/Ability to Move HP Bar


Recommended Posts

Posted

I use to be able to move the HP Bar by changing the paraments in the battle_layout, but that method only works using the Advanced HP Bar by Autospy. And apparently he is no longer updating his mods.

Could some please make the HP Bar draggable? Or please let me know what file, and which parameters I can change to move it? It would be nice to have everything centralized. (See image)

image.thumb.png.bbc43992f355004170f12f6f7d6c878f.png

Posted
On 5/23/2025 at 3:48 AM, Aslain said:

I have forwarded this request to the only person I know who can make it happen - TTaro

I really appreciate that Aslain!

Is there any chance the Advanced HP Bar will get updated anytime soon, so I can continue to move it using the battle_layout .xml?

 

-Thanks

 

  • Administrator
Posted

AutoSpy's mod will not return, I don't know anyone working on it anyway, but TTaro is considering to create a draggable ship hp bar mod, for now there is only a static version. The battle_layout method is old, there is also a new one, by editing one unbound file.

 

Edit OwnShipHealthContainer element in gui\unbound2\pc\battle\own_ship_health.unbound

(style
  (width = 220)
  (position = "absolute")
  (bottom = "224") # change to 0 or something
  (left = "11") # change to half the screen width or something like that
)

 

Posted

Got it thanks!!

I havent been able to get my wowsunpack to open. No idea.

 

Donation sent.

 

If anyone wants the parameters for changing Ship HP location for an ultrawide (21:9):

    (style
        (width = 220)
        (position = "absolute")
        (bottom = "5")
        (left = "850")
    

 

Ship HP.png

  • Upvote 1
  • Administrator
Posted
12 hours ago, Muscrat said:

Got it thanks!!

I havent been able to get my wowsunpack to open. No idea.

 

Donation sent.

 

If anyone wants the parameters for changing Ship HP location for an ultrawide (21:9):

    (style
        (width = 220)
        (position = "absolute")
        (bottom = "5")
        (left = "850")
    

 

Ship HP.png

I could add few options to the modpack with this, I need to decide. However if TTaro is willing to do a dragable mod for this then maybe we should wait a little?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.