How do you guys open the .xui file to make this edit ? nvm i'm a pepega didn't try notepad++ I'm trying to remove the power/agility levelup popup that comes up often, any ideas what name to look for ? Thank you.
found it, it's called <ClassOverride>HudBigMessageLevelUp"<ClassOverride>, can move it off screen by adding position value to it below height.
I got a question: did you ever try to remove or expand the black bars from the cutscenes? I've looked through the files and did a lot of trial and error, but sadly I couldn't get rid of them. I've found several files that might be responsible for the black bars and changed the res (width & height) and position of several UI elements including the res of the whole canvas, but there were no visible changes ingame.
Hello! Your mod works perfectly. But something small that's been bothering me a bit - the pop-up messages on the bottom left ( About DLC installed, Multiplayer etc ) is cut out at the bottom sometimes. Like, the text is leaking down to the outside of the screen along with the message box itself. Anything I can do about it?
I believe it is <ClassOverride>HudBigMessagesDI</ClassOverride> or <ClassOverride>HudMpMessagesDI</ClassOverride>, i'm still testing, there are to many Message classes.
Sadly no, i moved them all around a bit to see which one i need to modify but didn't get the result i was hoping for. And then i got involved in another project and forgot to get back to this :-/
First: great mod, works immediately. A little outside the scope but I would love to set opacity and/or hide specific hud elements manually by editing hud.xui. Any idea what tags I should be searching for? My main complaint is the giant XP bar at the top. Thx for your hard work.
Thank you, yes the EXP-Bar is a nuisance, i never found the right parameter for that. If you want to edit some elements it is the easiest way to search for <Opacity> and then go a couple of lines up to <Id> to see if it is the right element. It's quite the busywork so. Or try to guess how the field is called, by searching for "weapon" for example.
So im looking for a 16:9 fix as the hud elements are still too centered. This might be a dumb question, but Is your multiplayer compat file a hud scale for 16:9?
edit: forgive my ignorance. i didn't realize there were dev tools. i assume you got it from there? any chance you could share the up to date original hud.xui ?
oh wow. that was the first thing i did but i didn't see the data folder so i moved on to see if it was in the next .pack. but indeed it was in there just menu\hud\. thanks
Sadly I can't use this mod with multiplayer. If I use the ultrawide fix and my friend uses the 16:9 version of your mod to make our games compatible, we can't find each other's games.
You have to open the date3 file with 7zip and look if there are no common files between the two mods. if that checks out just copy the mod from one file to the other.
41 comments
<ImagePath>skilltree_strength</ImagePath>
<ImagePath>skilltree_agility</ImagePath>
<ClassOverride>HudXpBars</ClassOverride>
and set their x,y positions to outside your screen's fov
How do you guys open the .xui file to make this edit ?nvm i'm a pepega didn't try notepad++I'm trying to remove the power/agility levelup popup that comes up often, any ideas what name to look for ? Thank you.
found it, it's called <ClassOverride>HudBigMessageLevelUp"<ClassOverride>, can move it off screen by adding position value to it below height.I got a question: did you ever try to remove or expand the black bars from the cutscenes? I've looked through the files and did a lot of trial and error, but sadly I couldn't get rid of them. I've found several files that might be responsible for the black bars and changed the res (width & height) and position of several UI elements including the res of the whole canvas, but there were no visible changes ingame.
But something small that's been bothering me a bit -
the pop-up messages on the bottom left ( About DLC installed, Multiplayer etc ) is cut out at the bottom sometimes.
Like, the text is leaking down to the outside of the screen along with the message box itself.
Anything I can do about it?
EXAMPLE ELEMENT:
<Properties>
<Id>HudSecondaryWeaponIndicator</Id>
<Width>96.000000</Width>
<Height>48.000000</Height>
<Position>100.000000,632.000000,0.000000</Position>
<ClassOverride>HudSecondaryWeaponIndicator</ClassOverride>
</Properties>
<MyImage>
<Properties>
<Id>I_Back</Id>
<Width>4.000000</Width>
<Height>4.000000</Height>
<Position>22.000000,22.000000,0.000000</Position>
<Opacity>0.800000</Opacity>
<Show>false</Show>
<ImagePath>white</ImagePath>
<Color>0xff0f0f0f</Color>
</Properties>
edit: forgive my ignorance. i didn't realize there were dev tools. i assume you got it from there? any chance you could share the up to date original hud.xui ?
Works flawlessly.