Download
(147 Kb)
Download
Updated: 07/16/22 01:42 PM
Pictures
File Info
Compatibility:
High Isle (8.0.0)
Updated:07/16/22 01:42 PM
Created:08/11/21 04:55 PM
Monthly downloads:93
Total downloads:6,215
Favorites:8
MD5:
ESO style interface  Popular! (More than 5000 hits)
Version: 1.1
by: adrianrostas [More]
New interface for ESO while keeping a similar style

A lot of the code is used from Morrowind Style UI

Add-Ons featured in images:
In-game: @Volcano_Beetle send a message if you have any suggestions or post in the comment section

No permission needed to edit or use any resources

--

Version 1.1

If you need to increase or decrease the width of the top bar go to "\Documents\Elder Scrolls Online\live\AddOns\AethamusUI\AethamusUI.lua" and change line "MyTexture:SetDimensions(1440,90)" where it says 1440 to your desired dimensions
-- Hotfix

Update 1.1:
- Increased width of the top bar
- Removed custom font
Optional Files (0)


Archived Files (2)
File Name
Version
Size
Uploader
Date
1.1
147kB
adrianrostas
07/11/22 09:05 PM
1.0
147kB
adrianrostas
07/05/22 07:36 PM


Post A Reply Comment Options
Unread 07/16/22, 01:43 PM  
adrianrostas
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 2
Uploads: 1
Re: UI design

Originally Posted by XXXspartiateXXX
- I noticed that the eso style design no longer appears on the inventory, character and other windows. Are you thinking of putting them back because I thought it was great?



- Another point, you have changed the width of the frame to 1440. As you can see on the 1st photo, this leaves too much space. I already have 3 icons that maybe some people don't have (esu more, 2 addon icons). As you will see on the 2nd image, I changed 1440 to 1200. This still leaves room for a possible other icon. I therefore also suggest this modification.

Would it be complicated to have an option to change or personalized the size of the frame other than on the file itself?



I hope not to have discouraged you on your addon with the small bugs.
That was a mistake. thanks for letting me know. I just fixed it.
Report comment to moderator  
Reply With Quote
Unread 07/15/22, 11:27 AM  
XXXspartiateXXX

Forum posts: 7
File comments: 46
Uploads: 0
UI design

- I noticed that the eso style design no longer appears on the inventory, character and other windows. Are you thinking of putting them back because I thought it was great?



- Another point, you have changed the width of the frame to 1440. As you can see on the 1st photo, this leaves too much space. I already have 3 icons that maybe some people don't have (esu more, 2 addon icons). As you will see on the 2nd image, I changed 1440 to 1200. This still leaves room for a possible other icon. I therefore also suggest this modification.

Would it be complicated to have an option to change or personalized the size of the frame other than on the file itself?



I hope not to have discouraged you on your addon with the small bugs.
Last edited by XXXspartiateXXX : 07/15/22 at 12:08 PM.
Report comment to moderator  
Reply With Quote
Unread 07/12/22, 01:18 AM  
XXXspartiateXXX

Forum posts: 7
File comments: 46
Uploads: 0
Re: Re: spelling problem french

Thank you very much,

it's a shame about the custom font. I hope you find out how to add an option for font customization, if it's not too complicated.

Originally Posted by adrianrostas
Originally Posted by XXXspartiateXXX
There is a problem with the spelling support. the "œ" is not supported. On the French version it says "Nœuds", but with the addon it says "Nuds".

without ESO STYLE:


with ESO STYLE
I increased the width of the top bar. I'm not sure how to add the option to change the font so I just removed the custom font which should fix the spelling issues
Report comment to moderator  
Reply With Quote
Unread 07/11/22, 09:15 PM  
adrianrostas
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 2
Uploads: 1
Re: spelling problem french

Originally Posted by XXXspartiateXXX
There is a problem with the spelling support. the "œ" is not supported. On the French version it says "Nœuds", but with the addon it says "Nuds".

without ESO STYLE:


with ESO STYLE
I increased the width of the top bar. I'm not sure how to add the option to change the font so I just removed the custom font which should fix the spelling issues
Report comment to moderator  
Reply With Quote
Unread 07/11/22, 06:16 AM  
shapeless79

Forum posts: 0
File comments: 12
Uploads: 0
Re: Re: Re: Out of Frame Icons

At 2k your width would be 2048 I believe.

Unsupported characters would be a limitation in the font I believe and with regards to choosing your own font, I believe the easiest way would be to integrate with LibMediaProvider and do some coding shenanigans, but I am not sure as I am not really a developer.

