• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

Repositioning Hud - HUDLeftStatBars

SickPuppy

Refugee
I'm trying to move the HUDLeftStatBars (stamina and health) to the top left corner.

I used to be able to do this adjusting HUDLeftStatBars pos values in the XUi\windows.xml, but now nothing moves no matter what I change.

I've tried the pivot="TopLeft" but again it doesn't budge. Any ideas?

 
Don't know myself how to do it but wanted to ask, won't the chat screen cover it when it pops in or do you think it won't matter that much?

 
I'm SP only so I've never used the chat screen. It was changeable pre A17 but for some reason it's fixed at the bottom left corner.

 
Have you tried changing the anchor for it in the xui.xml?

Code:
<window name="HUDLeftStatBars" anchor="LeftBottom" />
Just a thought I haven't tried it yet but you might try changing LeftBottom to LeftTop then reposition the window in the windows.xml till it's in the right spot

 
Yes I did try that but it wouldn't budge, was about to give up and close folders I noticed a Mod folder.

Haven't been playing for a few months totally forgot I installed a ui mod to show food and hydration. There's a windows.xml in the Mod folder that was overriding default, doh.

Anyways got it how I want it now, all working. Thx for that.

 
Back
Top