Download
(9 MB)
Download
Updated: 08/29/22 06:52 PM
Pictures
File Info
Compatibility:
Lost Depths (8.1.5)
Updated:08/29/22 06:52 PM
Created:08/24/22 10:00 AM
Monthly downloads:88
Total downloads:2,900
Favorites:2
MD5:
Oblivion Style UI - ReDarNed Red
Version: 1.2
by: Anarchess [More]
A dark Oblivion style UI, inspired by DarkUI DarN for Oblivion. Strawberry flavor.

I love the original mod by Half-Dead, but the parchment texture made the white text quite hard to read

ENTER Oblivion UI ReDarNed!

Hand made texture inspired by DarkUI, all the bells and whistles (borders and icons) of the original mod, and MUCH easier to read

Huge thanks to Half-Dead for their original work, this mod wouldn't be possible without it

Now comes in blue! can be found here: https://www.esoui.com/downloads/info3455-OblivionStyleUI-ReDarNedBlue.html
Optional Files (0)


Archived Files (2)
File Name
Version
Size
Uploader
Date
1.1
9MB
Anarchess
08/24/22 02:16 PM
1.0
9MB
Anarchess
08/24/22 10:00 AM


Post A Reply Comment Options
Unread 08/30/22, 09:16 AM  
Anarchess
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 1
Uploads: 2
Re: Excellent Addon! Request & Suggestion

Originally Posted by scorpius2k1
Thank you for creating this great addon, really enjoying it!

Request:
In future releases, would there be a way to possibly adjust the font size? On my screen, 1440p, the font seems a bit too small and as a workaround I am using the builtin UI Scaling option in the game, Settings > Video > Interface > Use Custom Scale. Not a big deal but if possible, would be a nice feature for an already excellent UI overhaul. Maybe future versions can also include multiple color mods as well so you wouldn't have to have two separate addons to update.

Suggestion:
Please consider removing the embedded libraries (LibAddonMenu) so users can have it as a separate library and always be up-to-date with current authors version OR if you must include them as a specific version/convenience factor, please do so via the libs subfolder. Do NOT load them from your addon's txt file but include them in total (means the total content of the libraries zip file including their own txt files) with their own txt files so the addon manager will find them properly and potentially NOT load any outdated or old library code. This is currently happening since you currently have added it hardcoded to your addon's txt file. Your current solution can cause problems with your current addon (for me, the addon menu settings was not showing) and of course other addons that use this library as well, please really consider changing to separate requirement for your addons as others do.

More info about properly doing this here:
https://wiki.esoui.com/Libraries#Pro..._but_how.3F.29

For your addon, suggestion would be separate download of latest LibAddonMenu (here) and then modify your addon, simply:

In file 'OblivionHUD-ReDarNed-Red.txt', remove all lines for LibAddonMenu
Code:
libs\LibAddonMenu-2.0\LibStub\LibStub.lua
libs\LibAddonMenu-2.0\LibAddonMenu-2.0\LibAddonMenu-2.0.lua
libs\LibAddonMenu-2.0\LibAddonMenu-2.0\controls\panel.lua
libs\LibAddonMenu-2.0\LibAddonMenu-2.0\controls\header.lua
libs\LibAddonMenu-2.0\LibAddonMenu-2.0\controls\button.lua
libs\LibAddonMenu-2.0\LibAddonMenu-2.0\controls\checkbox.lua
libs\LibAddonMenu-2.0\LibAddonMenu-2.0\controls\description.lua
libs\LibAddonMenu-2.0\LibAddonMenu-2.0\controls\dropdown.lua
In file 'OblivionHUD-ReDarNed-RedSettings.lua' replace
Code:
local LAM = LibStub( 'LibAddonMenu-2.0')
with
Code:
local LAM = LibAddonMenu2
Thank you again for creating this addon! Brings back a lot of fun memories in my Oblivion days and makes ESO have a much nicer aesthetic to it.

All the best!

Thank you for your feedback! This mod is my first real foray into coding, and it's based almost entirely on the code from the original mod by H4lfD3ad, so that would explain the issue with the LibAddonMenu.

I'll have a look when I get the time and see if I can clean up the code a bit, thank you very much for your advice and suggestions, and I'm really happy to hear you're enjoying the retexture
Report comment to moderator  
Reply With Quote
Unread 08/30/22, 08:40 AM  
scorpius2k1
 
scorpius2k1's Avatar
AddOn Author - Click to view AddOns

Forum posts: 6
File comments: 27
Uploads: 5
Excellent Addon! Request & Suggestion

Thank you for creating this great addon, really enjoying it!

Request:
In future releases, would there be a way to possibly adjust the font size? On my screen, 1440p, the font seems a bit too small and as a workaround I am using the builtin UI Scaling option in the game, Settings > Video > Interface > Use Custom Scale. Not a big deal but if possible, would be a nice feature for an already excellent UI overhaul. Maybe future versions can also include multiple color mods as well so you wouldn't have to have two separate addons to update.

Suggestion:
Please consider removing the embedded libraries (LibAddonMenu) so users can have it as a separate library and always be up-to-date with current authors version OR if you must include them as a specific version/convenience factor, please do so via the libs subfolder. Do NOT load them from your addon's txt file but include them in total (means the total content of the libraries zip file including their own txt files) so the addon manager will find them properly and potentially NOT load any outdated or old library code. This is currently happening since you currently have added it hardcoded to your addon's txt file. Your current solution can cause problems with your current addon (for me, the addon menu settings was not showing) and of course other addons that use this library as well, please really consider changing to separate requirement for your addons as others do.

More info about properly doing this here:
https://wiki.esoui.com/Libraries#Pro..._but_how.3F.29

For your addon, suggestion would be separate download of latest LibAddonMenu (here) and then modify your addon, simply:

In file 'OblivionHUD-ReDarNed-Red.txt', remove all lines for LibAddonMenu
Code:
libs\LibAddonMenu-2.0\LibStub\LibStub.lua
libs\LibAddonMenu-2.0\LibAddonMenu-2.0\LibAddonMenu-2.0.lua
libs\LibAddonMenu-2.0\LibAddonMenu-2.0\controls\panel.lua
libs\LibAddonMenu-2.0\LibAddonMenu-2.0\controls\header.lua
libs\LibAddonMenu-2.0\LibAddonMenu-2.0\controls\button.lua
libs\LibAddonMenu-2.0\LibAddonMenu-2.0\controls\checkbox.lua
libs\LibAddonMenu-2.0\LibAddonMenu-2.0\controls\description.lua
libs\LibAddonMenu-2.0\LibAddonMenu-2.0\controls\dropdown.lua
In file 'OblivionHUD-ReDarNed-RedSettings.lua' replace
Code:
local LAM = LibStub( 'LibAddonMenu-2.0')
with
Code:
local LAM = LibAddonMenu2
Thank you again for creating this addon! Brings back a lot of fun memories in my Oblivion days and makes ESO have a much nicer aesthetic to it.

All the best!

Last edited by scorpius2k1 : 08/30/22 at 09:08 AM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: