File information

Last updated

Original upload

Created by

TheLastWitcher

Uploaded by

TheLastWitcher

Virus scan

Safe to use

44 comments

Comments locked

The author has locked this comment topic for the time being
  1. TheLastWitcher
    TheLastWitcher
    • premium
    • 22 kudos
    Locked
    Sticky
    This mod is now obsolete and will not be updated anymore.
    See Extended HUD Config.
  2. Slappy212
    Slappy212
    • supporter
    • 0 kudos
    Well bummer. I've installed all previous mods as instructed as well as all BIN files, including the Extended HUD mod, and all it does is make all HUD elements vanish, including those in my alchemy and crafting tabs. Only other hud mod I had installed was true cornered hud, which I removed. Still no fix.
  3. Pakra
    Pakra
    • member
    • 0 kudos
    Great mod. Already liked this kind of micromanagement and "realism" modding in Skyrim and co. Tried it with a whole bunch of other mods like Preparations, Buff Icons Repositioned, BCEU (had conflicts with all of them, but no unsolvable ones) and NG+ and it seems to work so far Installed it with NMM.
  4. RAMPAGE572
    RAMPAGE572
    • member
    • 4 kudos
    Great mod but I can't get it to activate with NMM? Only manual install... any ideas?
  5. Mezziaz
    Mezziaz
    • premium
    • 33 kudos
    How about combining the great HUD edits you added into one mod?

    So we can control both the buffs potion and the HUD scale/opacity from the options menu.
    1. TheLastWitcher
      TheLastWitcher
      • premium
      • 22 kudos
      Soon when I have some more time. There are still a couple of things I'd like to add but you can definitely expect it.
  6. User_1867404
    User_1867404
    • account closed
    • 85 kudos
    Really nice mod!
  7. FPSRazR
    FPSRazR
    • supporter
    • 26 kudos
    I think I found a way to change the size of the buffs. Open hudModuleBuffs.ws and CTRL +F "UpdateScale" and you find something like this:

    protected function UpdateScale( scale : float, flashModule : CScriptedFlashSprite ) : bool
    {
    return true;
    }


    Edit it so it looks like this:

    protected function UpdateScale( scale : float, flashModule : CScriptedFlashSprite ) : bool
    {
    //return true;
    return super.UpdateScale(scale * 0.75,flashModule );
    }

    The 0.75 is the number that you edit to change the size of the buffs. 0.9 (ish) is the default, 0.5 is quite small and 1.5 is quite big.
    1. TheLastWitcher
      TheLastWitcher
      • premium
      • 22 kudos
      Damn, nice job. I'll incorporate this into my HUD Scale and Opacity Slider (this was the only thing missing from the scaling) crediting you for finding this or you can put it up as a separate mod, whichever you feel like doing. Awesome find!
    2. FPSRazR
      FPSRazR
      • supporter
      • 26 kudos
      Thanks. I'm fine with you incorporating it into your own mod. Its too small of a change to warrant a separate mod I think.
  8. Aurielius
    Aurielius
    • premium
    • 80 kudos
    Thanks for the V-1.10 update..I would have missed this mod if I had to play without it. I would recommend that 'Missing Strings Localization Fix' and use of 'Script Merger' to enable all functions.
  9. Thorull
    Thorull
    • premium
    • 0 kudos
    Hi it´s a great Mod, but with the update to 1.10 my optional 16:10 file don´t start. So I had to bag you to updat the optional 16:10 file too!
    1. TheLastWitcher
      TheLastWitcher
      • premium
      • 22 kudos
      Update to the newest version, set your horizontal value to 0.3 and your vertical value to 0.75. If you want to stay on ver. 1.1 then edit the file itself with these values.
  10. collector5000
    collector5000
    • member
    • 3 kudos
    Endorsed!! Great Mod.
  11. wowparzival
    wowparzival
    • premium
    • 0 kudos
    FYI (if you need it). For the 1.10 patch mod update, use the notepad to open the .ws file and use the Go To... feature under menu edit (or something) to find line 206. Replace two numbers. Save the file and install.