Originally Posted by XXXspartiateXXX
My resolution is 2k does that change anything? Any news about unsupported spelling characters?

Originally Posted by shapeless79
I found how to stretch the top bar background. You have to open \Documents\Elder Scrolls Online\live\AddOns\AethamusUI\AethamusUI.lua and scroll right to the bottom and look for the following code;

Code:
local MyTexture = WINDOW_MANAGER:CreateControl("TopBar", ZO_TopBar, CT_TEXTURE)   
MyTexture:SetDimensions(1920,80) 
MyTexture:SetAnchor(CENTER, ZO_TopBar, CENTER, 0, 6) 
MyTexture:SetTexture("AethamusUI/media/topbar.dds")
I've highlighted the numbers you need to change. The first is your screen\resolution width and the second ensures it is centered correctly.

Hope this helps until a better solution is found
Report comment to moderator  
Reply With Quote
Unread 07/10/22, 06:54 PM  
XXXspartiateXXX

Forum posts: 7
File comments: 46
Uploads: 0
Question on the font

Question regarding the addon. Maybe it would be difficult but possible to create the option of being able to choose your font?
Last edited by XXXspartiateXXX : 07/10/22 at 06:55 PM.
Report comment to moderator  
Reply With Quote
Unread 07/10/22, 06:50 PM  
XXXspartiateXXX

Forum posts: 7
File comments: 46
Uploads: 0
Re: Re: Out of Frame Icons

My resolution is 2k does that change anything? Any news about unsupported spelling characters?

Originally Posted by shapeless79
I found how to stretch the top bar background. You have to open \Documents\Elder Scrolls Online\live\AddOns\AethamusUI\AethamusUI.lua and scroll right to the bottom and look for the following code;

Code:
local MyTexture = WINDOW_MANAGER:CreateControl("TopBar", ZO_TopBar, CT_TEXTURE)   
MyTexture:SetDimensions(1920,80) 
MyTexture:SetAnchor(CENTER, ZO_TopBar, CENTER, 0, 6) 
MyTexture:SetTexture("AethamusUI/media/topbar.dds")
I've highlighted the numbers you need to change. The first is your screen\resolution width and the second ensures it is centered correctly.

Hope this helps until a better solution is found
Last edited by XXXspartiateXXX : 07/10/22 at 06:51 PM.
Report comment to moderator  
Reply With Quote
Unread 07/07/22, 12:05 PM  
shapeless79

Forum posts: 0
File comments: 12
Uploads: 0
Re: Out of Frame Icons

I found how to stretch the top bar background. You have to open \Documents\Elder Scrolls Online\live\AddOns\AethamusUI\AethamusUI.lua and scroll right to the bottom and look for the following code;

Code:
local MyTexture = WINDOW_MANAGER:CreateControl("TopBar", ZO_TopBar, CT_TEXTURE)   
MyTexture:SetDimensions(1920,80) 
MyTexture:SetAnchor(CENTER, ZO_TopBar, CENTER, 0, 6) 
MyTexture:SetTexture("AethamusUI/media/topbar.dds")
I've highlighted the numbers you need to change. The first is your screen\resolution width and the second ensures it is centered correctly.

Hope this helps until a better solution is found
Report comment to moderator  
Reply With Quote
Unread 07/07/22, 12:14 AM  
XXXspartiateXXX

Forum posts: 7
File comments: 46
Uploads: 0
spelling problem french

There is a problem with the spelling support. the "œ" is not supported. On the French version it says "Nœuds", but with the addon it says "Nuds".

without ESO STYLE:


with ESO STYLE
Last edited by XXXspartiateXXX : 07/07/22 at 12:15 AM.
Report comment to moderator  
Reply With Quote
Unread 07/06/22, 12:12 PM  
XXXspartiateXXX

Forum posts: 7
File comments: 46
Uploads: 0
Out of Frame Icons

Thank you very much for your addon. I don't use Perfect Pixel which distorts the UI design (as far as I'm concerned). Your design is the perfect compromise (not too big, the smoothing of the edge remains in the eso style, and the colors are just right.

On the other hand, it would be possible for the window to adapt to the number of icons. Because Depending on the addons you have, some add icons and they end up outside the frame. See image below.



The shortcuts bar on the window are it normal? as it is not seen on your example.

Last edited by XXXspartiateXXX : 07/06/22 at 12:21 PM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: