Results: 12Comments by: eromelcm
File: Cleaner HUD03/23/21
Due to limited free time, I've deci...
Posted By: eromelcm
Due to limited free time, I've decided to keep this Addon simple and revert its scope to only HUD elements. My efforts to modify other UI windows will be focused into a separate Addon that I can experiment with. Hope this makes everyone happy :).
File: Cleaner HUD12/18/20
The Crown Store disappearing tabs s...
Posted By: eromelcm
The Crown Store disappearing tabs seems to be a very specific bug. It only seems to happen when you: Load the UI > Open Mail > Open The Crown store. The Crown Store seems unaffected otherwise. Something to do with mail having fewer tabs. I'm looking for a way to fix this. Until then, if this happens, just reload the UI, and reop...
File: Cleaner HUD12/12/20
Quick bug report: There seems to...
Posted By: eromelcm
Quick bug report: There seems to be an issue with the ingame Crown Store page, the symbols for ESO Plus, gift mails and daily rewards disappear: https://imgur.com/Xd7q07m https://imgur.com/Xd7q07m without Addon. https://imgur.com/0KIwNrv https://imgur.com/0KIwNrv with Addon. Thanks for this addon btw, been using it for years!...
File: Cleaner HUD12/12/20
Version 7: Should fix all the "Secu...
Posted By: eromelcm
Version 7: Should fix all the "Secure Function Call" bugs! I now make use of "SecurePostHook". Sorry about all that. I wish I knew this function existed earlier - it's not listed in the esoui wiki and barley documented. Let me know if you find any other problems. Sorry again for the bugs.
File: Cleaner HUD11/26/20
Please someone help me out! Is ther...
Posted By: eromelcm
Please someone help me out! Is there anything I can do to the code to get rid of the abbreviated health, magicka, and stamina numbers? Either to give them full values or remove them completely? Thank youuuuu if you could help! Resource numbers can be turned off in the normal game settings: Settings > Combat > Resource Numbers....
File: Item Scripting11/13/20
Sorry I left this alone for so long...
Posted By: eromelcm
Sorry I left this alone for so long. I took a long break from the game. Started playing again, and decided this addon needed a rewrite to accomplish what I wanted. It can do a lot more now, but you no longer configure this addon in the game. Rather, you now write your own script. I know this may turn some people off from using it...
File: Item Scripting02/26/19
Re: Typos
Posted By: eromelcm
Hi, love your add-on. Found typos in Main.lua on line 34 and 46, also Inventory.lua on line 57: 'Qaulity' Main.lua on line 114: 'NVENTORY_UPDATE_REASON_DEFAULT' That's what I get for working on this stuff at 1 AM. Thank you, fixed in 2.0
File: Item Scripting02/07/19
Re: More options
Posted By: eromelcm
BTW would be nice to select if you want to auto sell or not. For me I like to see my junk again before selling just in case. Done. Added option in 1.7 :)
File: Item Scripting01/28/19
Re: Need a bit of help :D
Posted By: eromelcm
Hi, very big fan of ur addon. currently am struggling a bit, and im trying to learn how to make filters properly. When you have a more complex filter like you have, it's a good idea to separate out your "and" and "or" statements with parens like this: (... and ...) or (... and ...) But in your case, I would break it up...
File: Cleaner HUD08/13/18
Re: gamepad ui
Posted By: eromelcm
hello can you make this work with gamepad UI? on my PC does look right. I like the font your using the gamepad font is horrible. I'll look into adding gamepad UI support. Unfortunately, it's quite a bit more effort to modify both keyboard and gamepad versions.
File: Inventory Grid View05/17/18
Re: Home storage
Posted By: eromelcm
I was hoping that you could add grid view to home storage chests. Any updates on that? You can enable it by adding one of line of code to the main.lua file in Inventory Grid View. Just have to add it on about line 104 after all the other "hookFragment" function calls. hookFragment(HOUSE_BANK_FRAGMENT, 8)
File: Cleaner HUD06/30/17
Hello everyone, I finally got aroun...
Posted By: eromelcm
Hello everyone, I finally got around to updating for Morrowind, made some small adjustments, and fixed a few issues. I know people would like an options panel for this addon, and I would like to add it. However, real life is very busy for me at the moment and I can't make any promises. Given this addon is just visual changes, I don't...