File information

Last updated

Original upload

Created by

Nitro

Uploaded by

NitroInferno

Virus scan

Safe to use

27 comments

  1. MagickaAddict
    MagickaAddict
    • premium
    • 4 kudos
    Hi NitroInferno
       Thank you for this amazing mod! Knowing active effects at a glance is so cool. 
    The settings screen says we can drag the position of the icon. I'm unable to do that. 
    Can we move the icon to the top left? How do we initiate the drag process?

  2. Kildozery
    Kildozery
    • supporter
    • 74 kudos
    Would you be able to enable hiding the buff timers when the player presses f11 to hide UI elements? Currently the health, fatigue, and magicka bars all disappear, but the buff timers are left on screen.
    1. NitroInferno
      NitroInferno
      • member
      • 3 kudos
      Yep! I will add it for the next version release.
    2. Kildozery
      Kildozery
      • supporter
      • 74 kudos
      Awesome, ty!
  3. templeofninpo
    templeofninpo
    • supporter
    • 22 kudos
    re: removing vanilla buff indicators

    what do you mean "5. Copy and Paste the following line between the 2 lines of code: <Property key="Size" value="0,0"/>
    "?
    PS: k, figured it out.

    <!-- Spell effects box -->
            <Widget type="Widget" skin="HUD_Box_Transparent" position="199 168 20 20" align="Right Bottom" name="EffectBox">
            </Widget>
    <Property key="Size" value="0,0"/>

    Edit: also gets rid of mini map and current weapon/magic indicators.
  4. Kursings
    Kursings
    • supporter
    • 1 kudos
    Doesn't seem to be compatible with https://www.nexusmods.com/morrowind/mods/54708, as the icons are low res
    1. NitroInferno
      NitroInferno
      • member
      • 3 kudos
      I downloaded https://www.nexusmods.com/morrowind/mods/54708 I cannot replicate. Icons look fine, I also changed the icon size in mods settings and they did not appear low res. Also tried the different icon resolutions for the HD icons mod and they all displayed without low resolution. Do you have an example screenshot?
    2. Kursings
      Kursings
      • supporter
      • 1 kudos
      https://imgur.com/a/2PFSkTL
    3. Kursings
      Kursings
      • supporter
      • 1 kudos
      Ok even the countdown is blurry, so nots sure what is going on
    4. NitroInferno
      NitroInferno
      • member
      • 3 kudos
      Hmm interesting. The icons match your effect icons in the bottom right, which have low res. So some other mod you've got is giving you low res icons. What mod do you have driving that change?

      I don't think this would explain the low res text which is odd. I know the text that the OpenMW UI elements use is one of the standard global fonts that can also be modified from other mods. The type font here cannot be separated out from mods that edit global fonts.
  5. Kildozery
    Kildozery
    • supporter
    • 74 kudos
    First of all - love this! But I can't seem to get the box to stay where I want it, even after pressing = to save. I've tried pressing = in the right click menu, as well as the script config window. Do you know what I'm doing wrong? Latest 0.49 build.
    1. NitroInferno
      NitroInferno
      • member
      • 3 kudos
      Thanks! Hmm odd are you trying to save the position while the game is paused? If the game is paused it won't take the save. Also make sure its the key that's got +/= on it, should be right next to backspace on standard keyboards. Are you using a standard US keyboard layout?
  6. BIueLotus
    BIueLotus
    • member
    • 1 kudos
    Amazing mod, that finally fixes, what the original devs should have implemented long ago.

    Thank you!
  7. Maxsar
    Maxsar
    • supporter
    • 8 kudos
    Idk why, but my panels are not transparent. I have other mods installed.
    1. Maxsar
      Maxsar
      • supporter
      • 8 kudos
      Ok, I'm stupid. For people like me, try script settings.
    2. NitroInferno
      NitroInferno
      • member
      • 3 kudos
      hehe no worries! I had to make the default not transparent so you could position them 1st :)
    3. FlabTheGreat
      FlabTheGreat
      • member
      • 0 kudos
      wheres the option to get rid of it
    4. NitroInferno
      NitroInferno
      • member
      • 3 kudos
      Under Main menu-> Options->settings-> 'Show Buff Borders'. Also it's shown in the screenshots attached to the images page here.
  8. Umariil
    Umariil
    • supporter
    • 3 kudos
    Sweet thank you! <3
  9. davethepak
    davethepak
    • member
    • 41 kudos
    This...this is awesome.

    I have been wanting this for literally years.

    Thank you for taking the time to make this an share it.
    1. NitroInferno
      NitroInferno
      • member
      • 3 kudos
      Thank you!! :)
  10. NerevarineKhajiit
    NerevarineKhajiit
    • premium
    • 85 kudos
    I'm having a hard time getting these to show up. I can see the menu item for it in my Scripts menu, but none of the options seem to do anything.

    I have multiple monitors, is it possible that the buff and debuff boxes are spawning offscreen somehow because of that?
    1. NitroInferno
      NitroInferno
      • member
      • 3 kudos
      Hmm strange it shouldn't make a difference I would think. You on 0.48 or 0.49 dev build?  Also try hitting F10 see if it's yelling about any errors or bugs. Try hitting '-' that should reset them to a position you can see them in the top right corner.

      Also what resolution do you use?

      I suspect the script is stopped because of an error or bug since none of the UI settings changes do anything.

      I think I found the issue. I suspected it would be backwards compatible with 0.48 however, the magic records table of all the magic spells and effects is not exposed to the Lua script in this version. So 0.49 dev build is required. Apologies for that.
    2. NerevarineKhajiit
      NerevarineKhajiit
      • premium
      • 85 kudos
      I am running 0.49, though it's a version from around the beginning of September so it may be a few iterations behind.

      I looked through the logs in the f10 menu and it looks like the error I'm getting is
      Can't start L@0x1[Scripts/BuffTimers/player.lua]; Lua error: [string "Scripts/BuffTimers/player.lua"]:283: attempt to index a nil value
    3. Loboto
      Loboto
      • member
      • 0 kudos
      I have found temporary solution: slap this uiPositions:set("BuffPositions",{buffPos = v2(0,0), debuffPos = v2(0,iconSize*2)})before string 275 in player.lua, launch the game once and delete this string afterwards. i described the issue in discord thread, hope the developer sees it.
    4. NerevarineKhajiit
      NerevarineKhajiit
      • premium
      • 85 kudos
      Ah, nice, this did the trick for me. I guess that means the script was just missing something to initialize the position value, but once it's given one it works as expected.
    5. NitroInferno
      NitroInferno
      • member
      • 3 kudos
      Glad this work around worked! I updated the Script so it handles the nil on initialization. Still tweaking a few bits like tooltip running off the screen and what not. Github will always have the latest and greatest version.