I love this mod! I added level numbers to mine using this mod. I made mine look like it would fit the vanilla UI. It really helps with hand-to-hand. This way I can see how close I am to knocking out the enemy. Sometimes it can be hard to focus my crosshair directly on the enemy while reading bars though.
I'll start off saying this is great work, and I understand you have plans to update. Now allow me to get into an entirely autistic rant. I downloaded this to essential change the color values of the enemy bar only. Since the HUD customizer has slider values for everything else, but not the enemy bar. At least this mod has a matching color scheme to what I prefer. So now my issues, I had to go and edit he lua to basically return the bar back to where in was in vanilla and size it correctly. What I would like to know, if possible, is can you point me to the code that adds creature names inside? While I understand the need for more features, I'd prefer something closer to vanilla. I'm also a bit annoyed with shading in the bar that isn't present on the character ones, if I could ditch that for the sake of simplicity I would appreciate your response. I feel all of this could be avoided by creating color sliders, but I'm not trying to bash your work at all, it's honestly great.
For anyone else possibly wondering about my edit, open the lua in text editor, find:
local healthBarWidth = 220 * (config.length / 100)
That is my edit, the original width value is 400. Hope that helps someone.
Hey, I know this is a pretty late answer, but you can already do this. There is a setting inside the mod config menu that lets you hide the Skyrim-like decorations.
I'm trying to change the bar length in the options menu, but every incremental change brings up a message that says the change won't be saved unless I restart, and it has an 'OK' button. This would be acceptable, but the 'OK' button cannot actually be activated for some reason. This necessitates an immediate reboot, after which the change in bar length has not been saved. Effectively, I can't change the bar length because of this. Does anyone know why the 'OK' button cannot be pressed?
I cannot confirm this. Changing the health bar length, for example, does not require a restart and won't prompt the message. I do not know what might be happening at your end, but this sounds like you are either on a very old version of MWSE or another mod might be messing something up real bad.
Hi, I tried adding this to the Wabbajack MOISE modpack but it doesnt seem to work out of the box. I assume theres a conflicting mod or a setting Im not seeing. Anyone able to help me out? Cheers!
81 comments
maxDistance = tes3.findGMST(tes3.gmst.iMaxActivateDist).value
to
maxDistance = (tes3.findGMST(tes3.gmst.iMaxActivateDist).value) + 2000
change "2000" to whatever you want 😉
Thank you for making this mod! I endorsed. <3
10/10
For anyone else possibly wondering about my edit, open the lua in text editor, find:
local healthBarWidth = 220 * (config.length / 100)
That is my edit, the original width value is 400. Hope that helps someone.