Hello people, I received numerous message to update my mods and I did not forget! It's still in my plans, as soon as I have few hours of uninterrupted Pc times, I'll start updating some mods, one by one. It's been a while and the last time I could, I took some time to install the new update and analyze the difference to see what I have to do. I might have some time this week and this one is my priority because it's the mod I received the most requests. Since I have been away from modding for a while, sometime I felt overwhelmed and kind of lost some motivation, so I felt a little rusty lately. I even thought about stopping but what is holding me from doing so is that I don't want to let down people who enjoy the few things I do for this community, thank you everyone for your patience and I hope we'll get it done as soon as possible!
If you're willing to help, I'd like to have someone to test my updates because I'll be sticking to Patch 4.03 until all my favorite mods are be ready. If you're interested, Pm me, I'll share you my discord and you'll be among the first users to get those updates for the sake of everyone. Thank you
Update of 21 August 2023 : Someone proposed himself to test this mod's update for V4.04 so if everything is fine, I'll release it. I simply stick to Patch 4.03 because some essentials mods among my favorites are still not updated and there's things that are beyond my skills so I'd rather wait to play without these. I'll update everything slowly, I'm kind of tired of doing this, even if I update everything for 4.04, it's obvious a Patch 4.05 will come this fall so I'm starting to wonder what's really the point. Anyway, whenever someone want an update, all I will ask for will be to test it. I mostly need to take a pause and we'll see when I'll come back. Thank you
Hey this is great! I was browsing the nexus yesterday and came across this mod and was sad it was outdated but not anymore! Thanks for updating.
A little issue I encountered was the edit mode and sliders are limited, it seems, to a 16:9 ratio and I am currently on a 21:9 meaning I couldn't move the UI elements all the way to the edges if I wanted.
If you want the ui elements to the edges on an ratio greater than 16:9 I opened modHPAS_menu and changed every instance of "displayType="SLIDER;0;400;400" to "SLIDER;-100;500;600"
Inside the mod folder find : "content\scripts\local\HPAS_Manage.ws" replace if ( value > 400 ) {value -= 400;} // Limit to Menu Slider range else if ( value < 0 ) {value += 400;}
with
if ( value > 500 ) {value -= 500;} // Limit to Menu Slider range else if ( value < -100 ) {value += 500;}
There is probably a more elegant solution but atleast it works : )
It's good to know, I haven't been using a 21:9 monitor for a long time, but I will include this in a patch when I'll have some time, meanwhile I will pin this comment to help other Ultrawide users:)
I really hope the author won't get mad (if so, pls notify me and I will remove the post), I am not granting myself any rights for the mod, I've just updated the mod to work with 4.04 game version and I thought I will share it here.
All I've done was adding a few lines of code into hudModuleItemInfo.ws using ElementaryLewis github page with scripts comparisons.
It works perfectly now, I have it merged with AutoLoot, Friendly HUD all many more mods. Many thanks for this awesome mod! Finally clean positioning!
Very nice thx alot. I successfully merged it with hud always on and minimap zoom. I dont know if you want (or can) release it here on nexus as a standalone alternative for those who didnt want friendly hud or auto loot (like me lol) since the original author seems to be inactive for quite some times.
There is a solution for Keybindings text not showing up? The mod is working correctly, but I have no text in the Keybindings menu other than the keybinds themselves.
Is this compatible with frendly HUD? I'm more or less interested in this for the opacity feature. I would like to reduce the opacity of NPC text above their head etc. Cheers :)
111 comments
If you're willing to help, I'd like to have someone to test my updates because I'll be sticking to Patch 4.03 until all my favorite mods are be ready. If you're interested, Pm me, I'll share you my discord and you'll be among the first users to get those updates for the sake of everyone. Thank you
Update of 21 August 2023 : Someone proposed himself to test this mod's update for V4.04 so if everything is fine, I'll release it. I simply stick to Patch 4.03 because some essentials mods among my favorites are still not updated and there's things that are beyond my skills so I'd rather wait to play without these. I'll update everything slowly, I'm kind of tired of doing this, even if I update everything for 4.04, it's obvious a Patch 4.05 will come this fall so I'm starting to wonder what's really the point. Anyway, whenever someone want an update, all I will ask for will be to test it. I mostly need to take a pause and we'll see when I'll come back. Thank you
Thanks for updating.
A little issue I encountered was the edit mode and sliders are limited, it seems, to a 16:9 ratio and I am currently on a 21:9 meaning I couldn't move the UI elements all the way to the edges if I wanted.
If you want the ui elements to the edges on an ratio greater than 16:9 I opened modHPAS_menu and changed every instance of "displayType="SLIDER;0;400;400" to "SLIDER;-100;500;600"
Inside the mod folder find : "content\scripts\local\HPAS_Manage.ws" replace
if ( value > 400 ) {value -= 400;} // Limit to Menu Slider range
else if ( value < 0 ) {value += 400;}
with
if ( value > 500 ) {value -= 500;} // Limit to Menu Slider range
else if ( value < -100 ) {value += 500;}
There is probably a more elegant solution but atleast it works : )
Applied on Next Update in Work!
All I've done was adding a few lines of code into hudModuleItemInfo.ws using ElementaryLewis github page with scripts comparisons.
It works perfectly now, I have it merged with AutoLoot, Friendly HUD all many more mods. Many thanks for this awesome mod! Finally clean positioning!
DOWNLOAD: https://mega.nz/file/mQxSCbbC#TPUKau4nxRJ5lJoJB0qZ-fgv6hMZZBc-c5YNEcWE14o
Thx alot now my HUD looks like i want it to look
EDIT: instead of "modHPAS_menu.xml;", I updated to "HPAS_menu.xml;" in the dx12filelist.txt. It's now showing. Thanks!
EDIT: instead of "modHPAS_menu.xml;", I updated to "HPAS_menu.xml;" in the dx12filelist.txt. It's now showing. Thanks!
bin\config\r4game\user_config_matrix\pc\HPAS_menu.xml
.Ctrl+H
to open the Replace window.SLIDER;0;400;400
in the "Find what" box.SLIDER;-100;500;500
in the "Replace with" box.If there's anything else you need, feel free to ask!