0 of 0

File information

Last updated

Original upload

Created by

FPSRazR is the original creator and CursedWitcher Updated it for Next Gen Edition

Uploaded by

CursedWitcher

Virus scan

Safe to use

110 comments

  1. CursedWitcher
    CursedWitcher
    • supporter
    • 44 kudos
    Locked
    Sticky
    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
  2. Locked
    Sticky
    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 : )
    1. CursedWitcher
      CursedWitcher
      • supporter
      • 44 kudos
      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:)


      Applied on Next Update in Work!
  3. Banjomir777
    Banjomir777
    • premium
    • 90 kudos
    Thank you for the NG update! :)
    1. CursedWitcher
      CursedWitcher
      • supporter
      • 44 kudos
      It's a pleasure. Thanks for your comment:)
    2. Hello, can you pls add "Journal Notifications" scaling ? I need a feature like makes these texts smaller like this; 🙏

  4. MaartenVaanThomm
    MaartenVaanThomm
    • member
    • 5 kudos
    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!



    DOWNLOAD:
    https://mega.nz/file/mQxSCbbC#TPUKau4nxRJ5lJoJB0qZ-fgv6hMZZBc-c5YNEcWE14o
    1. RustyB13
      RustyB13
      • member
      • 1 kudos
      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. 

      Thx alot now my HUD looks like i want it to look 
    2. NexusSavior
      NexusSavior
      • premium
      • 13 kudos
      Thank you so much!
    3. lilbackwood04
      lilbackwood04
      • supporter
      • 0 kudos
      I want to kiss your forehead gently, thank you so much.
    4. mark4020
      mark4020
      • member
      • 1 kudos
      so do i still need any other files than what u posted? do i need original mod and next gen update mod with urs? or 
    5. cholopiccio
      cholopiccio
      • supporter
      • 0 kudos
      mod options not showing in menu. Same installation as the original mod, correct?

      EDIT: instead of "modHPAS_menu.xml;", I updated to "HPAS_menu.xml;" in the dx12filelist.txt. It's now showing. Thanks!
    6. Connavare
      Connavare
      • member
      • 1 kudos
      The only reason i still play this game is because an outdated mod is updated by a user in comments. Saving the day xD thank you
    7. PTGambit
      PTGambit
      • member
      • 0 kudos
      Sweet! Thanks!!
    8. RovanFrost
      RovanFrost
      • premium
      • 54 kudos
      Link is dead
    9. jakubeldo
      jakubeldo
      • member
      • 0 kudos
      This fixed it for me too!! Thx cholopiccio

      EDIT: instead of "modHPAS_menu.xml;", I updated to "HPAS_menu.xml;" in the dx12filelist.txt. It's now showing. Thanks!
  5. Delgren
    Delgren
    • supporter
    • 2 kudos
    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.
  6. eLeVen1227
    eLeVen1227
    • supporter
    • 0 kudos
    If you want support for 21:9 in the latest 4.04 update, you'll also need to change the values in the HPAS_menu file located at:


    • Open the file: Navigate to: bin\config\r4game\user_config_matrix\pc\HPAS_menu.xml.
    • Use Notepad++:

      • Open the file with Notepad++.
      • Press Ctrl+H to open the Replace window.

    • Search and Replace:

      • Enter SLIDER;0;400;400 in the "Find what" box.
      • Replace it with SLIDER;-100;500;500 in the "Replace with" box.

    • Save: After making the changes, save the file.


    If there's anything else you need, feel free to ask!
  7. ronahal
    ronahal
    • supporter
    • 3 kudos
    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 :)
  8. paulscottttt
    paulscottttt
    • premium
    • 90 kudos
    I’ve posted updated scripts on the original mods comments
    1. sooloco127
      sooloco127
      • member
      • 0 kudos
      Thankyou so much ! Works perfectly...
    2. ke888mod
      ke888mod
      • member
      • 0 kudos
      The test works normally. This MOD is very important to me. Thank you for your efforts.
    3. marblemist
      marblemist
      • premium
      • 50 kudos
      -
    4. as192453
      as192453
      • member
      • 0 kudos
      It no longer works after the recent update
  9. moiianxiv
    moiianxiv
    • premium
    • 32 kudos
    Hi, could you pls provide support to move subtitles position?
  10. delular100
    delular100
    • member
    • 3 kudos
    Can't move the level up pop-up :^(
  11. zephirsnake
    zephirsnake
    • member
    • 0 kudos
    The Install instructions is ununderstandable... i give up
  12. NodisXXIII
    NodisXXIII
    • member
    • 0 kudos
    Mod needs an update for 4.04, sadly :(
    1. Nayr47
      Nayr47
      • member
      • 0 kudos
      Deleted
    2. CursedWitcher
      CursedWitcher
      • supporter
      • 44 kudos
      I replied to your messages and told you HPAS 4.04 was 90% ready, all it needed was someone to test it, since I don't have a lot of free storage left and I'm not going to erase my 4.03 backup to install a fresh 4.04 vanilla one, I have to update my game first (Which is my most troublesome update attempt so far) or let someone test it to confirm it's working.

      I'm considering to quit modding because I'm tired of having to update everything every 2 month. Especially this update, that made me more upset than any other modding challenge I ever went through. I got my game to launch since transferring modded scripts to a new version isn't particularly tough but it's crashing half the time I'm launching it, my input.settings modded controls were all erased and despite the fact it's now 99% solved, there's one essential feature I'm failing at fixing yet, without which I will never replay the game again. And I get more T-Poses than someone who's playing to the very first release of The Witcher 3 / Cyberpunk.

      I'm simply struggling as f*ck to solve everything because I don't want to let you down, because honestly I've never been that close to quitting.
    3. NodisXXIII
      NodisXXIII
      • member
      • 0 kudos
      Hello Witcher,
      I am willing to test the mod in game since i already have 4.04 installed. I added you on discord, waiting for you to accept the request.
      Looking forward to hearing from you,
      Cheers
    4. Banjomir777
      Banjomir777
      • premium
      • 90 kudos
      What? All this mod (original) needed was for the Scripts to be updated for version 4.04, that is all! Using something like WinMerge, literally anyone can update the mod within minutes. I really don't understand what the difficulty in that is.