Download
(2 Kb)
Download
Updated: 09/28/22 04:29 PM
Pictures
File Info
Compatibility:
Firesong (8.2.5)
Lost Depths (8.1.5)
Updated:09/28/22 04:29 PM
Created:09/26/22 05:58 PM
Monthly downloads:64
Total downloads:2,668
Favorites:6
MD5:
Categories:Action Bar Mods, Graphic UI Mods
Hide Action Bar Labels (Lost Depths)
Version: 1.0.1
by: CodeStripper [More]
A Very Small Addon created solely for this thread -> https://www.esoui.com/forums/showthread.php?t=10268

I hope some people will find this as a nice to have. Please check out my other addons if you are happy with this one!

(Also, since I happen to use AUI, I added support for it)
1.1.1
- Added Gamepad Support as requested

1.0.0
- Initial Upload
Optional Files (0)


Archived Files (1)
File Name
Version
Size
Uploader
Date
1.0.0
2kB
CodeStripper
09/26/22 05:58 PM


Post A Reply Comment Options
Unread 09/24/23, 04:22 PM  
SussySusSusSussyIffyIfSus

Forum posts: 1
File comments: 2
Uploads: 0
oh my, thank you so much for making this add on, i thought no one would, thank you so much !
Report comment to moderator  
Reply With Quote
Unread 06/16/23, 02:56 AM  
Baertram
Super Moderator
 
Baertram's Avatar
ESOUI Super Moderator
AddOn Author - Click to view AddOns

Forum posts: 4971
File comments: 6037
Uploads: 78
I've checked the code of the addon.
Try to edit the lua file and change the table "HAL.elements" at the top to this:

Code:
HAL.elements = {
    "ActionButton3ButtonText",
    "ActionButton4ButtonText",
    "ActionButton5ButtonText",
    "ActionButton6ButtonText",
    "ActionButton7ButtonText",
    "AUI_QuickSlotButton1ButtonText",
    "AUI_QuickSlotButton2ButtonText",
    "AUI_QuickSlotButton3ButtonText",
    "AUI_QuickSlotButton4ButtonText",
    "AUI_QuickSlotButton5ButtonText",
    "AUI_QuickSlotButton6ButtonText",
    "AUI_QuickSlotButton7ButtonText",
    "AUI_QuickSlotButton8ButtonText",
    "CompanionUltimateButtonButtonText" --new added for Companion keybind text removal
}
Not sure about gamepad mode but for keyboard it seems to work:
Last edited by Baertram : 06/16/23 at 02:57 AM.
Report comment to moderator  
Reply With Quote
Unread 06/15/23, 01:53 PM  
Imiona
 
Imiona's Avatar

Forum posts: 16
File comments: 64
Uploads: 0
Just what i was looking for, but the Allies Button still shows up.

Could you update it for this Change?

Thx
Report comment to moderator  
Reply With Quote
Unread 09/29/22, 09:35 PM  
CodeStripper
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 19
Uploads: 2
Re: Re: Re: Re: Added

Originally Posted by notnear
Originally Posted by CodeStripper
Originally Posted by notnear
Managed to delete my comment without paying attention..
Thank you for the quick addition of gamepad mode support! It does show back sometimes (after a in-game cursor toggle or changing modes to use certain interfaces) but can be quickly fixed by opening and closing a menu. Works perfectly for me as is, thank you for the addon!

Originally Posted by CodeStripper
Although it was a bit more of a pain than expected, I added this in for you. Let me know if you run into any issues using it as its fairly janky due to how I had to do it and how "interesting" the API is when it comes to keybinds.
Dang it I spent quite a lot of time trying to account for all situations lol. If you could, could you provide me with a step-by-step of how you are getting it to reappear? I'd like to reproduce it so I could get it cleaned up for good so I won't have to touch it until it breaks.

Thanks for the help with gamepad testing so far!
From what I got until now I'm getting it when using any key from a different input type (switching from using keyboard/mouse to controller or vice versa, while still in gamepad mode), even with the following:
Reload UI after switching into gamepad mode;
Changing the Keybind Display Mode from "Automatic" to "Gamepad" or "Keyboard";
Disabling the "Use Keyboard Chat" and "Use Keyboard Login" (just in case).

With different input type I mean something like: it's working propertly when using controller, then when I hit a keyboard key or mouse click it'll show again, if I open a menu and close using the contoller it'll work again and the other way around if using the keyboard while on gamepad mode.
Not sure if it's understandable, I have a bit of a hard time explaining things.

Opening and closing chat (with either keyboard or controller) will fix it if I interact with controller after but will show back if I interact with keyboard.

Only issues I'm having with this is because I have some keyboard keys on controller for push to talk and open addon menus so they keep showing back.


