1214 comments

  1. chunkycheezwhiz
    chunkycheezwhiz
    • member
    • 0 kudos
    EDIT: nvm, im retarded. its in the corner. pretty neato hud.
  2. freddy4041
    freddy4041
    • member
    • 2 kudos
    este maldito mod de mierda me daño mi juego, maldito el que lo hizo, ojalá se pudra
  3. BzoBoi124
    BzoBoi124
    • member
    • 1 kudos
    How can I resize the healthbar? Because it's very small for me.
  4. Puddz333
    Puddz333
    • supporter
    • 0 kudos
    Installed with MO2 (yes skyBSA is properly installed)

    The UI and any menu is completely unresponsive to the mouse, I have to use the arrow keys to navigate through any of the UI functions. The text in the menus is out of place, cluttered, and overlapping each other.

    Dont really know what else to do at this point, will probably just remove, which is unfortunate because this mod looked cool. 
    1. cptmorfeez
      cptmorfeez
      • supporter
      • 0 kudos
      I have this issue too, did you ever get it fixed?
    2. hitomiaioki
      hitomiaioki
      • member
      • 2 kudos
      Having the same problem with overlapping text. It's as if the custom one I selected isn't showing.

      Edit - forgot I messed with my ini file and overwrote it. I needed to reinstall this mod since it overwrites and adds the text changes to the ini also.
    3. Sysgen
      Sysgen
      • supporter
      • 0 kudos
      Just in case someone sees this.  You have to insert the font lines in the ini at the top of the thread and in the instructions.  Large for example.
    4. nekokinryoku
      nekokinryoku
      • supporter
      • 1 kudos
      what does that even mean?? please explain.
  5. Aetheon637
    Aetheon637
    • member
    • 0 kudos
    is there a way to make the font size any larger through OBM? the text is WAY to small for "Large"
    1. ComboMesh
      ComboMesh
      • supporter
      • 0 kudos
      My Font size is too large and I am unsure on how to make them fit. The text is overlapping.
  6. Durango656
    Durango656
    • member
    • 0 kudos
    Some day I hope we can get to a point where I can install a UI mod without having to spend hours doing a bunch of other stuff, I know this engine is a mess hence all these steps, but holy shit.
    1. FloatableFoot
      FloatableFoot
      • member
      • 0 kudos
      Yeah this s#*! is worth it but installing it makes me want to chop my dick off
    2. selfnamed
      selfnamed
      • member
      • 2 kudos
      It used to be easy.
      I don't know what the f*#@ happened but modding Oblivion GOTY in 2025 is f*#@ing tedious, since it keeps crashing randomly no matter how many mods you have installed.
      I've NEVER had this many problems modding the game with MO2 before.
  7. Leet
    Leet
    • premium
    • 35 kudos
    Someone should try porting this to remastered lol
    1. Ray082
      Ray082
      • member
      • 2 kudos
      By the Nine Divines, YES!
      Hate getting flashbanged by by loot screen in dark dungeons.
      This was always my go to mod for the UI in Oblivion.
    2. Leet
      Leet
      • premium
      • 35 kudos
      eeeeeeee
      author hasnt been active since 2015 and perms are sem-closed.. (Need to ask)
      Someone could probably basically remake it though. 
    3. danktrain29
      danktrain29
      • supporter
      • 0 kudos
      if the dude hasnt been active for 10 years do what people on steam workshop do, and update it with credit to the author. if they want it taken down from there its not that hard to have the creator fix it
    4. danktrain29
      danktrain29
      • supporter
      • 0 kudos
      if the dude hasnt been active for 10 years do what people on steam workshop do, and update it with credit to the author. if they want it taken down from there its not that hard to have the creator fix it - dono why it double posted lmao
  8. Ray082
    Ray082
    • member
    • 2 kudos
    Remake for Remaster?
  9. Brendan1228
    Brendan1228
    • supporter
    • 1 kudos
    FOR PEOPLE HAVING ISSUES!

    Upon my first attempt at installing this mod, I found that only the title screen was different.

    After many hours of headaches and being told that I have to use OBMM or Wrye Bash, I found an obscure steam community post that basically said that because of the way Oblivion loads things regarding the UI, if the date of the folder is newer than the vanilla game files, it will not load them. If you download the game via steam, the folder date will be set to the minute you finished downloading the game. Since the folders for this mod are from 2009, it will not load them. In order to fix this you have to change the date and the best way I found was a power shell command that goes as follows.

    foreach($file in Get-ChildItem "YOURFOLDERPATH" -recurse) {$(Get-Item $file.Fullname).lastwritetime=$(Get-Date)}

    ONLY DO THIS AFTER THE GAME HAS FINISHED INSTALLING

    I did that and lo and behold I now have an excellent Dark Red DarNified UI. You will need to extract the files and drop them into a folder, but it will work if you just use your downloads folder.  You can then recompress the files into a new archive and install them with your preferred method. This, as I can confirm, includes Vortex.

    I don't know if anyone has posted something like this on here before, but I am not going through 13 years worth of forum posts and questions to locate it.
    1. avsman0023
      avsman0023
      • premium
      • 2 kudos
      Thanks for doing the massive legwork on this and I thank you for all the information you provided. Now, I'm someone who just installs mods through mainly Vortex and an occasional drag-n-drop if it's easy enough, but I have no clue what or how to use Power Shell. I did manage to bring it up (views like CMD prompt) but what the hell do I do from there? Do I just type the line you showed or do I need to somehow navigate to the game folder and type this? How do I exactly enter this into the prompt to make this work?
    2. lancet11
      lancet11
      • premium
      • 0 kudos
      Just curious if you figured this out or not, I have this issue and would appreciate clarification
    3. Zev2
      Zev2
      • member
      • 1 kudos
      Genius fix!

      A little tedious but essentially you follow these steps:
      1. Download and Extract the manual version of this mod, it can be anywhere on your computer, I just did it in downloads.
      2. Open the start menu and search "powershell" and open it.
      3. Edit this line of code: foreach($file in Get-ChildItem "YOURFOLDERPATH" -recurse) {$(Get-Item $file.Fullname).lastwritetime=$(Get-Date)}

      ?It should say something like: foreach($file in Get-ChildItem "C:/Users/Eric/Downloads/DarkUid DarN 16 Manual Version-11280" -recurse) {$(Get-Item $file.Fullname).lastwritetime=$(Get-Date)}

      4. Paste the new line with your file path inputted, and press enter.
      5. Put the file back into an archive using 7z or whatever you use, and drop it into vortex to load the mod. 

      Works just like that!
    4. Delmith
      Delmith
      • member
      • 0 kudos
      Thanks for this man!

      If only i had come here early, it would have saved me alot of time and frustration.
    5. aragonit
      aragonit
      • premium
      • 58 kudos
      You are missing a simple fix:

      SkyBSA Mod notes: "An OBSE DLL that forces Oblivion to handle BSAs and loose files the same way that Skyrim does. No more mucking around with file timestamps!"
      You may want to check out https://www.nexusmods.com/oblivion/mods/49898 for more installation help.
    6. geraintwd
      geraintwd
      • premium
      • 20 kudos
      This. Use SkyBSA. No need for all the powershell jiggery pokery.
      If you are finding answers in 13yr old forum posts, consider that the information might be out of date and that the community may have come up with a better solution in the interim. 
      Plenty of modders are still actively modding this game. You don't need to use OBMM or Wrye Bash (except for the Bashed Patch). Just use a modern mod manager like Mod Organizer 2.
    7. r4zorghost
      r4zorghost
      • member
      • 0 kudos
      Work as a charm ! Thank you !!!
  10. komakkio99
    komakkio99
    • member
    • 0 kudos
    hi, I manually installed this mod and followed all the mandatory steps, unfortunately it doesn't work, I don't understand where I'm wrong, I have the gog version 1.2.0416, can anyone help me?