If possible later today I will disable all other addons I have and test to confirm it isn't because of them, if it is I'll try to find the culprit, will be updating this comment.
Thanks! I'll do some investigation tomorrow and let you know when I fix it! Appreciate the info
Report comment to moderator  
Reply With Quote
Unread 09/29/22, 08:58 PM  
notnear
 
notnear's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5
File comments: 59
Uploads: 10
Re: Re: Re: Added

Originally Posted by CodeStripper
Originally Posted by notnear
Managed to delete my comment without paying attention..
Thank you for the quick addition of gamepad mode support! It does show back sometimes (after a in-game cursor toggle or changing modes to use certain interfaces) but can be quickly fixed by opening and closing a menu. Works perfectly for me as is, thank you for the addon!

Originally Posted by CodeStripper
Although it was a bit more of a pain than expected, I added this in for you. Let me know if you run into any issues using it as its fairly janky due to how I had to do it and how "interesting" the API is when it comes to keybinds.
Dang it I spent quite a lot of time trying to account for all situations lol. If you could, could you provide me with a step-by-step of how you are getting it to reappear? I'd like to reproduce it so I could get it cleaned up for good so I won't have to touch it until it breaks.

Thanks for the help with gamepad testing so far!
From what I got until now I'm getting it when using any key from a different input type (switching from using keyboard/mouse to controller or vice versa, while still in gamepad mode), even with the following:
Reload UI after switching into gamepad mode;
Changing the Keybind Display Mode from "Automatic" to "Gamepad" or "Keyboard";
Disabling the "Use Keyboard Chat" and "Use Keyboard Login" (just in case).

With different input type I mean something like: it's working propertly when using controller, then when I hit a keyboard key or mouse click it'll show again, if I open a menu and close using the contoller it'll work again and the other way around if using the keyboard while on gamepad mode.
Not sure if it's understandable, I have a bit of a hard time explaining things.

Opening and closing chat (with either keyboard or controller) will fix it if I interact with controller after but will show back if I interact with keyboard.

Only issues I'm having with this is because I have some keyboard keys on controller for push to talk and open addon menus so they keep showing back.


If possible later today I will disable all other addons I have and test to confirm it isn't because of them, if it is I'll try to find the culprit, will be updating this comment.

*Update: Shouldnt be related to other addons unless a config is still there somehow.
Almost all addons are disabled only addon selector is on, which I just installed, and the required libs.
Did the following tests but its still happening:
Restarted the game while on keyboard mode, changed to gamepad;
Reloaded UI while on gamepad mode;
Restarted the game while on gamepad mode.
Last edited by notnear : 09/30/22 at 12:25 AM.
Report comment to moderator  
Reply With Quote
Unread 09/29/22, 11:30 AM  
CodeStripper
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 19
Uploads: 2
Re: Re: Added

Originally Posted by notnear
Managed to delete my comment without paying attention..
Thank you for the quick addition of gamepad mode support! It does show back sometimes (after a in-game cursor toggle or changing modes to use certain interfaces) but can be quickly fixed by opening and closing a menu. Works perfectly for me as is, thank you for the addon!

Originally Posted by CodeStripper
Although it was a bit more of a pain than expected, I added this in for you. Let me know if you run into any issues using it as its fairly janky due to how I had to do it and how "interesting" the API is when it comes to keybinds.
Dang it I spent quite a lot of time trying to account for all situations lol. If you could, could you provide me with a step-by-step of how you are getting it to reappear? I'd like to reproduce it so I could get it cleaned up for good so I won't have to touch it until it breaks.

Thanks for the help with gamepad testing so far!
Report comment to moderator  
Reply With Quote
Unread 09/28/22, 06:06 PM  
notnear
 
notnear's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5
File comments: 59
Uploads: 10
Re: Added

Managed to delete my comment without paying attention..
Thank you for the quick addition of gamepad mode support! It does show back sometimes (after a in-game cursor toggle or changing modes to use certain interfaces) but can be quickly fixed by opening and closing a menu. Works perfectly for me as is, thank you for the addon!

Originally Posted by CodeStripper
Although it was a bit more of a pain than expected, I added this in for you. Let me know if you run into any issues using it as its fairly janky due to how I had to do it and how "interesting" the API is when it comes to keybinds.
Last edited by notnear : 09/28/22 at 07:00 PM.
Report comment to moderator  
Reply With Quote
Unread 09/28/22, 04:30 PM  
CodeStripper
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 19
Uploads: 2
Added

Although it was a bit more of a pain than expected, I added this in for you. Let me know if you run into any issues using it as its fairly janky due to how I had to do it and how "interesting" the API is when it comes to keybinds.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: